summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2003-02-22Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett1-1/+1
2003-02-21rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio...Jim McDonough1-23/+23
2003-02-21Fix another compiler warning.Tim Potter1-1/+0
2003-02-20From aliguori@us.ibm.com:Jim McDonough3-438/+731
2003-02-20for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett1-0/+4
2003-02-19Merge some random looking setenv related kerberos stuff that makesTim Potter1-4/+9
2003-02-19Merge from HEAD: We don't need this any more, setenv() is in replace.c nowAndrew Bartlett1-14/+0
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2003-02-19Missed one use of SETENV. (Compat macro no longer needed, as we have aAndrew Bartlett1-1/+1
2003-02-19Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett2-17/+1
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij1-0/+1
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-3/+6
2003-02-18Check return code from string_to_sid.Martin Pool1-3/+6
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-1/+2
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-1/+2
2003-02-14Mop and bucket for trusted domain enumeration fix.Tim Potter2-7/+8
2003-02-14Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2-7/+8
2003-02-12Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison1-0/+1
2003-02-12setup the %U substitution in winbindd for the homedir templateAndrew Tridgell1-0/+1
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-1/+8
2003-01-31Ensure Luke Howard's (C) is added.Jeremy Allison1-1/+21
2003-01-31Ensure Luke Howard's (C) is added.Jeremy Allison1-1/+21
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-5/+10
2003-01-29Use new interface for cli_samr_query_dispinfo().Tim Potter1-5/+10
2003-01-28Merge from HEAD:Andrew Bartlett3-1/+16
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-28/+41
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-28/+41
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett3-1/+16
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37
2003-01-15Merge of holding pattern stuff from HEAD.Tim Potter1-21/+5
2003-01-15playing janitor for tpot; remove holding patternGerald Carter1-6/+0
2003-01-15*lots of small merges form HEADGerald Carter1-1/+2
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-3/+3
2003-01-15winbindd merges from HEADGerald Carter3-18/+13
2003-01-14Remove wrapper function _get_trust_account_password() as it doesn'tTim Potter1-15/+2
2003-01-14Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd.Tim Potter1-0/+2
2003-01-13Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter3-28/+10
2003-01-11Return the 'freindly' NT error message if at all possible.Andrew Bartlett2-2/+3
2003-01-09Correct misleading comment: winbindd_lookupname gets the SID for aMartin Pool1-1/+3
2003-01-08cannot assign to constHerb Lewis1-1/+1
2003-01-07cannot make assignments to const values.Herb Lewis1-1/+1
2003-01-06Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison1-1/+3
2003-01-06Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison1-1/+3
2003-01-04The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don'tAndrew Bartlett1-1/+0
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
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 Bartlett2-2/+2