summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-08s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou1-0/+2
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-1/+2
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam1-0/+11
2012-03-07s3: piddir creation fix part 2.Ira Cooper1-0/+4
2012-03-04s3-winbindd: Add stdin handler for winbindAndrew Bartlett1-2/+46
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-08-29s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider1-0/+9
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-1/+3
2011-07-28s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$Michael Adam1-1/+1
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-0/+3
2011-06-21s3: Convert WINBINDD_WINS_BYNAME to the async APIVolker Lendecke1-4/+2
2011-06-20s3: Fix a winbind messageVolker Lendecke1-1/+1
2011-06-20s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-05s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke1-1/+2
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1
2011-04-29s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke1-1/+5
2011-04-29s3: In winbind, close parent/child socketsVolker Lendecke1-1/+1
2011-04-27s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett1-1/+1
2011-04-13s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke1-0/+2
2011-04-13s3: Add winbindd_lookupsidsVolker Lendecke1-0/+2
2011-04-06Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy1-6/+6
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1