summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell13-100/+224
2003-12-04don't use c++ commentsAndrew Tridgell2-4/+8
2003-12-04we can't have two functions with the same nameAndrew Tridgell1-1/+1
2003-12-04don't use c++ style commentsAndrew Tridgell1-2/+2
2003-12-04some OSes already have a uint_tAndrew Tridgell2-7/+1
2003-12-04my debian unstable box uses "autoconf2.50" - i wish there were aAndrew Tridgell1-2/+2
2003-12-03Updated some of the function names in the IDL.Tim Potter1-56/+57
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett2-4/+150
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell2-16/+100
2003-12-02added netr_DatabaseSync2()Andrew Tridgell2-10/+65
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2-27/+173
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij10-563/+515
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell2-43/+109
2003-12-02Add script useful for finding checks for headers that are never usedJelmer Vernooij1-0/+38
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell2-10/+36
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell2-17/+56
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell2-6/+54
2003-12-02make sure we can expand the critical versions structure withoutAndrew Tridgell2-7/+11
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell2-20/+90
2003-12-02Hide gcc error message if using a compiler that can't precompile headers.Tim Potter1-1/+1
2003-12-02 * made some field names more consistent, and worked out thatAndrew Tridgell1-11/+11
2003-12-02don't pollute the structure name space so muchAndrew Tridgell1-64/+64
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell4-4/+5
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell3-29/+36
2003-12-02initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell4-76/+8
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell7-102/+155
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell3-143/+285
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell8-50/+122
2003-12-01 * another small API change in the credentials codeAndrew Tridgell4-76/+102
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell3-197/+69
2003-12-01fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell1-2/+1
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell5-113/+162
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell5-44/+262
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell7-265/+376
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell6-4/+732
2003-12-01removed more old codeAndrew Tridgell8-977/+0
2003-12-01got rid of more group mapping codeAndrew Tridgell4-310/+5
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell15-9592/+3
2003-11-30 * removed a bunch of unused codeAndrew Tridgell5-596/+26
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter3-15/+241
2003-11-30more unused headersAndrew Tridgell6-1784/+0
2003-11-30got rid of a bunch of unused header files (now replaced with IDLAndrew Tridgell11-6493/+0
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2-4/+61
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter2-2/+63
2003-11-28fixed some warningsAndrew Tridgell6-7/+8
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell5-1/+172
2003-11-28Fix bug in EnumPrinterData test.Tim Potter2-4/+47
2003-11-28make sure there is at least one valid interface in an IDL fileAndrew Tridgell1-1/+1
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell17-6/+255
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter3-3/+198