summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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