summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r1020: Add an (untested, until the other end is hooked in) method forAndrew Bartlett2007-10-101-0/+28
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-1010-126/+144
* r1018: fix a const and unsigned int problem in ldbAndrew Tridgell2007-10-102-3/+3
* r1017: - move to a centralised way of handling talloc/ldb interactionAndrew Tridgell2007-10-101-0/+9
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-103-20/+17
* r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell2007-10-101-0/+143
* r1014: change the handling of r->out to auto-zero the structure, and auto-copyAndrew Tridgell2007-10-101-7/+47
* r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher2007-10-101-0/+2
* r1010: make the dcesrv_crypto code a bit more generic...Stefan Metzmacher2007-10-103-26/+22
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-109-78/+82
* r1006: print out the SVN revision by configure,Stefan Metzmacher2007-10-101-0/+5
* r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher2007-10-101-1/+1
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-106-41/+231
* r1003: Removed e_ndr stuff - too verbose.Tim Potter2007-10-101-41/+67
* r1002: Add helper files for eparser output.Tim Potter2007-10-102-0/+90
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-106-43/+39
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-1019-157/+326
* r990: fix tdb standalone buildStefan Metzmacher2007-10-101-2/+2
* r987: Start replacing ndr_* functions with e_ndr_* and removing stuff relatedTim Potter2007-10-101-39/+43
* r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it'sTim Potter2007-10-101-250/+250
* r985: Add stub function for dumping enums to prevent perl warnings in eparser.Tim Potter2007-10-101-0/+15
* r976: - added -W for workgroup to locktestAndrew Tridgell2007-10-101-7/+16
* r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell2007-10-101-2/+2
* r970: - remove unused wchar_t checkStefan Metzmacher2007-10-102-22/+21
* r969: remove some unused checksStefan Metzmacher2007-10-101-5/+0
* r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher2007-10-109-223/+105
* r967: move some configure checks to seperate filesStefan Metzmacher2007-10-1011-372/+459
* r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests alsoVolker Lendecke2007-10-102-2/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-1052-166/+164
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-1024-192/+186
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-1035-89/+89
* r959: - a static WERROR function should return a WERROR:-)Stefan Metzmacher2007-10-101-3/+4
* r956: More debian updates:Jelmer Vernooij2007-10-106-0/+25
* r955: Update debian package rules... builds nowJelmer Vernooij2007-10-109-277/+28
* r954: Start working on typedef parsing.Tim Potter2007-10-101-15/+11
* r953: Remove unused Pull and Print parse functions. Remove Push fromTim Potter2007-10-101-459/+46
* r952: fixed schannel from my last commitAndrew Tridgell2007-10-101-4/+10
* r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell2007-10-101-1/+1
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-104-104/+187
* r948: Tridge suggested that the best way to write the ethereal parser is toTim Potter2007-10-102-426/+1121
* r946: Updated attribute only oplock tester to cover more cases.Jeremy Allison2007-10-101-5/+37
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-1046-185/+185
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-1014-23/+612
* r935: remove unused variableAndrew Tridgell2007-10-101-2/+0
* r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...Andrew Tridgell2007-10-101-1/+1
* r929: Remove more unused code from util_sid.c (the old-style sid code isAndrew Bartlett2007-10-101-152/+1
* r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell2007-10-104-101/+40
* r920: a placeholder lsads.idl file (lack of this is why the build farm is unh...Andrew Tridgell2007-10-101-0/+16
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-106-28/+148
* r918: - dcerpc endpoint name are case insensitiveAndrew Tridgell2007-10-101-1/+1