r166: Fix enumerating values in nt4 backend
[kai/samba.git] / source4 / build /
2007-10-10 Stefan Metzmacherr147: - Remove dublicate ldap tests (richard the curren...
2007-10-10 Stefan Metzmacherr55: if you try to use a custom bind or unbind hook in
2007-10-10 Gerald Carterr42: importing .cvsignore files
2004-02-22 Stefan Metzmacher- creat the LIBCMDLINE subsystem
2004-02-18 Stefan Metzmacherdon't inlcude rpc/rpc.h and rpcsvc/*.h anymore
2004-02-18 Stefan Metzmacherremove unused NISPLUS/AUTOMOUNT stuff
2004-02-13 Stefan Metzmachermove external configure test programs
2004-02-13 Stefan Metzmachermove all old configure checks to build/m4/rewrite.m4
2004-02-02 Stefan Metzmachersome DEBUG and comment fixes
2004-01-22 Stefan Metzmachersorry, the last commit went in by mistake:-(
2004-01-22 Stefan Metzmacherinitilize ev->maxfd = EVENT_INVALID_MAXFD; before the...
2004-01-22 Stefan Metzmachermake dcerpc_pipes[] completely const.
2004-01-22 Andrew Tridgelladded a little bit of const magic to get rid of the...
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-19 Andrew Tridgelladded code to the IDL validator to check for common...
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-16 Andrew Tridgellthe out substructure is not empty if there is a return...
2003-12-16 Andrew Tridgellsome compilers can't handle structures with no elements...
2003-12-16 Andrew Tridgelldon't rely on the ability of perl 5.6.x to remove eleme...
2003-12-16 Andrew Tridgellcope with different cpp formatting on some systems...
2003-12-15 Andrew Tridgelluse the @CPP@ value from configure if possible when...
2003-12-15 Andrew Tridgelllets see if "cc -E" keeps more of the build farm happy...
2003-12-15 Andrew Tridgelladded "pidl.pl --template" to dump a rough template...
2003-12-15 Andrew Tridgellpatch from metze with updates to srvsvc and changes...
2003-12-15 Andrew Tridgellmake pidl no longer dependent on Data::Dumper, which...
2003-12-15 Andrew Tridgellfixed the handling of zero-length top level arrays...
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-14 Simo Sorcetypo
2003-12-14 Simo Sorcereduce double explanation of FIXED ARRAYS
2003-12-14 Andrew Tridgellfix _ptr_ declaration
2003-12-12 Andrew Tridgellhandle the auto-allocation of [ref] output arrays in...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-10 Andrew Tridgellmore portable array of endpoints code from pidl
2003-12-08 Andrew Tridgellsome systems don't have "which" and some systems don...
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-02 Andrew Tridgellnetr_DatabaseSync() now works fully for databases 0...
2003-12-02 Andrew Tridgelladded netr_DatabaseSync(). It doesn't work as I haven...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() 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-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 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 Andrew Tridgelladded an rpc scanner. This prints messages like this:
2003-11-26 Andrew Tridgelladded auto-determination of the DCERPC over TCP port...
2003-11-26 Andrew Tridgelladded some paranoid checking for enums
2003-11-24 Andrew Tridgell * prepared the dcerpc subsystem for adding the RPC...
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-23 Andrew Tridgelladded a tool called 'ndrdump' that allows you to dump...
2003-11-23 Andrew Tridgellfixed the handling of value() attributes on scalars...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-23 Andrew Tridgellsave about 35% of the time for "make idl" by processing...
2003-11-22 Andrew Tridgelladded support for enumerated types in IDL files. This...
2003-11-22 Andrew Tridgelladded support for 'const' in IDL files. This makes...
2003-11-22 Andrew Tridgelladded the beginnings of an IDL validator, to give clear...
2003-11-22 Andrew Tridgell * fixed handling of relative subcontext unions
2003-11-22 Andrew Tridgell * enable RPC/NDR validation in all smbtorture code
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-22 Andrew Tridgelladded Parse::RecDescent module into pidl to ensure...
2003-11-21 Andrew Tridgellfixed a bug with pushing non-pointer unions
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Andrew Tridgelladded support for 'ascstr', a ascii string in MSRPC !
2003-11-20 Andrew Tridgellignore generated idl.pm
2003-11-20 Andrew Tridgellwe now use a copy of pidl inside the samba4 source...
2003-11-20 Andrew Tridgellmake sure we don't try to use c++ style variable declar...
2003-11-20 Andrew Tridgellfixed pushing structures containing pointers inside...
2003-11-20 Andrew Tridgella bit neater way of emitting code
2003-11-20 Andrew Tridgell * cope with pidl not being in $HOME/pidl
2003-11-20 Andrew Tridgelluse a precompiled grammer in pidl. This speeds up pidl...
2003-11-20 Andrew Tridgellavoid compiler warnings for unused variables with ...
2003-11-20 Andrew Tridgellits LoadStructure() in util.pm that doesn't like strict...
2003-11-20 Andrew Tridgelldamn, "use strict;" in util.pm breaks pidl - but why?
2003-11-20 Andrew Tridgelluse strict perl package everywhere for error checking
2003-11-20 Andrew Tridgell * added a 'lstring' type for spoolss
2003-11-20 Andrew Tridgell * added support for empty case elements (including...
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellslightly more accurate structure alignment code - I...
2003-11-18 Andrew Tridgellauto-generate the pipe UUID version and name
2003-11-18 Andrew Tridgellsupport the 'default' case in IDL unions
2003-11-18 Andrew Tridgellauto-generate top-level debug print functions when...
2003-11-17 Andrew Tridgellauto-generate functions for printing top-level function
2003-11-17 Andrew Tridgellstarted documenting the extension to IDL that pidl...
2003-11-17 Andrew Tridgell* support inline arrays
2003-11-17 Andrew Tridgellhandle non-NTSTATUS return types
2003-11-17 Andrew Tridgellbetter [relative] handling, allowing for nested relativ...
2003-11-16 Andrew Tridgell * the beginnings of non-constant fixed arrays
2003-11-16 Andrew Tridgelladded support for "relstr", structure and union propert...
2003-11-16 Andrew Tridgelladded the "subcontext" attribute for auto-handling...
2003-11-16 Andrew Tridgellfixed the handling of much more general C expressions...
2003-11-15 Andrew Tridgelladded support for varying conformant arrays (needed...
2003-11-15 Andrew Tridgellfixed alignment of the buffers part structures
next