summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* don't use c++ style commentsAndrew Tridgell2003-12-041-2/+2
| | | | (This used to be commit b11a19cc767e20189710d7d9428168ed74c59d1c)
* some OSes already have a uint_tAndrew Tridgell2003-12-042-7/+1
| | | | (This used to be commit d7b6aa1e2ec1dc475e1bd5dce1c537720bc65eac)
* my debian unstable box uses "autoconf2.50" - i wish there were aAndrew Tridgell2003-12-041-2/+2
| | | | | better way than this! (This used to be commit ad52fd9baf2180a89634eaaa5af22e9bed1de0a7)
* Updated some of the function names in the IDL.Tim Potter2003-12-031-56/+57
| | | | (This used to be commit 718ee8bccc2357ffa7ea7cdec1bda6103e0fa24f)
* My first stab at Samba4 IDL!Andrew Bartlett2003-12-032-4/+150
| | | | | | | | | | | | | This patch adds the samr_CreateUser2 function, which is create_user in Samba 3.0. This also adds a torture suite that checks for various valid and invalid account flags, and that they are persistant. Also, a patch by Anthony Liguori to fix the build Andrew Bartlett (This used to be commit 53e657b74572ab329d4598a85e6989547c324209)
* added netr_LogonControl2Ex()Andrew Tridgell2003-12-022-16/+100
| | | | | | | | I also added IDL for netr_DatabaseRedo() but I don't yet know how it works thats the last of the netlogon IDL ! (This used to be commit 387d8f25ff4858943d1389974127d03a58bf4c8f)
* added netr_DatabaseSync2()Andrew Tridgell2003-12-022-10/+65
| | | | (This used to be commit 0f6af0c4bde0eb3758192b74dab797b558c944a1)
* added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2003-12-022-27/+173
| | | | (This used to be commit cc4123db4baec6a217500dc55113f89e1ea8ef61)
* Initial step at cleaning and splitting up configure.in.Jelmer Vernooij2003-12-0210-563/+515
| | | | (This used to be commit 369a9c1ac1ff94a1d3f51eac20a39577f9cf2155)
* added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell2003-12-022-43/+109
| | | | (This used to be commit 17b2be4e859bd7f625214d7e7de9758b5ab5fb90)
* Add script useful for finding checks for headers that are never usedJelmer Vernooij2003-12-021-0/+38
| | | | (This used to be commit 0e5fdbc01bba7f1b000587d01a128c3bdbbbe03c)
* added netr_GetDcName() - quite a useful callAndrew Tridgell2003-12-022-10/+36
| | | | (This used to be commit 63f46b223e16a3495b4a4a48c6489f1f0d7d84c4)
* added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell2003-12-022-17/+56
| | | | | according to w2k3 (This used to be commit b2ca00ebc57774000af2de6132c29db4c6daae28)
* added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell2003-12-022-6/+54
| | | | | "NT_STATUS_NOT_IMPLEMENTED" for (This used to be commit aaf776a1c134d7b6112932f880e09ba497e8ebcf)
* make sure we can expand the critical versions structure withoutAndrew Tridgell2003-12-022-7/+11
| | | | | causing crashes in old modules. Thanks to metze for pointing this out! (This used to be commit 2ee5540629e7922cd76d87ed53b70bf37b83e100)
* netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell2003-12-022-20/+90
| | | | | the last two sequence numbers on each database. (This used to be commit f9377c860315a8a4f380d70ff97309d3ffdb5c26)
* Hide gcc error message if using a compiler that can't precompile headers.Tim Potter2003-12-021-1/+1
| | | | (This used to be commit 13d073d805b3a5b9f6fbfff5dccf0bf37124d4c3)
* * made some field names more consistent, and worked out thatAndrew Tridgell2003-12-021-11/+11
| | | | | | | | | | unknown1 is profile_path If we are going to use automatic backend database generation then we are going to have to move to really consistent field names in all our IDL. Thats the only way we are going to be able to automate it a lot. That will take a couple of days to do when we get to it. (This used to be commit 1732aae562927afc1ef4f30ef7787cf2d43063e2)
* don't pollute the structure name space so muchAndrew Tridgell2003-12-021-64/+64
| | | | (This used to be commit 107307b4c69000d2025f4463c72ee38172c48ec5)
* netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell2003-12-024-4/+5
| | | | (This used to be commit c4c09e9413d3886e030e98739121bbae81f80ca5)
* netr_DatabaseSync() now works fully for database 0Andrew Tridgell2003-12-023-29/+36
| | | | (This used to be commit 360d03bb56ec7d129ec0d62a701f4bf0ff3876af)
* initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell2003-12-024-76/+8
| | | | (This used to be commit 75ea276c147e2b4b0617eb0b77276d5fb5da2043)
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-027-102/+155
| | | | | | | | yet, but at least the request is understood by w2k3 Also modified pidl to allow multiple branches in a union to have the same element. This is used in netlogon. (This used to be commit 983c0e9683fa9666a6e055d1776ebeef8cd2e700)
* another big improvement in the credentials API. I think it nowAndrew Tridgell2003-12-023-143/+285
| | | | | | actually makes sense, and as a nice side effect it matches the debug output of the w2k3 netlogon.log (This used to be commit 3c7287c24e5970e5b7447ad042848505537c7d3b)
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-028-50/+122
| | | | | | | | | machine account password. * neater handling on value() options in IDL. The auto-print code will now display the right value so you don't need to initialise it in your C code (This used to be commit 3dd978b12bb5571fba4e1839c0f7ee60cf729aa2)
* * another small API change in the credentials codeAndrew Tridgell2003-12-014-76/+102
| | | | | * don't use static variables in the smbdes code (This used to be commit e6e09064646c347169852fa162c72fc0542c6d5c)
* neater credentials handling in netlogon client codeAndrew Tridgell2003-12-013-197/+69
| | | | (This used to be commit b7d748f499f79415b444e7cebe7d8de7186fbc94)
* fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell2003-12-011-2/+1
| | | | (This used to be commit c8ef04077413f44101ba071187554e65a8e1c8fc)
* added netr_LogonSamLogon() and test codeAndrew Tridgell2003-12-015-113/+162
| | | | (This used to be commit 4fa3ad3ecbfd8f8663fcdfaba9a7db481e303f2b)
* added netr_ServerAuthenticate() and test codeAndrew Tridgell2003-12-015-44/+262
| | | | | | | | | I would like the netlogon test suite to eventually do a new domain join using a fake workstation name, then remove itself afterwards, but for now I'm assuming we are already joined to the domain when the testsuite runs. This means you need to use the Samba3 net command to do a join before running RPC-NETLOGON (This used to be commit 8c7a9446a0892a4f7722cced5019667f7a9fafdd)
* added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2003-12-017-265/+376
| | | | (This used to be commit bb42107dccf3a384a4a5c029b4d2752e0898d7cb)
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-016-4/+732
| | | | (This used to be commit 3d64eefb464d09fb6e84d6139f801887a278cf86)
* removed more old codeAndrew Tridgell2003-12-018-977/+0
| | | | (This used to be commit fbccf58539827ef368f8a0be122e45edcd0f070e)
* got rid of more group mapping codeAndrew Tridgell2003-12-014-310/+5
| | | | (This used to be commit 2955ce55ee3bd9a8702a446db3ace20c703c451f)
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-0115-9592/+3
| | | | | | * removed a bunch of code that needs to be rewritten using the new interfaces (This used to be commit 9b02b486ef5906516f8cad79dbff5e3dd54cde66)
* * removed a bunch of unused codeAndrew Tridgell2003-11-305-596/+26
| | | | | * made some functions static (This used to be commit 829b87f30d5f4cc7174b716f3354982d84af4818)
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-303-15/+241
| | | | (This used to be commit a818439b5915fd70b8aa3d3045f658b3f59a6bea)
* more unused headersAndrew Tridgell2003-11-306-1784/+0
| | | | (This used to be commit 39b726d068dbd31efeb2c0dd8584425d1996f991)
* got rid of a bunch of unused header files (now replaced with IDLAndrew Tridgell2003-11-3011-6493/+0
| | | | | generated headers) (This used to be commit 7f2ac326f9d6019ca72f3b70ad1cdbeff6c2c9a5)
* GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2003-11-282-4/+61
| | | | (This used to be commit e8367f57356bc3da78a6217158f9d639ba4ca5fa)
* Add SetPrinterData, DeletePrinterData.Tim Potter2003-11-282-2/+63
| | | | (This used to be commit ea534f82d0620cbda5a960e492ec2fc1702fe975)
* fixed some warningsAndrew Tridgell2003-11-286-7/+8
| | | | (This used to be commit 1c2b8a93c50e3d5485732a2f06847166e883f939)
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-285-1/+172
| | | | | | a pipe. I'm not sure how possible this will be without lots of human intervention, but its an interesting thing to try. (This used to be commit d5afe7c6a8651457da9438fcf0035c792701ac86)
* Fix bug in EnumPrinterData test.Tim Potter2003-11-282-4/+47
| | | | | Implement GetPrinterData RPC. (This used to be commit 270c4fe389fb67ccbe0b9174267b40738ca43052)
* make sure there is at least one valid interface in an IDL fileAndrew Tridgell2003-11-281-1/+1
| | | | (This used to be commit 86ab394806a5f9dfc20fabda071d72ca29703f62)
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-2817-6/+255
| | | | | | | | * allow for an interface to list its endpoints in the IDL file, so we can automatically make the server listen on the right pipes, and can scan pipes more easily (I don't take advantage of this yet, just putting the infrastructure in place) (This used to be commit c8b8480244b4ab6204403dc65e92e4317b410a84)
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-283-3/+198
| | | | (This used to be commit a06cbbbf1fa1e873bb13bc86d14694b2af791e22)
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-289-58/+63
| | | | | | | | | * make far more generated functions static * get rid of gen_rpc, and include the client calls in ndr_*.c * added placeholder IDL for a number of intefaces (dcom, wzcsvc, browser etc) (This used to be commit a2bdf0be0119023df3c2b9ea515ed355020f2625)
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-287-43/+111
| | | | | places that need to be edited when someone adds a new IDL file. (This used to be commit ccd9ddeed679baa6cbb05ac728b381b50420e00f)
* Implemented SetForm RPC.Tim Potter2003-11-272-4/+29
| | | | (This used to be commit bdb0dfc370b4deb9e7f5a381092538c3e502f191)