Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25140: Less red bars to hurt my eyes... | Michael Adam | 1 | -47/+51 |
2007-10-10 | r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad... | Michael Adam | 1 | -37/+2 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 12 | -74/+179 |
2007-10-10 | r25136: When tallocing a string to uppercase remember the terminating | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w... | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r25134: Fix Bug #4968 and make dns updates work with heimdal as well (again, | Günther Deschner | 1 | -21/+3 |
2007-10-10 | r25133: Fix sasl wrapping (for ldap sign&seal). | Günther Deschner | 1 | -46/+5 |
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 | 3 | -25/+0 |
2007-10-10 | r25125: create prototypes for 'bool ' functions | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25121: Remove pstring limits from much of our string handling function. | Jeremy Allison | 1 | -54/+174 |
2007-10-10 | r25120: One more warning. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25119: Fix a couple of warnings. | Jeremy Allison | 2 | -2/+3 |
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 5 | -57/+84 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 15 | -481/+755 |
2007-10-10 | r25116: Fix talloc_asprintf_append to do the right thing with | Jeremy Allison | 1 | -5/+2 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 7 | -341/+438 |
2007-10-10 | r25109: Remove obsolete argument from ads_guess_service_principal(). | Günther Deschner | 2 | -4/+2 |
2007-10-10 | r25108: Make ifdef labyrinth in sasl code a bit more readable. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r25107: Fix const warning caused by the way I reformatted this | Simo Sorce | 1 | -3/+4 |
2007-10-10 | r25104: Fix extra lines added by mistake. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 3 | -67/+83 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 8 | -485/+946 |
2007-10-10 | r25099: Commit fix for CVE-2007-4138 from 3.0.26 release. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25092: Add support for storing trusted domain passwords in LDAP for | Michael Adam | 2 | -5/+278 |
2007-10-10 | r25091: Start adding support for storing trusted domain passwords in LDAP | Michael Adam | 1 | -0/+44 |
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 | r25080: Once we decrypted the packet but have timing problems (closkew, tkt n... | Günther Deschner | 1 | -1/+9 |
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 | r25061: Pro-actively shut up Coverity :-) | Volker Lendecke | 1 | -3/+5 |
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 | r25055: Add file_id_string_tos | Volker Lendecke | 14 | -54/+40 |
2007-10-10 | r25049: Set new, more secure defaults for Samba 3.2. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r25040: Add "net sam rights" | Volker Lendecke | 3 | -5/+175 |
2007-10-10 | r25036: Fix a become/unbecome_root() pair | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25032: Contact an off site DC if non is available on site. | Lars Müller | 2 | -22/+37 |
2007-10-10 | r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in... | Lars Müller | 1 | -2/+2 |
2007-10-10 | r25025: Remove an unused function | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r25024: Fix a whole bunch of Coverity bugs | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r25023: Coverity #455. Not actually a bug, but this clarifies | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r25022: Fix coverity #395. Resource leak on error. | Jeremy Allison | 1 | -6/+13 |
2007-10-10 | r25021: Fix coverity #435. Use of -1. | Jeremy Allison | 1 | -4/+12 |
2007-10-10 | r25020: Fix coverity #374, possible null deref. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25019: Fix coverity bug #105, run #332. Use of uninitialized variable. | Jeremy Allison | 1 | -6/+8 |