r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
[samba.git] / source4 / build /
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
2007-10-10 Andrew Tridgellr3445: made the gtk tooks use minimal includes. This...
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Jelmer Vernooijr3442: Add support for the "call_as" and "local" attrib...
2007-10-10 Jelmer Vernooijr3440: Add support for "coclass" to the pidl parser...
2007-10-10 Jelmer Vernooijr3432: Support WERROR's in arguments (not just as retur...
2007-10-10 Jelmer Vernooijr3431: Allow optional semicolon after interface definitions
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3423: auto-generate prototypes for all external functi...
2007-10-10 Andrew Tridgellr3422: allow for subsystems that don't get included...
2007-10-10 Tim Potterr3410: Handle conversion of DATA_BLOBs and pointers...
2007-10-10 Tim Potterr3406: Don't throw a werror exception for WERR_NO_MORE_...
2007-10-10 Tim Potterr3310: Update dependencies for swig wrappers.
2007-10-10 Tim Potterr3303: Call pull function for correct type instead...
2007-10-10 Andrew Tridgellr3282: some C pre-processors don't like expressions...
2007-10-10 Andrew Tridgellr3281: some compilers can't handle empty structures...
2007-10-10 Tim Potterr3204: Got unpacking of an array of PrinterInfo union...
2007-10-10 Tim Potterr3196: Grr - add more useless dependencies to get swig...
2007-10-10 Jelmer Vernooijr3163: Add server side support for ncalrpc: and ncacn_u...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Stefan Metzmacherr3041: a start of a README/HOWTO for the samba4 build...
2007-10-10 Andrew Tridgellr3027: got rid of some configure checks we don't need...
2007-10-10 Tim Potterr3022: Work on unmarshalling arrays of structs in a...
2007-10-10 Tim Potterr3009: Fix up unmarshall functions to return Python...
2007-10-10 Tim Potterr3001: Expose unmarshalling functions for structures...
2007-10-10 Tim Potterr2994: More cleanups. Move the generation of NTSTATUS...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2988: this should fix support for negative switch...
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
2007-10-10 Tim Potterr2986: Add correct value to dict when generating wrappe...
2007-10-10 Jelmer Vernooijr2973: Allow comma's inside parentheses in property...
2007-10-10 Andrew Tridgellr2968: fixed the byte order problem with the new RHS...
2007-10-10 Tim Potterr2966: Handle conversion of DATA_BLOB fields from Pytho...
2007-10-10 Tim Potterr2964: Add spoolss to list of wrapped client functions.
2007-10-10 Tim Potterr2963: Handle structures that contain more than one...
2007-10-10 Tim Potterr2962: Tweak to get conversion function for pointers...
next