Age | Commit message (Expand) | Author | Files | Lines |
2000-10-25 | Fix for uidtoname not returning DOMAIN\name but just name. This caused | Jeremy Allison | 1 | -2/+9 |
2000-10-13 | Fixed merging mess. | Tim Potter | 1 | -1/+22 |
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 | Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server() | Christopher R. Hertel | 1 | -4/+4 |
2000-10-11 | Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. | Tim Potter | 3 | -3/+3 |
2000-10-11 | Modified initgroups to provide a get groups a user is a member of | Tim Potter | 2 | -7/+166 |
2000-10-10 | Added debug so we can see how winbindd converts SIDS. | Jeremy Allison | 1 | -13/+40 |
2000-10-09 | Fixes to allow wins.c to compile to allow building of libnss_wins.so. | John Terpstra | 1 | -2/+11 |
2000-10-05 | Spelling flames. (-: | Tim Potter | 1 | -6/+6 |
2000-10-05 | Fixed compiler warnings. | Tim Potter | 1 | -4/+6 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -2/+2 |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -8/+0 |
2000-09-01 | Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops. | Jeremy Allison | 1 | -3/+3 |
2000-08-25 | Updated file with version in TNG. | Tim Potter | 1 | -2/+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-19 | Instead of handing back a string (which might be a DNS name or an IP | Christopher R. Hertel | 1 | -4/+2 |
2000-07-19 | First cut toward adding WINS server failover. | Christopher R. Hertel | 1 | -1/+1 |
2000-07-17 | Renamed a parameter in init_request() function. | Tim Potter | 1 | -10/+19 |
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 | 3 | -9/+224 |
2000-07-05 | Merge of wbinfo program from TNG. | Tim Potter | 2 | -1/+412 |
2000-07-03 | Renamed generic_request() to winbindd_request() | Tim Potter | 1 | -3/+3 |
2000-06-30 | Merge from TNG. | Tim Potter | 2 | -191/+206 |
2000-06-20 | Fixes for IRIX kernel oplocks and systems that don't have nss.h | Jeremy Allison | 1 | -0/+10 |
2000-06-14 | Merge from TNG. | Tim Potter | 2 | -55/+157 |
2000-06-03 | moved secrets handling into secrets.c | Andrew Tridgell | 1 | -30/+5 |
2000-05-12 | While we're all making incompatible tdb changes, I changed the implementation | Tim Potter | 2 | -4/+5 |
2000-05-12 | use "winbind separator" in tng as well | Andrew Tridgell | 5 | -8/+14 |
2000-05-10 | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 1 | -10/+10 |
2000-05-10 | in head as well ... | Andrew Tridgell | 4 | -7/+7 |
2000-05-10 | treat a blank "password server =" line as a "*" if in domain security | Andrew Tridgell | 1 | -4/+18 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+7 |
2000-05-10 | more merging | Andrew Tridgell | 1 | -1/+0 |
2000-05-09 | fixed some winbind cache bugs | Andrew Tridgell | 1 | -16/+17 |
2000-05-09 | brought the winbindd code into head | Andrew Tridgell | 14 | -0/+4802 |
2000-01-07 | remove scope parameter here too | Andrew Tridgell | 1 | -3/+3 |
1999-12-17 | added basic nsswitch support - this allows you to use a "wins" entry | Andrew Tridgell | 2 | -0/+142 |