Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r24704: Fix bug in the registry patch code.. all the more proves this code ne... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24703: Use standard registry diff files when provisioning rather than | Jelmer Vernooij | 3 | -1/+10 |
2007-10-10 | r24684: Be a bit less verbose | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r24683: Add two more tests. | Jelmer Vernooij | 2 | -0/+37 |
2007-10-10 | r24674: Make sure results are always on a new line, fix typo in test name. | Jelmer Vernooij | 1 | -0/+21 |
2007-10-10 | r24668: Fix header installation. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 39 | -3542/+6371 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24491: base_type() isn't supported anymore and the default for enums | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 16 | -48/+32 |
2007-10-10 | r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22762: Some ldb_map changes: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22404: more dependencies which should be private | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case. | James Peach | 1 | -1/+1 |
2007-10-10 | r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r21834: Remove unnecessary includes | Jelmer Vernooij | 4 | -4/+0 |
2007-10-10 | r21830: Fix header installation, remove proto header with a single prototype. | Jelmer Vernooij | 2 | -1/+7 |
2007-10-10 | r21828: Hardcode prototypes, as they're a public API. | Jelmer Vernooij | 2 | -2/+48 |
2007-10-10 | r21685: Add some unit tests for the registry utility functions. | Jelmer Vernooij | 1 | -46/+63 |
2007-10-10 | r21683: Remove the gconf registry backend. | Jelmer Vernooij | 3 | -222/+0 |
2007-10-10 | r21656: Move tests a bit closer to the things they test, should make syncing ... | Jelmer Vernooij | 1 | -0/+93 |
2007-10-10 | r21433: Get rid of the COM support code - it's not used and unmaintained. We can | Jelmer Vernooij | 1 | -26/+26 |
2007-10-10 | r21386: Run all NDR tests in the buildfarm, import some functions from Samba3... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r21299: Fix the build for those that don't have talloc.h installed. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21297: Remove the GTK+ tools and library from the main repository. They are ... | Jelmer Vernooij | 2 | -2/+4 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -13/+26 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19400: fixed a valgrind error in the directory registry backend (name was | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r19299: Fix possible memleaks | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r18971: avoid strndup is a few places. Fixes a minor memory leak, and should | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 5 | -7/+10 |
2007-10-10 | r18561: Fix [out] pointers in winreg IDL | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r18328: when we bail out early, set *offset to 0 | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r18324: fixed a uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18298: fixed mmap failure test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r18176: reg_util.c needs LIBREPLACE for strndup | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 4 | -4/+4 |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18121: Simplify m4 code, hopefully fix Samba4 build problems. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r18117: first steps in making samba4 use libreplace | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17773: this macros are unsed, with compiler warnings | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17713: fix compiler warnings | Stefan Metzmacher | 2 | -7/+7 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 4 | -5/+5 |
2007-10-10 | r15878: Add explicit initialization to make the IBM checker happy. | Jelmer Vernooij | 1 | -2/+2 |