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