Age | Commit message (Expand) | Author | Files | Lines |
2004-01-07 | Machines are people too! | Andrew Bartlett | 4 | -34/+23 |
2004-01-07 | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 1 | -6/+6 |
2004-01-06 | remove unused seek_file(); don't hardcode '\' when printing the auth-user | Gerald Carter | 1 | -1/+1 |
2004-01-06 | Ensure that for wbinfo --set-auth-user, we actually use the domain. | Andrew Bartlett | 1 | -2/+2 |
2004-01-05 | Fix warning | Volker Lendecke | 1 | -1/+1 |
2004-01-05 | shorten some more lines. | Andrew Bartlett | 1 | -7/+14 |
2004-01-05 | Grumble... grumble... fix the build... | Andrew Bartlett | 1 | -5/+7 |
2004-01-05 | Show the sid type in name->sid translatons in a way that can be easily | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 6 | -102/+127 |
2004-01-05 | Add const. | Andrew Bartlett | 1 | -3/+3 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 3 | -77/+37 |
2004-01-05 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Andrew Bartlett | 1 | -22/+72 |
2004-01-05 | We can't possilby get 'ok' here, as the if statement above just checked for it. | Andrew Bartlett | 1 | -2/+0 |
2004-01-04 | Commit the translation of the realm to the netbios domain name in the kerberos | Volker Lendecke | 4 | -0/+85 |
2004-01-03 | And yet another const | Volker Lendecke | 1 | -1/+1 |
2004-01-02 | Under certain error conditions (a talloc() failure above) this would cause | Andrew Bartlett | 1 | -2/+0 |
2004-01-02 | Having no members of a group is a perfectly valid (if unusual) situation. | Andrew Bartlett | 1 | -0/+7 |
2004-01-01 | After talking with abartlet remove the fix for bug 707 again. | Volker Lendecke | 1 | -48/+21 |
2004-01-01 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Volker Lendecke | 1 | -21/+48 |
2003-12-31 | Changes to our PAM code to cope with the fact that we can't handle some | Andrew Bartlett | 2 | -16/+36 |
2003-12-31 | Forgot to commit this for the 'get our primary domain' change. | Andrew Bartlett | 1 | -0/+1 |
2003-12-31 | Jerry rightly complained that we can't assume that the first domain is | Andrew Bartlett | 1 | -3/+21 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 1 | -14/+46 |
2003-12-30 | Get the DOMAIN\username around the right way (I had username\domain...) | Andrew Bartlett | 1 | -3/+3 |
2003-12-30 | Try to gain a bit more consistancy in the output of usernames from ntlm_auth: | Andrew Bartlett | 2 | -0/+27 |
2003-12-23 | Fix typo. | John Terpstra | 1 | -1/+1 |
2003-12-11 | fixed bad formal parameter type in get_static(); patch Andy Polyakov | Gerald Carter | 1 | -1/+1 |
2003-12-04 | fix debug message | Gerald Carter | 1 | -2/+2 |
2003-11-27 | Correct freebsd 5.1 support for winbind contributed by Aaron Collins. | Tim Potter | 1 | -0/+81 |
2003-11-27 | use samr_dispinfo(level == 1) for enumerating domain users so we can include ... | Gerald Carter | 1 | -17/+34 |
2003-11-25 | Add a comment, and a useful debug message. | Andrew Bartlett | 2 | -0/+3 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 2 | -5/+10 |
2003-11-19 | as discussed on irc, this is a small patch that allows a few more | Andrew Tridgell | 6 | -7/+292 |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 15 | -1/+14 |
2003-11-07 | fix for bug 680 (heads up). This gist is to map the | Gerald Carter | 1 | -25/+215 |
2003-11-06 | Final round of printf warnings fixes for the moment. | Tim Potter | 1 | -3/+3 |
2003-11-04 | Use a static string instead of malloced one in winbind_{off,on}() utility | Tim Potter | 1 | -29/+8 |
2003-11-03 | Fix for winbindd on HPUX from albert chin (china@thewrittenword.com) | Jeremy Allison | 1 | -4/+2 |
2003-11-02 | Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some | Tim Potter | 1 | -3/+30 |
2003-10-31 | prompt for password when invoking --set-auth-user and no pw | Gerald Carter | 1 | -2/+7 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -5/+5 |
2003-10-21 | fixed a number of bugs and memory leaks in the AIX winbind shim | Andrew Tridgell | 1 | -249/+231 |
2003-10-21 | Merge of spelling fix from HEAD. | Tim Potter | 1 | -1/+1 |
2003-10-14 | Undo previous commit because it breaks the build. | Tim Potter | 1 | -2/+0 |
2003-10-13 | Add a better error message to wb_common.c when unable to connect to a pipe | Richard Sharpe | 2 | -0/+9 |
2003-10-13 | make sure to use the escaped DN; patch from Guenther Deschner; bug 592 | Gerald Carter | 1 | -1/+1 |
2003-10-03 | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 1 | -4/+11 |
2003-09-24 | fixing a bug in the retry loop for winbindd_pam_auth[_crap]() | Gerald Carter | 1 | -15/+25 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -1/+0 |
2003-09-17 | Obviously correct typo bugfix from Lin Li <linl@xandros.com>. | Jeremy Allison | 1 | -1/+1 |