summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_client.c
Commit message (Expand)AuthorAgeFilesLines
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+9
* r20994: Remove unused code.James Peach2007-10-101-122/+0
* r20774: I thought I committed this before Xmas holidays ...Simo Sorce2007-10-101-2/+2
* r20355: Fix some C++ warningsVolker Lendecke2007-10-101-1/+1
* r20252: Revert back to const, but I have a fleble feeling we should go the th...Simo Sorce2007-10-101-1/+1
* r20242: these are not really const as we set them in the functionSimo Sorce2007-10-101-1/+1
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-0/+132
* r18271: Big change:Gerald Carter2007-10-101-7/+7
* r17345: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+110
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-5/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-8/+8
* r12170: Fix a segfault -- this is post-3.0.21 codeVolker Lendecke2007-10-101-1/+2
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-14/+27
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-12/+12
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+26
* r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.Volker Lendecke2007-10-101-0/+31
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-101-299/+0
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-0/+1
* r197: mistaken merge from trunkGerald Carter2007-10-101-0/+4
* r195: adding files to ignore listGerald Carter2007-10-101-4/+0
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+24
* When trying to remove a user from a group, winbind should be informedVolker Lendecke2004-03-141-0/+3
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-0/+74
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-14/+21
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-70/+76
* moving more code around.Gerald Carter2003-07-111-2/+72
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-0/+144
* and so it begins....Gerald Carter2003-07-071-0/+70
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-011-0/+14
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-24/+2
* Merge of winbind nss library cleanup from HEAD.Tim Potter2003-04-021-1/+1
* Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-181-3/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-81/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-131/+7
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-19/+51
* make sure we find NSS_STATUS structAndrew Tridgell2001-12-131-0/+1
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-11/+9
* added name_to_sid to the backendAndrew Tridgell2001-12-031-1/+1
* Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-131-15/+22
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-4/+4
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* get rid of compiler warningsHerb Lewis2001-08-241-2/+3