Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -12/+12 |
2007-10-10 | r7877: Attempt to fix a smb_panic reported by Pavel Rochnyack. | Volker Lendecke | 1 | -8/+15 |
2007-10-10 | r7785: This looks much larger than it is. It changes the top-level functions ... | Volker Lendecke | 1 | -48/+61 |
2007-10-10 | r7454: couple of winbindd fixes | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -138/+246 |
2007-10-10 | r7130: remove 'winbind enable local accounts' code from the 3.0 tree | Gerald Carter | 1 | -21/+0 |
2007-10-10 | r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini... | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -9/+4 |
2007-10-10 | r2584: After talking to jerry, commit the strlower patch to getent username and | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r2378: Remove two confusing #defines | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r1613: Patch from Tom Shaw <tomisfaraway@gmail.com> to use | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r538: Mem leak fix from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r294: checking in volker's winbindd patches; tested on domain members (Samba ... | Gerald Carter | 1 | -1/+1 |
2004-01-08 | Move more of winbind to use 'find_our_domain()' rather than the dangerous | Andrew Bartlett | 1 | -7/+7 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 1 | -20/+18 |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 1 | -0/+1 |
2003-08-10 | add --domain=DOMAINNAME to wbinfo | Gerald Carter | 1 | -1/+13 |
2003-07-26 | fix typo in debug | Gerald Carter | 1 | -1/+1 |
2003-07-22 | Another round of uid/gid/pid format string changes I missed the | Tim Potter | 1 | -2/+2 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -10/+10 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -0/+13 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -8/+26 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -9/+14 |
2003-06-30 | * rename samstrict auth method to sam | Gerald Carter | 1 | -3/+8 |
2003-06-29 | Here's the code to make winbindd work on a Samba DC | Gerald Carter | 1 | -0/+11 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -4/+4 |
2003-06-16 | Squelch one small compiler warning | Richard Sharpe | 1 | -1/+2 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -11/+8 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -27/+29 |
2003-03-19 | Fix debug message not to use an uninitialized variable. | Volker Lendecke | 1 | -2/+1 |
2003-02-12 | Merge from HEAD...setup the %U substitution in winbindd for the homedir template | Jeremy Allison | 1 | -0/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -4/+4 |
2002-12-20 | Merge removal of unpopular winbind client environment variable. | Tim Potter | 1 | -18/+0 |
2002-11-20 | merged the %U changes to 3.0 | Andrew Tridgell | 1 | -0/+1 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Change the winbind interface to use seperate 'domain' and 'username' feilds for | Andrew Bartlett | 1 | -1/+1 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -37/+26 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -6/+4 |
2002-01-11 | Always query the PDC for the list of trusted domains rather than interating | Tim Potter | 1 | -15/+17 |
2002-01-10 | A big tidyup while thinking about getting trusted domains being re-read | Tim Potter | 1 | -23/+34 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 1 | -89/+72 |
2001-12-10 | added some comments | Andrew Tridgell | 1 | -2/+1 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 1 | -58/+0 |
2001-12-05 | finally worked out how to do ldap lookups by binary blobs, so I can | Andrew Tridgell | 1 | -4/+2 |
2001-12-05 | Fixed parse_domain_user to be bool. | Jeremy Allison | 1 | -8/+6 |
2001-12-04 | added a query_user backend | Andrew Tridgell | 1 | -31/+27 |
2001-12-03 | changed query_dispinfo to query_user_list | Andrew Tridgell | 1 | -5/+5 |