summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+1
2015-07-16winbindd: shorten client list scanUri Simchoni1-8/+9
2015-07-15winbindd: keep client list sorted by access timeUri Simchoni1-3/+2
2015-07-15winbindd: periodically remove timed out clientsUri Simchoni1-0/+18
2015-07-15winbindd: verify that client has closed the connectionUri Simchoni1-2/+22
2015-07-15async_req: check for errors when monitoring socket for readabilityUri Simchoni1-1/+2
2015-07-15winbindd: cleanup client connection if the client closes the connectionUri Simchoni1-0/+28
2015-07-15winbindd: set file descriptor limit according to configurationUri Simchoni1-0/+31
2015-05-20s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher1-0/+26
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-2/+2
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-11-03winbindd: don't leak state_path onto talloc tosDavid Disseldorp1-1/+8
2014-07-29s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison1-0/+36
2014-07-28lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke1-2/+2
2014-06-11s3-winbind rename winbindd_update_rodc_dns to be for more generic irpcAndrew Bartlett1-4/+3
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2014-06-11s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett1-0/+8
2014-06-11s3-winbindd: Register winbindd with irpcAndrew Bartlett1-0/+32
2014-04-29winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett1-1/+2
2014-04-23s3: winbindd: Call dgram cleanup init background setup.Jeremy Allison1-0/+4
2014-04-23winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy1-9/+4
2014-04-23add systemd integrationAlexander Bokovoy1-0/+5
2014-04-02s3:winbindd: avoid argv related const warningsStefan Metzmacher1-2/+2
2014-02-12param: No longer have a special case for lp_configfileAndrew Bartlett1-1/+1
2014-02-07param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam1-4/+4
2014-02-07param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam1-2/+2
2014-01-07s3:winbindd: call rpccli_pre_open_netlogon_creds() in the parentStefan Metzmacher1-0/+8
2013-10-17s3:winbindd: use cluster_probe_ok()Michael Adam1-10/+3
2013-10-17smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke1-0/+12
2013-10-15s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett1-7/+2
2013-10-11s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider1-0/+6
2013-06-27winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison1-0/+6
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-1/+14
2013-04-18s3:winbindd: avoid usage of procid_self()Stefan Metzmacher1-1/+3
2013-02-19s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-01-18winbind: Use standard tevent_context_initVolker Lendecke1-5/+33
2012-12-21s3-winbind: Check if we created the directories correctly.Andreas Schneider1-4/+11
2012-12-12s3: Fix a typo in a debug messageVolker Lendecke1-1/+1
2012-10-19s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2012-10-19s3: Add "msg_ctx" param to winbindd_register_handlers()Volker Lendecke1-12/+13
2012-10-19s3: Make winbindd_register_handlers staticVolker Lendecke1-1/+1
2012-09-27s3: Fix some blank line endingsVolker Lendecke1-4/+4
2012-08-23param: Add startup checks for valid server role/binary combinationsAndrew Bartlett1-0/+6
2012-08-21Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...Herb Lewis1-1/+2
2012-08-13Ensure we update last_access on the winbindd child struct on each request.Jeremy Allison1-0/+1
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-2/+3
2012-07-19Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison1-1/+1
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-2/+2
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-4/+4
2012-06-11s3-winbindd: add comments about dump_core_setupMatthieu Patou1-0/+11