summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-10/+1
* s3-winbind: Fixed the accept() for new_connection.Andreas Schneider2011-03-081-5/+7
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-201-2/+4
* nsswitch: make wb_reqtrans a common subsystem.Günther Deschner2011-02-171-1/+1
* s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements m...Stefan Metzmacher2011-02-041-3/+6
* s3: Send a dropped_ip message if we lose an IPVolker Lendecke2011-02-011-0/+85
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-191-0/+1
* wb_reqtrans is not used in libwbclientVolker Lendecke2010-12-191-1/+1
* libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2010-12-191-1/+1
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-141-0/+10
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+5
* s3-winbind: Fixed init order.Andreas Schneider2010-10-181-3/+3