Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r116: volker's patch for local group and group nesting | Gerald Carter | 1 | -41/+95 |
2004-03-16 | BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -... | Gerald Carter | 1 | -1/+3 |
2004-01-15 | And another memory corruption in winbind. Arg 3 of safe_strcpy does not | Volker Lendecke | 1 | -1/+1 |
2004-01-15 | Fix a segfault in winbindd. Calling getusersids with a SID that results in 0 | Volker Lendecke | 1 | -1/+1 |
2004-01-08 | use SAFE_FREE(), not free(). | Andrew Bartlett | 1 | -1/+1 |
2004-01-08 | Move more of winbind to use 'find_our_domain()' rather than the dangerous | Andrew Bartlett | 1 | -25/+24 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 1 | -8/+3 |
2003-12-04 | fix debug message | Gerald Carter | 1 | -2/+2 |
2003-11-19 | as discussed on irc, this is a small patch that allows a few more | Andrew Tridgell | 1 | -0/+85 |
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 | -0/+12 |
2003-07-22 | Another round of uid/gid/pid format string changes I missed the | Tim Potter | 1 | -1/+1 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -12/+12 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -9/+78 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -11/+15 |
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-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 1 | -8/+8 |
2003-06-23 | lp_security() is a function not an integer | Andrew Tridgell | 1 | -1/+1 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 1 | -9/+15 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -6/+6 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 1 | -24/+105 |
2003-06-16 | made a debug statement more useful | Andrew Tridgell | 1 | -2/+3 |
2003-06-10 | - fixed the bug that forced us not to use the winbindd cache when we | Andrew Tridgell | 1 | -1/+1 |
2003-06-03 | * set winbind cache time to 5 minutes | Gerald Carter | 1 | -3/+4 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -29/+8 |
2003-04-29 | remove convert_smbpasswd and addtosmbpass from tree; people can get them from... | Gerald Carter | 1 | -0/+18 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -55/+59 |
2003-02-25 | Merge: newline on debug message. | Tim Potter | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -3/+3 |
2002-12-20 | Merge removal of unpopular winbind client environment variable. | Tim Potter | 1 | -13/+0 |
2002-10-18 | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 1 | -1/+1 |
2002-10-08 | merge from APP_HEAD of winbindd's domain local group fix | Gerald Carter | 1 | -8/+49 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+6 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -13/+29 |
2002-03-26 | Don't do a zero-length malloc (caught with dmalloc library). | Jeremy Allison | 1 | -1/+1 |
2002-02-27 | this allows us to support foreign SIDs in winbindd and smbd | Andrew Tridgell | 1 | -3/+2 |
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 | -2/+2 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -24/+18 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -7/+5 |
2002-01-11 | Always query the PDC for the list of trusted domains rather than interating | Tim Potter | 1 | -19/+32 |
2002-01-10 | A big tidyup while thinking about getting trusted domains being re-read | Tim Potter | 1 | -58/+56 |
2001-12-18 | fixed handling of empty or dead domain in wbinfo -g | Andrew Tridgell | 1 | -60/+9 |
2001-12-11 | removed the start_ndx parameter from group enumeration | Andrew Tridgell | 1 | -68/+42 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 1 | -2/+2 |
2001-12-10 | Merge of memory leak fixes from APPLIANCE_TNG. | Tim Potter | 1 | -0/+7 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 1 | -83/+2 |
2001-12-06 | Fixed typo in fix for typo in debug. (-: | Tim Potter | 1 | -1/+1 |
2001-12-05 | finally worked out how to do ldap lookups by binary blobs, so I can | Andrew Tridgell | 1 | -5/+5 |