| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as a | Volker Lendecke | 2004-01-16 | 1 | -0/+138 |
* | And another memory corruption in winbind. Arg 3 of safe_strcpy does not | Volker Lendecke | 2004-01-15 | 1 | -1/+1 |
* | Fix a segfault in winbindd. Calling getusersids with a SID that results in 0 | Volker Lendecke | 2004-01-15 | 1 | -1/+1 |
* | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 2004-01-15 | 1 | -3/+3 |
* | Fix initgroups() call nss_winbind on solaris; patch from John Klinger <john.k... | Gerald Carter | 2004-01-14 | 1 | -0/+16 |
* | * Revert to using rpc for mixed mode AD domains. | Gerald Carter | 2004-01-14 | 1 | -3/+9 |
* | Remove duplicate comment. | Andrew Bartlett | 2004-01-14 | 1 | -2/+0 |
* | fixing compile problems due to my recent ads.h changes | Gerald Carter | 2004-01-12 | 1 | -1/+1 |
* | update copyright to -2004 | Stefan Metzmacher | 2004-01-11 | 1 | -1/+1 |
* | Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIX | Jelmer Vernooij | 2004-01-08 | 1 | -2/+2 |
* | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 2004-01-08 | 1 | -3/+2 |
* | fix a seg fault caused by abartlet's last checkin; there's no way this could ... | Gerald Carter | 2004-01-08 | 1 | -1/+1 |
* | use SAFE_FREE(), not free(). | Andrew Bartlett | 2004-01-08 | 1 | -1/+1 |
* | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 2004-01-08 | 9 | -36/+146 |
* | Move more of winbind to use 'find_our_domain()' rather than the dangerous | Andrew Bartlett | 2004-01-08 | 5 | -48/+38 |
* | The correct test for 'is our primary domain' is domain->primary | Andrew Bartlett | 2004-01-08 | 1 | -1/+1 |
* | Machines are people too! | Andrew Bartlett | 2004-01-07 | 4 | -34/+23 |
* | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 2004-01-07 | 1 | -6/+6 |
* | remove unused seek_file(); don't hardcode '\' when printing the auth-user | Gerald Carter | 2004-01-06 | 1 | -1/+1 |
* | Ensure that for wbinfo --set-auth-user, we actually use the domain. | Andrew Bartlett | 2004-01-06 | 1 | -2/+2 |
* | Fix warning | Volker Lendecke | 2004-01-05 | 1 | -1/+1 |
* | shorten some more lines. | Andrew Bartlett | 2004-01-05 | 1 | -7/+14 |
* | Grumble... grumble... fix the build... | Andrew Bartlett | 2004-01-05 | 1 | -5/+7 |
* | Show the sid type in name->sid translatons in a way that can be easily | Andrew Bartlett | 2004-01-05 | 1 | -1/+1 |
* | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 2004-01-05 | 6 | -102/+127 |
* | Add const. | Andrew Bartlett | 2004-01-05 | 1 | -3/+3 |
* | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 2004-01-05 | 3 | -77/+37 |
* | Fix for bug 707, getent group for huge ads groups (>1500 members) | Andrew Bartlett | 2004-01-05 | 1 | -22/+72 |
* | We can't possilby get 'ok' here, as the if statement above just checked for it. | Andrew Bartlett | 2004-01-05 | 1 | -2/+0 |
* | Commit the translation of the realm to the netbios domain name in the kerberos | Volker Lendecke | 2004-01-04 | 4 | -0/+85 |
* | And yet another const | Volker Lendecke | 2004-01-03 | 1 | -1/+1 |
* | Under certain error conditions (a talloc() failure above) this would cause | Andrew Bartlett | 2004-01-02 | 1 | -2/+0 |
* | Having no members of a group is a perfectly valid (if unusual) situation. | Andrew Bartlett | 2004-01-02 | 1 | -0/+7 |
* | After talking with abartlet remove the fix for bug 707 again. | Volker Lendecke | 2004-01-01 | 1 | -48/+21 |
* | Fix for bug 707, getent group for huge ads groups (>1500 members) | Volker Lendecke | 2004-01-01 | 1 | -21/+48 |
* | Changes to our PAM code to cope with the fact that we can't handle some | Andrew Bartlett | 2003-12-31 | 2 | -16/+36 |
* | Forgot to commit this for the 'get our primary domain' change. | Andrew Bartlett | 2003-12-31 | 1 | -0/+1 |
* | Jerry rightly complained that we can't assume that the first domain is | Andrew Bartlett | 2003-12-31 | 1 | -3/+21 |
* | auth/auth_util.c: | Andrew Bartlett | 2003-12-31 | 1 | -14/+46 |
* | Get the DOMAIN\username around the right way (I had username\domain...) | Andrew Bartlett | 2003-12-30 | 1 | -3/+3 |
* | Try to gain a bit more consistancy in the output of usernames from ntlm_auth: | Andrew Bartlett | 2003-12-30 | 2 | -0/+27 |
* | Fix typo. | John Terpstra | 2003-12-23 | 1 | -1/+1 |
* | fixed bad formal parameter type in get_static(); patch Andy Polyakov | Gerald Carter | 2003-12-11 | 1 | -1/+1 |
* | fix debug message | Gerald Carter | 2003-12-04 | 1 | -2/+2 |
* | Correct freebsd 5.1 support for winbind contributed by Aaron Collins. | Tim Potter | 2003-11-27 | 1 | -0/+81 |
* | use samr_dispinfo(level == 1) for enumerating domain users so we can include ... | Gerald Carter | 2003-11-27 | 1 | -17/+34 |
* | Add a comment, and a useful debug message. | Andrew Bartlett | 2003-11-25 | 2 | -0/+3 |
* | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 2 | -5/+10 |
* | as discussed on irc, this is a small patch that allows a few more | Andrew Tridgell | 2003-11-19 | 6 | -7/+292 |
* | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 2003-11-12 | 15 | -1/+14 |