summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell1-40/+10
2007-10-10r2042: missed a couple of places that should be talloc_free()Andrew Tridgell1-2/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett13-44/+126
2007-10-10r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell1-2/+2
2007-10-10r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2-18/+2
2007-10-10r2038: get rid of the optimisation in the dcerpc server that tries to avoid aAndrew Tridgell1-26/+0
2007-10-10r2037: switched the asn.1 code to use tallocAndrew Tridgell1-20/+16
2007-10-10r2036: switched the spnego code to use tallocAndrew Tridgell1-5/+5
2007-10-10r2035: Fix spelling.Andrew Bartlett1-1/+1
2007-10-10r2034: Allow user-selectable hash functions on open only.Jeremy Allison3-17/+22
2007-10-10r2031: add a check for a blank secret return in lsa secret testsAndrew Tridgell1-8/+13
2007-10-10r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell1-1/+1
2007-10-10r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell1-2/+4
2007-10-10r2021: add password change fallback to SetUserInfo level 25,24,23Stefan Metzmacher1-0/+130
2007-10-10r2020: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r2019: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r2017: fix compiler warningsStefan Metzmacher2-5/+5
2007-10-10r2012: --enable-developer also sets debug=yes nowStefan Metzmacher1-3/+9
2007-10-10r2011: remove this broken and never reached testStefan Metzmacher1-7/+1
2007-10-10r2010: trigger the config.smb_build.dump output by --enable-*developer not --...Stefan Metzmacher1-1/+1
2007-10-10r2005: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r2004: remove unused fileStefan Metzmacher1-121/+0
2007-10-10r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell5-123/+103
2007-10-10r2000: remove unused varStefan Metzmacher1-1/+0
2007-10-10r1999: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1998: fix compiler warningStefan Metzmacher1-2/+1
2007-10-10r1997: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1996: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher2-4/+3
2007-10-10r1994: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett3-12/+16
2007-10-10r1992: Make the NTLMSSP torture test show more detail, and return failure etc.Andrew Bartlett1-4/+22
2007-10-10r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett1-2/+12
2007-10-10r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett3-6/+6
2007-10-10r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell1-2/+6
2007-10-10r1988: Let Samba use all POSIX features available on VOS.Paul Green1-2/+2
2007-10-10r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.Tim Potter1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell14-155/+148
2007-10-10r1984: this change is what you should read to understand the new talloc()Andrew Tridgell3-19/+5
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell43-474/+284
2007-10-10r1982: i is not initialised or usedAndrew Tridgell1-2/+1
2007-10-10r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2-1/+13
2007-10-10r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell1-2/+0
2007-10-10r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULTStefan Metzmacher2-2/+10
2007-10-10r1957: add cmdline_set_* functionsStefan Metzmacher2-21/+31
2007-10-10r1952: change the _RPC levels into _SAMRStefan Metzmacher2-100/+134
2007-10-10r1951: add 'net password set' callStefan Metzmacher1-0/+82
2007-10-10r1950: implement libnet_SetPassword_rpc()Stefan Metzmacher1-2/+207
2007-10-10r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2-11/+39
2007-10-10r1947: fix cup & paste errorsStefan Metzmacher1-14/+18