summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-12-08cope with yapp not being installedAndrew Tridgell1-2/+6
2003-12-08"make proto" now depends on "make idl_test"Andrew Tridgell1-1/+1
2003-12-08commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell4-36/+1999
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell3-8/+14
2003-12-07don't save the intermediate form to disk unless we need toAndrew Tridgell1-19/+14
2003-12-07a bit more speed and better line matching in errorsAndrew Tridgell1-4/+8
2003-12-07make pidl a little less verboseAndrew Tridgell1-4/+2
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell7-3075/+317
2003-12-04removed an unused fileAndrew Tridgell1-325/+0
2003-12-04merged more updates from Jim MyersAndrew Tridgell7-53/+662
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell3-1/+18
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