summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_client.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-8/+8
2007-10-10r12170: Fix a segfault -- this is post-3.0.21 codeVolker Lendecke1-1/+2
2007-10-10r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke1-1/+1
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-14/+27
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-12/+12
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+26
2007-10-10r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.Volker Lendecke1-0/+31
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-299/+0
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-2/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-0/+1
2007-10-10r197: mistaken merge from trunkGerald Carter1-0/+4
2007-10-10r195: adding files to ignore listGerald Carter1-4/+0
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+24
2004-03-14When trying to remove a user from a group, winbind should be informedVolker Lendecke1-0/+3
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter1-0/+74
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter1-14/+21
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-70/+76
2003-07-11moving more code around.Gerald Carter1-2/+72
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-0/+144
2003-07-07and so it begins....Gerald Carter1-0/+70
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-0/+14
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-24/+2
2003-04-02Merge of winbind nss library cleanup from HEAD.Tim Potter1-1/+1
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