summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r955: Update debian package rules... builds nowJelmer Vernooij7-273/+19
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
2007-10-10r894: use _t in generated pidl codeAndrew Tridgell1-10/+10
2007-10-10r893: a few more _t conversionsAndrew Tridgell3-4/+4
2007-10-10r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett3-3/+60
2007-10-10r891: fix compileGerald Carter1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher65-180/+186
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher97-554/+549
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2-6/+6
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher127-780/+763
2007-10-10r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher3-3/+15
2007-10-10r879: fixed a typo in the password fetch wrapperAndrew Tridgell1-1/+1
2007-10-10r877: This attempt at IDL was accidently included in the pervious commit.Andrew Bartlett1-9/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett18-262/+430
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell50-556/+707
2007-10-10r871: add a comment about how samdb_set_password() worksAndrew Tridgell1-0/+6
2007-10-10r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-29/+29
2007-10-10r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk fileStefan Metzmacher2-5/+40
2007-10-10r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-41/+39
2007-10-10r867: removed a couple of unused structuresAndrew Tridgell1-20/+0
2007-10-10r866: convert the rest of the binaries to config.mk filesStefan Metzmacher8-30/+83
2007-10-10r865: Regression test for attribute-only opens not causing an oplock break.Jeremy Allison1-0/+29
2007-10-10r864: convert the smbd/* code to a config.mk fileStefan Metzmacher3-8/+61
2007-10-10r863: Added test to ensure an open and locked file can be truncated by a seco...Jeremy Allison1-0/+72