summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w...Günther Deschner2007-10-101-1/+0
* r25134: Fix Bug #4968 and make dns updates work with heimdal as well (again,Günther Deschner2007-10-101-21/+3
* r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner2007-10-101-46/+5
* r25130: make use only of base types which are provided by libreplaceStefan Metzmacher2007-10-107-216/+144
* r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher2007-10-103-25/+0
* r25125: create prototypes for 'bool ' functionsStefan Metzmacher2007-10-101-1/+1
* r25121: Remove pstring limits from much of our string handling function.Jeremy Allison2007-10-101-54/+174
* r25120: One more warning.Jeremy Allison2007-10-101-1/+1
* r25119: Fix a couple of warnings.Jeremy Allison2007-10-102-2/+3
* r25118: More pstring elimination.Jeremy Allison2007-10-105-57/+84
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-1015-481/+755
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-107-341/+438
* r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2007-10-102-4/+2
* r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner2007-10-101-2/+2
* r25107: Fix const warning caused by the way I reformatted thisSimo Sorce2007-10-101-3/+4
* r25104: Fix extra lines added by mistake.Jeremy Allison2007-10-101-2/+2
* r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2007-10-103-67/+83
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-108-485/+946
* r25099: Commit fix for CVE-2007-4138 from 3.0.26 release.Gerald Carter2007-10-101-1/+1
* r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2007-10-102-5/+278
* r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam2007-10-101-0/+44
* r25087: Reformatting: Get rid of an abundance of leading tabs...Michael Adam2007-10-101-11/+11
* r25086: Fix interdomain trusts (this povides the fix expected in r22709):Michael Adam2007-10-101-2/+2
* r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner2007-10-101-1/+9
* r25074: as all requests in the winbindd child are sync, we can use talloc_tos()Stefan Metzmacher2007-10-101-5/+2
* r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opco...Günther Deschner2007-10-101-0/+10
* r25064: We use BOOL/True/False not bool/true/falseSimo Sorce2007-10-101-4/+4
* r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, theSimo Sorce2007-10-101-3/+4
* r25062: Reformat, remove trailing spaces and fit lines into 80 columnsSimo Sorce2007-10-101-156/+237
* r25061: Pro-actively shut up Coverity :-)Volker Lendecke2007-10-101-3/+5
* r25060: Fix formatting, remove trailing spaces and cut lines longer than 80 c...Simo Sorce2007-10-101-160/+255
* r25059: Apply to 3.2 as wellSimo Sorce2007-10-101-24/+12
* r25055: Add file_id_string_tosVolker Lendecke2007-10-1014-54/+40
* r25049: Set new, more secure defaults for Samba 3.2.Andrew Bartlett2007-10-101-4/+4
* r25040: Add "net sam rights"Volker Lendecke2007-10-103-5/+175
* r25036: Fix a become/unbecome_root() pairVolker Lendecke2007-10-101-1/+1
* r25032: Contact an off site DC if non is available on site.Lars Müller2007-10-102-22/+37
* r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...Lars Müller2007-10-101-2/+2
* r25025: Remove an unused functionVolker Lendecke2007-10-101-5/+0
* r25024: Fix a whole bunch of Coverity bugsVolker Lendecke2007-10-101-0/+1
* r25023: Coverity #455. Not actually a bug, but this clarifiesJeremy Allison2007-10-101-0/+1
* r25022: Fix coverity #395. Resource leak on error.Jeremy Allison2007-10-101-6/+13
* r25021: Fix coverity #435. Use of -1.Jeremy Allison2007-10-101-4/+12
* r25020: Fix coverity #374, possible null deref.Jeremy Allison2007-10-101-4/+4
* r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison2007-10-101-6/+8
* r25011: We don't use mangle_map any more.Jeremy Allison2007-10-101-211/+0
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-1016-684/+1069
* r25002: Refactor out code duplication created by the previousMichael Adam2007-10-101-18/+9
* r24999: Use the new regval_compose() function in regval_ctr_addvalue().Michael Adam2007-10-101-18/+3