Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4363: value "none required" is set if no library is needed (autoconf does th... | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r4362: dlopen() doesn't imply -ldl | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r4288: don't use struct dcerpc_interface_table anymore in the | Stefan Metzmacher | 2 | -55/+158 |
2007-10-10 | r4170: don't check array size for conformant arrays (they are checked separat... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4139: 2nd attempt at fixing the null ptr in size_is() problem. | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4136: when we have a size or switch variable that is a pointer we need to ch... | Andrew Tridgell | 1 | -1/+25 |
2007-10-10 | r4124: include locale.h to get LC_ALL in include/system/iconv.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4123: set locale to C to ensure ascii string functions work | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4112: when a pointer is NULL on the wire ensure it is null in the structure | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4110: fixed pidl to allow arrays to have size_is() and length_is() elements | Andrew Tridgell | 1 | -30/+42 |
2007-10-10 | r4096: move the samdb code to source/dsdb/ | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r4085: print out dcerpc_fault's as names | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4076: fix compiler warning | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r3998: allow const arrays (see next commit to drsuapi.idl) | Stefan Metzmacher | 3 | -469/+626 |
2007-10-10 | r3956: start to decode the repsFrom and repsTo fileds but not ready | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3898: Work towards local/server DCOM support, start working | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3896: Correct header files in rpc server templates plus | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems. | Jelmer Vernooij | 2 | -11/+28 |
2007-10-10 | r3869: in the NDR encoded replPropertyMetaData attribute in ADS | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3861: - Put ndr and rpc client code in seperate files | Jelmer Vernooij | 5 | -30/+68 |
2007-10-10 | r3810: create a LIB_SECURITY subsystem | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r3790: use a registration function that is called from dcerpc_*_init functions | Jelmer Vernooij | 3 | -116/+45 |
2007-10-10 | r3769: fix the build of shared libraries | Stefan Metzmacher | 2 | -3/+9 |
2007-10-10 | r3768: Fix build of libraries | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r3752: Remove direct.pm for now (not used and breaks solaris build) | Jelmer Vernooij | 2 | -61/+0 |
2007-10-10 | r3751: Some fixes to using enable and disable for subsystems, ext libs and mo... | Jelmer Vernooij | 4 | -15/+11 |
2007-10-10 | r3744: Support building subsystems as a shared library. Modules don't work yet, | Jelmer Vernooij | 3 | -3/+5 |
2007-10-10 | r3740: Convert more files to .mk, fix the build | Jelmer Vernooij | 3 | -4/+6 |
2007-10-10 | r3739: Remove a bunch of unused m4 macros | Jelmer Vernooij | 2 | -156/+4 |
2007-10-10 | r3738: Use a hardcoded list of .mk files rather then "find" (breaks on | Jelmer Vernooij | 1 | -1/+29 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 4 | -37/+2 |
2007-10-10 | r3736: Fix the build for builds that haven't got all libs samba | Jelmer Vernooij | 1 | -2/+21 |
2007-10-10 | r3735: Allow building subsystems as static libraries (.a files). To enable | Jelmer Vernooij | 3 | -8/+8 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 8 | -221/+89 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 10 | -1003/+313 |
2007-10-10 | r3726: More simplifications/fixes in the build system | Jelmer Vernooij | 7 | -106/+113 |
2007-10-10 | r3696: Feed directly to perl, rather then creating an intermediate file | Jelmer Vernooij | 1 | -12/+2 |
2007-10-10 | r3695: Add intermediate functions to use when migrating from .m4+.mk to .pm f... | Jelmer Vernooij | 2 | -2/+68 |
2007-10-10 | r3691: Use packages | Jelmer Vernooij | 11 | -61/+81 |
2007-10-10 | r3690: Use perl's 'use' statement to include the build system parts | Jelmer Vernooij | 8 | -16/+21 |
2007-10-10 | r3689: Large number of COM updates: | Jelmer Vernooij | 8 | -93/+455 |
2007-10-10 | r3667: Small COM fixes | Jelmer Vernooij | 3 | -7/+14 |
2007-10-10 | r3651: Add a new configure option --with-eparserdir | Andrew Bartlett | 2 | -1/+25 |
2007-10-10 | r3636: Fix python build | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3626: More minor DCOM fixes | Jelmer Vernooij | 2 | -6/+2 |
2007-10-10 | r3611: DCOM client support works!! | Jelmer Vernooij | 4 | -0/+9 |
2007-10-10 | r3606: More DCOM fixes: | Jelmer Vernooij | 2 | -5/+4 |
2007-10-10 | r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper | Jelmer Vernooij | 2 | -19/+49 |
2007-10-10 | r3587: Add status_codes.i as a dependencies for dcerpc.i | Tim Potter | 1 | -1/+1 |