summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_client.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-3/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-81/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-131/+7
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-19/+51
2001-12-13make sure we find NSS_STATUS structAndrew Tridgell1-0/+1
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-11/+9
2001-12-03added name_to_sid to the backendAndrew Tridgell1-1/+1
2001-11-13Fix winbind client code so that winbind calls are not made if theJeremy Allison1-15/+22
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-4/+4
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-08-24get rid of compiler warningsHerb Lewis1-2/+3
2001-08-18More Realloc fixes.Jeremy Allison1-1/+1
2001-08-13Fixed up 'orrible formatting.Tim Potter1-21/+21
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+4
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell1-3/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-06-07Fixed bug in winbind_sid_to_gid() function.Tim Potter1-1/+1
2001-06-06Indent dodgy function prototype to avoid make proto picking it up andTim Potter1-1/+1
2001-06-04More compile fixups for winbind portability.Tim Potter1-2/+6
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-0/+22
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-1/+1
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-1/+2
2000-10-25Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison1-2/+9
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-196/+51
2000-10-11Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison1-1/+1
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter1-1/+1
2000-10-11Modified initgroups to provide a get groups a user is a member ofTim Potter1-6/+132
2000-10-10Added debug so we can see how winbindd converts SIDS.Jeremy Allison1-13/+40
2000-10-05Spelling flames. (-:Tim Potter1-6/+6
2000-10-05Fixed compiler warnings.Tim Potter1-4/+6
2000-09-01Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops.Jeremy Allison1-3/+3
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-10/+178
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-23/+83
2000-07-11Add local fallback for name lookup if no winbindd running...Jeremy Allison1-9/+20
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-0/+174