bbaumbach/samba-autobuild/.git
2003-12-10 Andrew Tridgell * removed some unused code
2003-12-08 Andrew Tridgellremove the tdbsam code for now. I have other plans...
2003-12-08 Andrew Tridgellsome systems don't have "which" and some systems don...
2003-12-08 Andrew Tridgellfixed shell scripting error
2003-12-08 Andrew Tridgellcope with yapp not being installed
2003-12-08 Andrew Tridgell"make proto" now depends on "make idl_test"
2003-12-08 Andrew Tridgellcommit idl.pm now, as many build farm machines don...
2003-12-08 Andrew Tridgell * reduced the number of grammer conflicts a lot using...
2003-12-07 Andrew Tridgelldon't save the intermediate form to disk unless we...
2003-12-07 Andrew Tridgella bit more speed and better line matching in errors
2003-12-07 Andrew Tridgellmake pidl a little less verbose
2003-12-07 Andrew Tridgellre-wrote pidl to use Parse::Yapp instead of Parse:...
2003-12-04 Andrew Tridgellremoved an unused file
2003-12-04 Andrew Tridgellmerged more updates from Jim Myers
2003-12-04 Andrew Tridgell* added a debug thread id hook from jim myers
2003-12-04 Andrew Tridgell* patch based on work by Jim Myers to unify the ioctl...
2003-12-04 Andrew Tridgelldon't use c++ comments
2003-12-04 Andrew Tridgellwe can't have two functions with the same name
2003-12-04 Andrew Tridgelldon't use c++ style comments
2003-12-04 Andrew Tridgellsome OSes already have a uint_t
2003-12-04 Andrew Tridgellmy debian unstable box uses "autoconf2.50" - i wish...
2003-12-03 Tim PotterUpdated some of the function names in the IDL.
2003-12-03 Andrew BartlettMy first stab at Samba4 IDL!
2003-12-02 Andrew Tridgelladded netr_LogonControl2Ex()
2003-12-02 Andrew Tridgelladded netr_DatabaseSync2()
2003-12-02 Andrew Tridgelladded netr_LogonControl2() and netr_ServerAuthenticate2()
2003-12-02 Jelmer VernooijInitial step at cleaning and splitting up configure.in.
2003-12-02 Andrew Tridgelladded netr_LogonControl() and netr_GetAnyDCName()
2003-12-02 Jelmer VernooijAdd script useful for finding checks for headers that...
2003-12-02 Andrew Tridgelladded netr_GetDcName() - quite a useful call
2003-12-02 Andrew Tridgelladded netr_AccountSync(), another NT_STATUS_NOT_IMPLEME...
2003-12-02 Andrew Tridgelladded netr_AccountDeltas(), which w2k3 gives
2003-12-02 Andrew Tridgellmake sure we can expand the critical versions structure...
2003-12-02 Andrew Tridgellnetr_DatabaseDeltas() now works. We ask for the deltas...
2003-12-02 Tim PotterHide gcc error message if using a compiler that can...
2003-12-02 Andrew Tridgell * made some field names more consistent, and worked...
2003-12-02 Andrew Tridgelldon't pollute the structure name space so much
2003-12-02 Andrew Tridgellnetr_DatabaseSync() now works fully for databases 0...
2003-12-02 Andrew Tridgellnetr_DatabaseSync() now works fully for database 0
2003-12-02 Andrew Tridgellinitial netlogon database sync partly works - needs...
2003-12-02 Andrew Tridgelladded netr_DatabaseSync(). It doesn't work as I haven...
2003-12-02 Andrew Tridgellanother big improvement in the credentials API. I think...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgell * another small API change in the credentials code
2003-12-01 Andrew Tridgellneater credentials handling in netlogon client code
2003-12-01 Andrew Tridgellfixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() and test code
2003-12-01 Andrew Tridgelladded netr_ServerAuthenticate() and test code
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-12-01 Andrew Tridgellremoved more old code
2003-12-01 Andrew Tridgellgot rid of more group mapping code
2003-12-01 Andrew Tridgell * got rid of UNISTR2 and everything that depends...
2003-11-30 Andrew Tridgell * removed a bunch of unused code
2003-11-30 Tim PotterAdded EnumPrinterDriver, GetPrinterDriver (still in...
2003-11-30 Andrew Tridgellmore unused headers
2003-11-30 Andrew Tridgellgot rid of a bunch of unused header files (now replaced...
2003-11-28 Tim PotterGetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.
2003-11-28 Tim PotterAdd SetPrinterData, DeletePrinterData.
2003-11-28 Andrew Tridgellfixed some warnings
2003-11-28 Andrew Tridgellthe beginnings of an automated tool for working out...
2003-11-28 Tim PotterFix bug in EnumPrinterData test.
2003-11-28 Andrew Tridgellmake sure there is at least one valid interface in...
2003-11-28 Andrew Tridgell * added a bunch of placeholder IDL files
2003-11-28 Tim PotterAdded EnumJobs, GetJob, SetJob RPCs.
2003-11-28 Andrew Tridgell * support multiple interfaces in one IDL file in pidl
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-27 Tim PotterImplemented SetForm RPC.
2003-11-27 Tim PotterAdd DeleteForm, start cleaning up tests.
2003-11-27 Andrew Tridgellmore epmapper and mgmt magic
2003-11-27 Tim PotterImplemented AddForm RPC. The mystery of the useless_pt...
2003-11-27 Andrew Tridgelladded an rpc scanner. This prints messages like this:
2003-11-27 Andrew Tridgelluse EPMAPPER_PORT constant instead of 135
2003-11-27 Andrew Tridgella couple of tidyups
2003-11-27 Andrew Tridgellswitched to WERROR return codes in the management IDL
2003-11-27 Andrew Tridgelladded -m for 'max protocol' as a standard option
2003-11-26 Andrew Tridgellfixed default port handling pointed out by Tom Jansen
2003-11-26 Andrew Tridgellby default sign RPC over TCP but not RPC over SMB....
2003-11-26 Tim PotterImplemented EnumForms and GetForm.
2003-11-26 Andrew Tridgelladded a link to opengroup PDU definitions
2003-11-26 Andrew Tridgellshow an error when the epmapper fails to find an interface
2003-11-26 Tim PotterAdd bind nak to dcerpc_payload.
2003-11-26 Andrew Tridgelltransfer syntax V2 isn't as magic as I thought
2003-11-26 Andrew Tridgelluse the IDL defined NDR version number
2003-11-26 Andrew Tridgelladded auto-determination of the DCERPC over TCP port...
2003-11-26 Andrew Tridgellfixed some memory leaks in the dcerpc use of ntlmssp...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-26 Andrew Tridgelladded some paranoid checking for enums
2003-11-25 Tim PotterSpoolss functions return WERROR not NTSTATUS.
2003-11-25 Jelmer VernooijCVS: ---------------------------------------------...
2003-11-25 Jelmer VernooijUpdate to the modules system. Fixed:
2003-11-24 Andrew Tridgell * fixed byte order in epmapper parsing
2003-11-24 Andrew Tridgellinitial implementation of dcerpc over tcp. RPC-EPMAPPER...
2003-11-24 Andrew Tridgell * prepared the dcerpc subsystem for adding the RPC...
2003-11-24 Andrew Tridgellremoved the STFS specific flags in the Makefile.
2003-11-24 Andrew Tridgelladded tests for epm_Map endpointer map calls
2003-11-24 Andrew Tridgellgive far more detail in the EPMAPPER results
2003-11-24 Andrew Tridgellmake sure we don't try to update a constant
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
next