summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
...
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+3
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-52/+93
* Merge of secrets_init() paranoia fix from 2.2Tim Potter2002-05-131-1/+6
* 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
* Setup global_myworkgroup. Needed for secrets fetch code.Jeremy Allison2001-12-201-8/+11
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-11/+10
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-1/+58
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-2/+4
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+5
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-151-6/+4
* Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
* Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
* Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
* Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-141-5/+19
* Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-141-6/+7
* #ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool2001-11-141-1/+13
* Added needed debugs...Jeremy Allison2001-11-141-25/+39
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-101-9/+0
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-3/+8
* More work on winbindd connection rewrite:Tim Potter2001-10-081-2/+8
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-118/+102
* move to SAFE_FREE()Simo Sorce2001-09-171-7/+5
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-101-1/+1
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-221-0/+1
* the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell2001-07-181-1/+1
* allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2001-07-081-7/+3