summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter2003-01-131-6/+0
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-011-0/+6
* After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-261-1/+1
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-0/+1
* Bug fix from appliance - we must initialise the winbindd server stateTim Potter2002-11-181-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-12/+2
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-6/+0
* Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-071-14/+15
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-021-38/+22
* - we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2002-10-151-0/+4
* Change to use sys_read/sys_write.Jeremy Allison2002-10-151-10/+4
* Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison2002-09-171-5/+4
* Only create the pidfile once we're ready to receive requests.Jeremy Allison2002-09-171-3/+5
* Put pid number in invalid request size debug.Tim Potter2002-09-111-2/+2
* Fix typo in debug.Tim Potter2002-08-271-1/+1
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+2
* Winbind updates!Andrew Bartlett2002-07-311-0/+3
* Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
* this is a trick to work around the fact that posix does not supplyAndrew Tridgell2002-07-141-0/+1
* Merge pidfile fix.Jeremy Allison2002-06-071-3/+3
* Merge of secrets_init() paranoia fix from 2.2Tim Potter2002-05-131-1/+6
* main() needs to be indented to make sure it doesn't generate aAndrew Tridgell2002-04-241-1/+1
* a new "dual daemon" operating mode for winbinddAndrew Tridgell2002-04-241-47/+88
* Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2002-04-131-4/+3
* Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison2002-04-041-0/+4
* merge winbindd WINS changes from 2.2Herb Lewis2002-03-291-0/+5
* Unblock sigusr1 on startup.Tim Potter2002-03-261-0/+1
* Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter2002-03-261-2/+15
* added a -h usage option to winbinddAndrew Tridgell2002-03-151-1/+16
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-141-5/+4
* fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell2002-02-181-0/+1
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+4
* added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell2002-01-311-0/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-0/+1
* Call pidfile_create() as part of init sequence.Tim Potter2002-01-221-0/+3
* Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison2002-01-191-0/+2
* I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett2002-01-131-86/+2
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+1
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-3/+3
* Since AB has been changing the winbind interface it's time to add the "mockTim Potter2002-01-101-16/+11
* Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett2002-01-101-0/+2
* This changes the winbind protcol a bit:Andrew Bartlett2002-01-101-0/+1
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-13/+14
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Append to log.winbindd instead of overwriting it so we are consistent withTim Potter2001-12-211-0/+7
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+13