summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-289-58/+63
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-287-43/+111
* Implemented SetForm RPC.Tim Potter2003-11-272-4/+29
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-272-21/+67
* more epmapper and mgmt magicAndrew Tridgell2003-11-276-56/+115
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-272-1/+39
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-279-8/+258
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-273-4/+6
* a couple of tidyupsAndrew Tridgell2003-11-274-3/+23
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-272-41/+44
* added -m for 'max protocol' as a standard optionAndrew Tridgell2003-11-272-0/+10
* fixed default port handling pointed out by Tom JansenAndrew Tridgell2003-11-261-1/+1
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-264-19/+77
* Implemented EnumForms and GetForm.Tim Potter2003-11-263-4/+143
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* show an error when the epmapper fails to find an interfaceAndrew Tridgell2003-11-261-0/+2
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell2003-11-261-4/+2
* use the IDL defined NDR version numberAndrew Tridgell2003-11-262-2/+3