summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher1-1/+1
2007-10-10r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher6-41/+231
2007-10-10r1003: Removed e_ndr stuff - too verbose.Tim Potter1-41/+67
2007-10-10r1002: Add helper files for eparser output.Tim Potter2-0/+90
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher6-43/+39
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell19-157/+326
2007-10-10r990: fix tdb standalone buildStefan Metzmacher1-2/+2
2007-10-10r987: Start replacing ndr_* functions with e_ndr_* and removing stuff relatedTim Potter1-39/+43
2007-10-10r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it'sTim Potter1-250/+250
2007-10-10r985: Add stub function for dumping enums to prevent perl warnings in eparser.Tim Potter1-0/+15
2007-10-10r976: - added -W for workgroup to locktestAndrew Tridgell1-7/+16
2007-10-10r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell1-2/+2
2007-10-10r970: - remove unused wchar_t checkStefan Metzmacher2-22/+21
2007-10-10r969: remove some unused checksStefan Metzmacher1-5/+0
2007-10-10r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher9-223/+105
2007-10-10r967: move some configure checks to seperate filesStefan Metzmacher11-372/+459
2007-10-10r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests alsoVolker Lendecke2-2/+2
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher52-166/+164
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher24-192/+186
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher35-89/+89
2007-10-10r959: - a static WERROR function should return a WERROR:-)Stefan Metzmacher1-3/+4
2007-10-10r956: More debian updates:Jelmer Vernooij6-0/+25
2007-10-10r955: Update debian package rules... builds nowJelmer Vernooij9-277/+28
2007-10-10r954: Start working on typedef parsing.Tim Potter1-15/+11
2007-10-10r953: Remove unused Pull and Print parse functions. Remove Push fromTim Potter1-459/+46
2007-10-10r952: fixed schannel from my last commitAndrew Tridgell1-4/+10
2007-10-10r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell1-1/+1
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell4-104/+187
2007-10-10r948: Tridge suggested that the best way to write the ethereal parser is toTim Potter2-426/+1121
2007-10-10r946: Updated attribute only oplock tester to cover more cases.Jeremy Allison1-5/+37
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher46-185/+185
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell14-23/+612
2007-10-10r935: remove unused variableAndrew Tridgell1-2/+0
2007-10-10r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...Andrew Tridgell1-1/+1
2007-10-10r929: Remove more unused code from util_sid.c (the old-style sid code isAndrew Bartlett1-152/+1
2007-10-10r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell4-101/+40
2007-10-10r920: a placeholder lsads.idl file (lack of this is why the build farm is unh...Andrew Tridgell1-0/+16
2007-10-10r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell6-28/+148
2007-10-10r918: - dcerpc endpoint name are case insensitiveAndrew Tridgell1-1/+1
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell14-63/+780
2007-10-10r904: - fixed account expiry testing in auth_samAndrew Tridgell4-10/+18
2007-10-10r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...Andrew Tridgell1-16/+14
2007-10-10r902: added torture tests for sending rubbish in the domain name field of Get...Andrew Tridgell1-2/+29
2007-10-10r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,Andrew Tridgell1-5/+4
2007-10-10r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the serverAndrew Tridgell1-0/+6
2007-10-10r899: remove the weird shell patterns from the makerulesStefan Metzmacher1-14/+0
2007-10-10r898: - remove some unused macrosAndrew Tridgell7-288/+7
2007-10-10r897: - user/group creation needs to create unique names across both theAndrew Tridgell2-2/+126
2007-10-10r896: - use andrews samdb_result_passwords() for the remaining password chang...Andrew Tridgell1-33/+39
2007-10-10r895: use _t in base ndr fnsAndrew Tridgell1-4/+4