summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison2017-08-171-0/+3
* winbind: Slightly simplify remove_timed_out_clientsVolker Lendecke2017-04-121-14/+15
* libsmb: Remove some stale codeVolker Lendecke2017-03-141-2/+0
* s3:winbind: Do not start with an invalid default idmap backendAndreas Schneider2016-12-121-0/+19
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-2/+1
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-1/+1
* winbind: Remove unused WINBINDD_UID_TO_SIDVolker Lendecke2016-02-221-2/+0
* winbind: Remove unused WINBINDD_GID_TO_SIDVolker Lendecke2016-02-221-2/+0
* winbind: Remove unused WINBINDD_SID_TO_GIDVolker Lendecke2016-02-221-2/+0
* winbind: Remove unused WINBINDD_SID_TO_UIDVolker Lendecke2016-02-221-2/+0
* winbind: Expose WINBINDD_XIDS_TO_SIDS externallyVolker Lendecke2016-02-221-0/+2
* winbindd: Remove reference to procid_self()Volker Lendecke2015-10-191-1/+10
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+1
* winbindd: shorten client list scanUri Simchoni2015-07-161-8/+9
* winbindd: keep client list sorted by access timeUri Simchoni2015-07-151-3/+2
* winbindd: periodically remove timed out clientsUri Simchoni2015-07-151-0/+18
* winbindd: verify that client has closed the connectionUri Simchoni2015-07-151-2/+22
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-1/+2
* winbindd: cleanup client connection if the client closes the connectionUri Simchoni2015-07-151-0/+28
* winbindd: set file descriptor limit according to configurationUri Simchoni2015-07-151-0/+31
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-201-0/+26
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-061-2/+2
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* winbindd: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-1/+8
* s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison2014-07-291-0/+36
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+2
* s3-winbind rename winbindd_update_rodc_dns to be for more generic irpcAndrew Bartlett2014-06-111-4/+3
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-111-0/+8
* s3-winbindd: Register winbindd with irpcAndrew Bartlett2014-06-111-0/+32
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-291-1/+2
* s3: winbindd: Call dgram cleanup init background setup.Jeremy Allison2014-04-231-0/+4
* winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy2014-04-231-9/+4
* add systemd integrationAlexander Bokovoy2014-04-231-0/+5
* s3:winbindd: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+2
* param: No longer have a special case for lp_configfileAndrew Bartlett2014-02-121-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-4/+4
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-2/+2
* s3:winbindd: call rpccli_pre_open_netlogon_creds() in the parentStefan Metzmacher2014-01-071-0/+8
* s3:winbindd: use cluster_probe_ok()Michael Adam2013-10-171-10/+3
* smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke2013-10-171-0/+12
* s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett2013-10-151-7/+2
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-111-0/+6
* winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison2013-06-271-0/+6
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+14
* s3:winbindd: avoid usage of procid_self()Stefan Metzmacher2013-04-181-1/+3
* s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-181-5/+33
* s3-winbind: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11