summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-1014-63/+780
* r904: - fixed account expiry testing in auth_samAndrew Tridgell2007-10-104-10/+18
* r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...Andrew Tridgell2007-10-101-16/+14
* r902: added torture tests for sending rubbish in the domain name field of Get...Andrew Tridgell2007-10-101-2/+29
* r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,Andrew Tridgell2007-10-101-5/+4
* r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the serverAndrew Tridgell2007-10-101-0/+6
* r899: remove the weird shell patterns from the makerulesStefan Metzmacher2007-10-101-14/+0
* r898: - remove some unused macrosAndrew Tridgell2007-10-107-288/+7
* r897: - user/group creation needs to create unique names across both theAndrew Tridgell2007-10-102-2/+126
* r896: - use andrews samdb_result_passwords() for the remaining password chang...Andrew Tridgell2007-10-101-33/+39
* r895: use _t in base ndr fnsAndrew Tridgell2007-10-101-4/+4
* r894: use _t in generated pidl codeAndrew Tridgell2007-10-101-10/+10
* r893: a few more _t conversionsAndrew Tridgell2007-10-103-4/+4
* r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett2007-10-103-3/+60
* r891: fix compileGerald Carter2007-10-101-2/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-1065-180/+186
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-1097-554/+549
* r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2007-10-102-6/+6
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-10127-780/+763
* r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher2007-10-103-3/+15
* r879: fixed a typo in the password fetch wrapperAndrew Tridgell2007-10-101-1/+1
* r877: This attempt at IDL was accidently included in the pervious commit.Andrew Bartlett2007-10-101-9/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-1018-262/+430
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-1050-556/+707
* r871: add a comment about how samdb_set_password() worksAndrew Tridgell2007-10-101-0/+6
* r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell2007-10-101-29/+29
* r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk fileStefan Metzmacher2007-10-102-5/+40
* r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell2007-10-101-41/+39
* r867: removed a couple of unused structuresAndrew Tridgell2007-10-101-20/+0