summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett2007-10-103-6/+6
* r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell2007-10-101-2/+6
* r1988: Let Samba use all POSIX features available on VOS.Paul Green2007-10-101-2/+2
* r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.Tim Potter2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-1014-155/+148
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-103-19/+5
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1043-474/+284
* r1982: i is not initialised or usedAndrew Tridgell2007-10-101-2/+1
* r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2007-10-102-1/+13
* r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell2007-10-101-2/+0
* r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULTStefan Metzmacher2007-10-102-2/+10
* r1957: add cmdline_set_* functionsStefan Metzmacher2007-10-102-21/+31
* r1952: change the _RPC levels into _SAMRStefan Metzmacher2007-10-102-100/+134
* r1951: add 'net password set' callStefan Metzmacher2007-10-101-0/+82
* r1950: implement libnet_SetPassword_rpc()Stefan Metzmacher2007-10-101-2/+207
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-102-11/+39
* r1947: fix cup & paste errorsStefan Metzmacher2007-10-101-14/+18
* r1944: put ldif functions in a separate fileSimo Sorce2007-10-104-412/+440
* r1943: don't use the with --enable-*developer selected flags forStefan Metzmacher2007-10-104-8/+28
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-103-1/+7