summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-13Merge of secrets_init() paranoia fix from 2.2Tim Potter1-1/+6
2002-04-04Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison1-0/+4
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis1-0/+5
2002-03-26Unblock sigusr1 on startup.Tim Potter1-0/+1
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
2002-03-15added a -h usage option to winbinddAndrew Tridgell1-1/+16
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-5/+4
2002-02-18fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell1-0/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+4
2002-01-31added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-0/+1
2002-01-22Call pidfile_create() as part of init sequence.Tim Potter1-0/+3
2002-01-19Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison1-0/+2
2002-01-13I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett1-86/+2
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+1
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-3/+3
2002-01-10Since AB has been changing the winbind interface it's time to add the "mockTim Potter1-16/+11
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett1-0/+2
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett1-0/+1
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-13/+14
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-21Append to log.winbindd instead of overwriting it so we are consistent withTim Potter1-0/+7
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+13
2001-12-20Setup global_myworkgroup. Needed for secrets fetch code.Jeremy Allison1-8/+11
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-11/+10
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-1/+58
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-2/+4
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-7/+5
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison1-6/+4
2001-11-15Jeremy, I'm not sure what you were trying to do with the process activityTim Potter1-3/+1
2001-11-15Bit of a cleanup of signal handling code.Tim Potter1-8/+14
2001-11-14Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison1-38/+52
2001-11-14Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison1-5/+19
2001-11-14Random connection robustness related fixes. Display some debugs aboutTim Potter1-6/+7
2001-11-14#ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool1-1/+13
2001-11-14Added needed debugs...Jeremy Allison1-25/+39
2001-10-10Got the rest of the group functions working. Did some reformatting (manTim Potter1-9/+0
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter1-3/+8
2001-10-08More work on winbindd connection rewrite:Tim Potter1-2/+8
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-118/+102
2001-09-17move to SAFE_FREE()Simo Sorce1-7/+5
2001-09-10kill a dead fn and make a local one staticAndrew Tridgell1-1/+1
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter1-0/+1
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell1-1/+1
2001-07-08allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell1-7/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+2