summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14Mop and bucket for trusted domain enumeration fix.Tim Potter1-1/+1
2003-01-28Merge from HEAD:Andrew Bartlett1-0/+1
2003-01-15playing janitor for tpot; remove holding patternGerald Carter1-6/+0
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-0/+20
2002-12-20Merge from HEAD.Tim Potter1-1/+7
2002-11-18Bug fix from appliance - we must initialise the winbindd server stateTim Potter1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-12/+2
2002-11-09Last sync with HEADJelmer Vernooij1-6/+0
2002-11-07Keep branches in sync.....Jeremy Allison1-14/+19
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter1-38/+22
2002-10-15Change to use sys_read/sys_write.Jeremy Allison1-10/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-52/+93
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