summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Fix a typo in a debug messageVolker Lendecke2012-12-121-1/+1
* s3: Remove a call to procid_self()Volker Lendecke2012-10-191-1/+1
* s3: Add "msg_ctx" param to winbindd_register_handlers()Volker Lendecke2012-10-191-12/+13
* s3: Make winbindd_register_handlers staticVolker Lendecke2012-10-191-1/+1
* s3: Fix some blank line endingsVolker Lendecke2012-09-271-4/+4
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+6
* Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...Herb Lewis2012-08-211-1/+2
* Ensure we update last_access on the winbindd child struct on each request.Jeremy Allison2012-08-131-0/+1
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-2/+3
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-4/+4
* s3-winbindd: add comments about dump_core_setupMatthieu Patou2012-06-111-0/+11
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-081-0/+2
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+2
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+11
* s3: piddir creation fix part 2.Ira Cooper2012-03-071-0/+4
* s3-winbindd: Add stdin handler for winbindAndrew Bartlett2012-03-041-2/+46
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider2011-08-291-0/+9
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-111-1/+3
* s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$Michael Adam2011-07-281-1/+1
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-0/+3
* s3: Convert WINBINDD_WINS_BYNAME to the async APIVolker Lendecke2011-06-211-4/+2
* s3: Fix a winbind messageVolker Lendecke2011-06-201-1/+1
* s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett2011-06-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke2011-06-051-1/+2
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-0/+1
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-291-1/+5
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-291-1/+1
* s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett2011-04-271-1/+1
* s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke2011-04-131-0/+2
* s3: Add winbindd_lookupsidsVolker Lendecke2011-04-131-0/+2
* Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy2011-04-061-6/+6
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1