summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More Realloc fixes.Jeremy Allison2001-08-181-1/+1
* Fixed up 'orrible formatting.Tim Potter2001-08-131-21/+21
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-3/+4
* the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell2001-07-181-3/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* Fixed bug in winbind_sid_to_gid() function.Tim Potter2001-06-071-1/+1
* Indent dodgy function prototype to avoid make proto picking it up andTim Potter2001-06-061-1/+1
* More compile fixups for winbind portability.Tim Potter2001-06-041-2/+6
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-0/+22
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-2/+9
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-1/+2
* Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison2000-10-251-2/+9
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-196/+51
* Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison2000-10-111-1/+1
* Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter2000-10-111-1/+1
* Modified initgroups to provide a get groups a user is a member ofTim Potter2000-10-111-6/+132
* Added debug so we can see how winbindd converts SIDS.Jeremy Allison2000-10-101-13/+40
* Spelling flames. (-:Tim Potter2000-10-051-6/+6
* Fixed compiler warnings.Tim Potter2000-10-051-4/+6
* Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops.Jeremy Allison2000-09-011-3/+3
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-10/+178
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-23/+83
* Add local fallback for name lookup if no winbindd running...Jeremy Allison2000-07-111-9/+20
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-0/+174