Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25406: Make the Linux nss client code thread-safe. | Jeremy Allison | 1 | -12/+181 |
2007-10-10 | r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call | Stefan Metzmacher | 2 | -3/+1 |
2007-10-10 | r25177: if configured using --enable-socket-wrapper | Stefan Metzmacher | 2 | -1/+22 |
2007-10-10 | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 32 | -29961/+0 |
2007-10-10 | r25152: fix headers used in wbinfo.c | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r25148: Adapt to coding conventions. | Günther Deschner | 1 | -414/+697 |
2007-10-10 | r25146: rename winbindd_nss.h => winbind_struct_protocol.h | Stefan Metzmacher | 3 | -5/+3 |
2007-10-10 | r25143: rename public functions from winbind_client.h | Stefan Metzmacher | 7 | -83/+90 |
2007-10-10 | r25130: make use only of base types which are provided by libreplace | Stefan Metzmacher | 7 | -216/+144 |
2007-10-10 | r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplace | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r25107: Fix const warning caused by the way I reformatted this | Simo Sorce | 1 | -3/+4 |
2007-10-10 | r25099: Commit fix for CVE-2007-4138 from 3.0.26 release. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25087: Reformatting: Get rid of an abundance of leading tabs... | Michael Adam | 1 | -11/+11 |
2007-10-10 | r25086: Fix interdomain trusts (this povides the fix expected in r22709): | Michael Adam | 1 | -2/+2 |
2007-10-10 | r25074: as all requests in the winbindd child are sync, we can use talloc_tos() | Stefan Metzmacher | 1 | -5/+2 |
2007-10-10 | r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opco... | Günther Deschner | 1 | -0/+10 |
2007-10-10 | r25064: We use BOOL/True/False not bool/true/false | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, the | Simo Sorce | 1 | -3/+4 |
2007-10-10 | r25062: Reformat, remove trailing spaces and fit lines into 80 columns | Simo Sorce | 1 | -156/+237 |
2007-10-10 | r25060: Fix formatting, remove trailing spaces and cut lines longer than 80 c... | Simo Sorce | 1 | -160/+255 |
2007-10-10 | r25059: Apply to 3.2 as well | Simo Sorce | 1 | -24/+12 |
2007-10-10 | r25032: Contact an off site DC if non is available on site. | Lars Müller | 1 | -13/+21 |
2007-10-10 | r25022: Fix coverity #395. Resource leak on error. | Jeremy Allison | 1 | -6/+13 |
2007-10-10 | r25020: Fix coverity #374, possible null deref. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r24978: move domain_init_recv() near the functions that uses it | Stefan Metzmacher | 1 | -15/+16 |
2007-10-10 | r24977: Ensure negative caching for name2sid, sid2name and rids2names | Rafal Szczesniak | 1 | -26/+89 |
2007-10-10 | r24954: Fix the build without krb5. | Günther Deschner | 1 | -3/+11 |
2007-10-10 | r24952: Set the kdc locator env vars. This makes the krb5 locator plugin fully | Günther Deschner | 2 | -3/+67 |
2007-10-10 | r24920: Reformatting. | Günther Deschner | 1 | -128/+182 |
2007-10-10 | r24879: Activate the winbindd cache-validation message handler. | Michael Adam | 1 | -4/+38 |
2007-10-10 | r24848: Make tdb_validate() take an open tdb handle instead of a file name. | Michael Adam | 1 | -1/+6 |
2007-10-10 | r24843: Add a "validate-cache" control message to winbindd. | Michael Adam | 1 | -0/+26 |
2007-10-10 | r24833: Move locator to nsswitch (does not belong to libads anymore). | Günther Deschner | 1 | -0/+395 |
2007-10-10 | r24830: Add a winbindd cache validation function that does not do | Michael Adam | 1 | -0/+25 |
2007-10-10 | r24829: Make use of a variable, that is available... :-) | Michael Adam | 1 | -2/+1 |
2007-10-10 | r24826: Fix two memleaks in idmap_cache.c, bug 4917 | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 2 | -9/+8 |
2007-10-10 | r24807: Add WINBINDD_LOCATOR_KDC_ADDRESS env which will be used for the case ... | Günther Deschner | 2 | -0/+34 |
2007-10-10 | r24801: When told to ignore the winbind cache also do so while trying to stor... | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r24799: Prefer IP address to dns name when replying in winbindd dsgetdcname. | Günther Deschner | 1 | -1/+17 |
2007-10-10 | r24786: Fix another build warning. | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r24785: Put checks in parentheses. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24778: Make sure krb5 locator requests go to a separate locator winbind child. | Günther Deschner | 4 | -5/+31 |
2007-10-10 | r24747: Add WINBINDD_DSGETDCNAME call. | Günther Deschner | 5 | -0/+75 |
2007-10-10 | r24746: As the winbindd pipe is officially broken since a while: split out re... | Günther Deschner | 2 | -13/+15 |
2007-10-10 | r24740: Fix the build. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS... | Günther Deschner | 2 | -2/+2 |
2007-10-10 | r24734: Move nss_err_str() to a more public place. | Günther Deschner | 3 | -19/+21 |
2007-10-10 | r24722: Squashed commit of the following: | Gerald Carter | 4 | -3/+127 |
2007-10-10 | r24714: Fix confusing indent. | Günther Deschner | 1 | -6/+7 |