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