summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r2062: Fix a couple more of the printf warnings (real bugs).Andrew Bartlett2007-10-103-2/+5
* r2061: - split libnet header filesStefan Metzmacher2007-10-104-153/+239
* r2060: fix compiler warningStefan Metzmacher2007-10-101-3/+3
* r2059: abartlet: is there a better way to fix this compiler warningStefan Metzmacher2007-10-101-1/+1
* r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner2007-10-102-1/+12
* r2056: Allow the compiler to check this format string.Andrew Bartlett2007-10-101-3/+4
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-1011-12/+26
* r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett2007-10-101-1/+2
* r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett2007-10-101-0/+3
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-107-195/+80
* r2050: fixed a case where code assumed you could Realloc the result of a data...Andrew Tridgell2007-10-101-2/+2
* r2049: talloc now has destructors and reference countsAndrew Tridgell2007-10-101-56/+75
* r2048: fix memory leak found by abartletStefan Metzmacher2007-10-101-1/+0
* r2047: Warn on 'declaration after statement' (breaks non-gcc).Andrew Bartlett2007-10-101-3/+3
* r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell2007-10-101-4/+3
* r2045: fixed a date format push in SMBsearchAndrew Tridgell2007-10-101-1/+1
* r2044: fixed two uninAndrew Tridgell2007-10-101-0/+2
* r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell2007-10-101-40/+10
* r2042: missed a couple of places that should be talloc_free()Andrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-1013-44/+126
* r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell2007-10-101-2/+2
* r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2007-10-102-18/+2
* r2038: get rid of the optimisation in the dcerpc server that tries to avoid aAndrew Tridgell2007-10-101-26/+0
* r2037: switched the asn.1 code to use tallocAndrew Tridgell2007-10-101-20/+16
* r2036: switched the spnego code to use tallocAndrew Tridgell2007-10-101-5/+5
* r2035: Fix spelling.Andrew Bartlett2007-10-101-1/+1
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-103-17/+22
* r2031: add a check for a blank secret return in lsa secret testsAndrew Tridgell2007-10-101-8/+13
* r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell2007-10-101-1/+1
* r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell2007-10-101-2/+4
* r2021: add password change fallback to SetUserInfo level 25,24,23Stefan Metzmacher2007-10-101-0/+130
* r2020: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r2019: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r2017: fix compiler warningsStefan Metzmacher2007-10-102-5/+5
* r2012: --enable-developer also sets debug=yes nowStefan Metzmacher2007-10-101-3/+9
* r2011: remove this broken and never reached testStefan Metzmacher2007-10-101-7/+1
* r2010: trigger the config.smb_build.dump output by --enable-*developer not --...Stefan Metzmacher2007-10-101-1/+1
* r2005: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r2004: remove unused fileStefan Metzmacher2007-10-101-121/+0
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-105-123/+103
* r2000: remove unused varStefan Metzmacher2007-10-101-1/+0
* r1999: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1998: fix compiler warningStefan Metzmacher2007-10-101-2/+1
* r1997: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1996: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher2007-10-102-4/+3
* r1994: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett2007-10-103-12/+16
* r1992: Make the NTLMSSP torture test show more detail, and return failure etc.Andrew Bartlett2007-10-101-4/+22
* r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett2007-10-101-2/+12