summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Code cleanup for initialize_winbindd_cache()Andreas Schneider2021-05-121-5/+13
* s3:winbind: Remove global variable for winbindd_offline_stateAndreas Schneider2021-05-121-32/+32
* Fix gcc11 compiler issue "-Werror=stringop-overflow="Günther Deschner2021-05-072-4/+4
* winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme2021-04-296-9/+0
* winbindd: remove obsolete sequence_number() from winbindd_reconnect.cRalph Boehme2021-04-291-14/+1
* winbindd: remove obsolete sequence_number() from winbindd_reconnect_ads.cRalph Boehme2021-04-291-9/+1
* s3:winbindd: Remove unused rpc_sequence_number()Andreas Schneider2021-04-292-66/+0
* s3:winbindd: Remove obsolete sequence_number callback from ads backendAndreas Schneider2021-04-291-49/+1
* s3:winbindd: Remove obsolete sequence_number callback from samr backendAndreas Schneider2021-04-291-53/+2
* s3:winbindd: Remove obsolete sequence_number callback from msrpc backendAndreas Schneider2021-04-291-156/+1
* s3:winbindd: Do not call backends sequence number codeAndreas Schneider2021-04-291-8/+2
* s3:winbindd: Simplfy sequence number cachingAndreas Schneider2021-04-292-124/+7
* s3:winbind: For 'security = ADS' require realm/workgroup to be setAndreas Schneider2021-04-291-0/+17
* s3: Remove --log-stdout from daemonsAndreas Schneider2021-04-291-15/+7
* s3:winbind: Migrate winbindd to new cmdline option parserAndreas Schneider2021-04-292-33/+28
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+3
* winbindd: Fix a typoVolker Lendecke2021-04-191-2/+4
* winbindd: Remove unused codeVolker Lendecke2021-04-062-247/+0
* winbindd: Use samr in sam_rids_to_names() instead of lsaVolker Lendecke2021-04-061-33/+121
* winbindd: Make sam_sid_to_name use samr instead of lsaVolker Lendecke2021-04-061-40/+132
* winbindd: Use samr instead of lsa in sam_name_to_sid()Volker Lendecke2021-04-061-18/+35
* winbindd: Avoid deadlock in sam_name_to_sid()Volker Lendecke2021-04-061-6/+65
* winbindd: Fix a startup race with allocate_gidVolker Lendecke2021-03-241-5/+38
* winbindd: Improve a DEBUG message in sam_name_to_sid()Volker Lendecke2021-03-161-1/+1
* lib: Remove init_names()Volker Lendecke2021-03-161-5/+0
* librpc: Make "dcesrv_context->callbacks" a pointerVolker Lendecke2021-03-161-1/+1
* librpc: Add "private_data" to struct dcesrv_context_callbacksVolker Lendecke2021-03-161-2/+5
* winbind: Simplify winbindd_samr.cVolker Lendecke2021-03-161-81/+19
* idmap_nss: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-111-1/+5
* idmap_rfc2307: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-112-1/+5
* winbind: Only use unixid2sid mapping when module reports ID_MAPPEDChristof Schmitt2021-03-111-2/+4
* winbindd: Apply some const to normalize_name_map()Volker Lendecke2021-03-092-2/+2
* winbindd: Fix a typoVolker Lendecke2021-03-091-1/+1
* winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero2021-03-062-2/+4
* daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2021-03-011-5/+8
* librpc: Convert find_interface_by_uuid to search by syntax_idVolker Lendecke2021-01-281-3/+2
* s3:idmap_hash: reliable return ID_TYPE_BOTHStefan Metzmacher2021-01-221-0/+35
* winbind: remove legacy flags fallbackRalph Boehme2021-01-211-100/+15
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-01-211-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-01-211-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-01-211-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-01-211-0/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-01-211-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-01-211-8/+2
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-01-211-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-01-211-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-01-213-17/+28
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-0818-0/+18
* winbind: Align integer typesVolker Lendecke2020-11-301-1/+1
* s3:winbind: Check return code of set_blocking()Andreas Schneider2020-11-261-2/+9