r5475: Move some existing and new type information functions to typelist.pm
[samba.git] / source4 / build /
2007-10-10 Stefan Metzmacherr4677: stub.pm must be synced with server.pm
2007-10-10 Andrew Bartlettr4673: Fix the IDL for the QuerySecret LSA call.
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Stefan Metzmacherr4637: log packets when the server code returns an...
2007-10-10 Jelmer Vernooijr4624: Several crash fixes for DCOM
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Tim Potterr4613: Fix stuff I broke in the last commit with the...
2007-10-10 Tim Potterr4606: Start adding some more comments and some indenta...
2007-10-10 Tim Potterr4600: Remove Data::Dumper import leftover from debugging.
2007-10-10 Tim Potterr4599: Remove some duplicated code in pidl.pl.
2007-10-10 Tim Potterr4578: Minor cleanup of ndr_pull_array() and ndr_pull_a...
2007-10-10 Stefan Metzmacherr4557: support for [flags()] on typedef enum|bitmap
2007-10-10 Andrew Tridgellr4556: neater (and faster) way of doing alignments...
2007-10-10 Stefan Metzmacherr4553: fix typo
2007-10-10 Stefan Metzmacherr4551: add support for a pidl extensions
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Tim Potterr4548: Convert to talloc_p() and talloc_array_p() where...
2007-10-10 Stefan Metzmacherr4540: sync enum and bitmap code
2007-10-10 Stefan Metzmacherr4535: add full support for
2007-10-10 Stefan Metzmacherr4534: update the yapp generated code
2007-10-10 Stefan Metzmacherr4533: parsing support for:
2007-10-10 Andrew Tridgellr4526: - much simpler (and more accurate!) ndr_size_...
2007-10-10 Andrew Tridgellr4523: the PROPERTIES change for typedef was not quite...
2007-10-10 Andrew Tridgellr4522: PROPERTIES are now handled at the typedef level
2007-10-10 Andrew Tridgellr4521: fixed up the handling of PROPERTIES elements...
2007-10-10 Andrew Tridgellr4518: added proper support for "typedef enum" in pidl...
2007-10-10 Tim Potterr4517: Revert previous commit about giving arrays of...
2007-10-10 Tim Potterr4512: Give arrays of scalar types their own subtree.
2007-10-10 Tim Potterr4511: Remove a crapload of dead code.
2007-10-10 Tim Potterr4509: Add missing cr.
2007-10-10 Tim Potterr4495: Some more regexps for handling stuff in the...
2007-10-10 Tim Potterr4489: Remove an obsolete file.
2007-10-10 Andrew Tridgellr4480: autofree the dcom proxy tables
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Tim Potterr4469: Version n + 1 of the pidl ethereal parser genera...
2007-10-10 Tim Potterr4468: Don't be a slacker and leave out parameter names...
2007-10-10 Andrew Tridgellr4466: rather than defining "STANDALONE" for building...
2007-10-10 Jelmer Vernooijr4363: value "none required" is set if no library is...
2007-10-10 Jelmer Vernooijr4362: dlopen() doesn't imply -ldl
2007-10-10 Stefan Metzmacherr4288: don't use struct dcerpc_interface_table anymore...
2007-10-10 Andrew Tridgellr4170: don't check array size for conformant arrays...
2007-10-10 Andrew Tridgellr4139: 2nd attempt at fixing the null ptr in size_is...
2007-10-10 Andrew Tridgellr4136: when we have a size or switch variable that...
2007-10-10 Andrew Tridgellr4124: include locale.h to get LC_ALL in include/system...
2007-10-10 Andrew Tridgellr4123: set locale to C to ensure ascii string functions...
2007-10-10 Andrew Tridgellr4112: when a pointer is NULL on the wire ensure it...
2007-10-10 Andrew Tridgellr4110: fixed pidl to allow arrays to have size_is(...
2007-10-10 Stefan Metzmacherr4096: move the samdb code to source/dsdb/
2007-10-10 Stefan Metzmacherr4086: - make dcerpc_ndr_request_table_send() the defau...
2007-10-10 Stefan Metzmacherr4085: print out dcerpc_fault's as names
2007-10-10 Stefan Metzmacherr4076: fix compiler warning
2007-10-10 Stefan Metzmacherr3998: allow const arrays (see next commit to drsuapi...
2007-10-10 Stefan Metzmacherr3956: start to decode the repsFrom and repsTo fileds...
2007-10-10 Jelmer Vernooijr3898: Work towards local/server DCOM support, start...
2007-10-10 Jelmer Vernooijr3896: Correct header files in rpc server templates...
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Stefan Metzmacherr3869: in the NDR encoded replPropertyMetaData attribut...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Stefan Metzmacherr3769: fix the build of shared libraries
2007-10-10 Jelmer Vernooijr3768: Fix build of libraries
2007-10-10 Jelmer Vernooijr3752: Remove direct.pm for now (not used and breaks...
2007-10-10 Jelmer Vernooijr3751: Some fixes to using enable and disable for subsy...
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3740: Convert more files to .mk, fix the build
2007-10-10 Jelmer Vernooijr3739: Remove a bunch of unused m4 macros
2007-10-10 Jelmer Vernooijr3738: Use a hardcoded list of .mk files rather then...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3736: Fix the build for builds that haven't got all...
2007-10-10 Jelmer Vernooijr3735: Allow building subsystems as static libraries...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3726: More simplifications/fixes in the build system
2007-10-10 Jelmer Vernooijr3696: Feed directly to perl, rather then creating...
2007-10-10 Jelmer Vernooijr3695: Add intermediate functions to use when migrating...
2007-10-10 Jelmer Vernooijr3691: Use packages
2007-10-10 Jelmer Vernooijr3690: Use perl's 'use' statement to include the build...
2007-10-10 Jelmer Vernooijr3689: Large number of COM updates:
2007-10-10 Jelmer Vernooijr3667: Small COM fixes
2007-10-10 Andrew Bartlettr3651: Add a new configure option --with-eparserdir
2007-10-10 Jelmer Vernooijr3636: Fix python build
2007-10-10 Jelmer Vernooijr3626: More minor DCOM fixes
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Jelmer Vernooijr3606: More DCOM fixes:
2007-10-10 Jelmer Vernooijr3601: Lots of smaller DCOM updates and fixes. Adds...
2007-10-10 Tim Potterr3587: Add status_codes.i as a dependencies for dcerpc.i
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Bartlettr3556: Remove --enable-krb5developer and --enable-gtkde...
2007-10-10 Andrew Tridgellr3547: fixed waitpid in fcntl_lock.c (thanks to jbm...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Jelmer Vernooijr3516: dcerpc_epm_map_binding now checks the endpoints...
2007-10-10 Jelmer Vernooijr3515: Fix RemoteActivation correctly this time (-:
2007-10-10 Jelmer Vernooijr3513: Add (the infrastructure for) DCOM support. Contents:
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Stefan Metzmacherr3477: add '--with-disable-ext-lib=LIB' option to be...
2007-10-10 Tim Potterr3473: Add LIBCRYPTO_OBJS to python extensions.
2007-10-10 Stefan Metzmacherr3465: fix SMB_SUBSYSTEM_NOPROTO()
2007-10-10 Tim Potterr3460: Add LIBNDR_GEN_OBJS and LIBNETIF_OBJS to swig...
2007-10-10 Andrew Tridgellr3448: some systems don't have stdint.h
next