sync'ing up for 3.0alpha20 release
[tprouty/samba.git] / source / nsswitch / winbindd.c
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-17 Jeremy AllisonReverted my earlier change. It was incorrect. We must...
2002-09-17 Jeremy AllisonOnly create the pidfile once we're ready to receive...
2002-09-11 Tim PotterPut pid number in invalid request size debug.
2002-08-27 Tim PotterFix typo in debug.
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-07-31 Andrew BartlettWinbind updates!
2002-07-21 Andrew BartlettAnother smattering of static and const
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-14 Andrew Tridgellthis is a trick to work around the fact that posix...
2002-06-07 Jeremy AllisonMerge pidfile fix.
2002-05-13 Tim PotterMerge of secrets_init() paranoia fix from 2.2
2002-05-13 Tim PotterMerge of secrets_init() paranoia fix from 2.2
2002-04-24 Andrew Tridgellmain() needs to be indented to make sure it doesn't...
2002-04-24 Andrew Tridgella new "dual daemon" operating mode for winbindd
2002-04-13 Jeremy AllisonTidy up winbindd debug. Added Bill Moran's hide unreada...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-04 Jeremy AllisonFix up conversion code from old winbindd versions ...
2002-03-29 Herb Lewismerge winbindd WINS changes from 2.2
2002-03-26 Tim PotterUnblock sigusr1 on startup.
2002-03-26 Tim PotterAdded code for smb messaging. winbindd now responds...
2002-03-15 Andrew Tridgelladded a -h usage option to winbindd
2002-03-14 Jeremy AllisonNow we have reliable signals take SIGTERM inband.
2002-02-18 Andrew Tridgellfixed a memory leak thanks to dleducq@arkoon.net
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-31 Andrew Tridgelladded 'wbinfo --sequence' to show sequence numbers...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettChange the winbind interface to use seperate 'domain...
2002-01-22 Tim PotterCall pidfile_create() as part of init sequence.
2002-01-19 Jeremy AllisonFix to close winbindd_idmap on exit. Pointed out by...
2002-01-13 Andrew BartlettI'm doing some things towards the NamedPipes game with...
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-11 Tim PotterAlways query the PDC for the list of trusted domains...
2002-01-10 Tim PotterSince AB has been changing the winbind interface it...
2002-01-10 Andrew BartlettReturn the winbind separator over the socket, so progra...
2002-01-10 Andrew BartlettThis changes the winbind protcol a bit:
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2001-12-30 Jeremy AllisonWhen running interactive we want to set our own process...
2001-12-21 Tim PotterAppend to log.winbindd instead of overwriting it so...
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-20 Jeremy AllisonSetup global_myworkgroup. Needed for secrets fetch...
2001-12-09 Andrew Tridgellcompletely new winbindd cache infrastructure
2001-11-23 Jeremy AllisonFixed delete on close bug. Added core dump code to...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-21 Jeremy AllisonW2K doesn't seem to respond to *#0 names in node status...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-15 Jeremy AllisonTidyup formatting a bit (spaces->tabs) whilst reading...
2001-11-15 Tim PotterJeremy, I'm not sure what you were trying to do with...
2001-11-15 Tim PotterBit of a cleanup of signal handling code.
2001-11-14 Jeremy AllisonMake signal handling safer (handle EINTR on read/write...
2001-11-14 Jeremy AllisonGot ready to implement Martin's idea, but request doesn...
2001-11-14 Tim PotterRandom connection robustness related fixes. Display...
2001-11-14 Martin Pool#ifdef'd out suggestion for tim on making the winbindd...
2001-11-14 Jeremy AllisonAdded needed debugs...
2001-10-10 Tim PotterGot the rest of the group functions working. Did some...
2001-10-09 Tim PotterImplemented sam group handle stuff. getent group now...
2001-10-08 Tim PotterMore work on winbindd connection rewrite:
2001-10-05 Tim PotterThis is the start of a bit of a rewrite of winbindd...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellkill a dead fn and make a local one static
2001-08-22 Tim PotterAdded another authentication interface to winbindd...
2001-07-18 Andrew Tridgellthe nss and pam modules in winbind don't have strchr_m...
2001-07-08 Andrew Tridgellallow winbindd to run as non-root so we can test it...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-05-08 Tim PotterMisc fixes to get winbindd working. We can now do...
2001-05-07 Tim PotterPreliminary merge of winbind into HEAD. Note that...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-05-09 Andrew Tridgellbrought the winbindd code into head