Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 13 | -623/+358 |
2007-10-10 | r4711: - deprecate talloc_destroy() | Andrew Tridgell | 3 | -9/+19 |
2007-10-10 | r4689: - make talloc_report_depth() public | Stefan Metzmacher | 2 | -1/+9 |
2007-10-10 | r4688: don't run male proto for lib/talloc/ | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4687: use struct type and location for easier finding | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4686: cerate a function to create a socket by specifying an socket_ops struct | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4670: abartlet was worried about floating point precision with my first | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, its | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r4659: Revert -r 4657 committed by mistake, until I review and test the | Andrew Bartlett | 1 | -9/+51 |
2007-10-10 | r4657: This really should be made a structure, so we can't get it wrong, but | Andrew Bartlett | 1 | -51/+9 |
2007-10-10 | r4626: Jelmer, can you look at why this init is failing? It is preventing all... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4624: Several crash fixes for DCOM | Jelmer Vernooij | 4 | -4/+41 |
2007-10-10 | r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caught | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -16/+32 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4609: add a usefull data_blob_dup_talloc() macro | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4593: don't use the _p function in the testsuite, as when built standalone i... | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r4592: fixed typo from talloc testsuite fixup for the new syntax | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 6 | -52/+72 |
2007-10-10 | r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p... | Andrew Tridgell | 4 | -26/+26 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 7 | -17/+18 |
2007-10-10 | r4547: - added talloc_new(ctx) macro that is a neater form of the common tall... | Andrew Tridgell | 5 | -4/+14 |
2007-10-10 | r4513: add experimental modification attribute checking | Simo Sorce | 1 | -1/+451 |
2007-10-10 | r4506: fix compiler warnings | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r4505: Add a first very basic schema module | Simo Sorce | 4 | -3/+501 |
2007-10-10 | r4503: add an error reporting function (fixes) | Simo Sorce | 1 | -8/+17 |
2007-10-10 | r4502: add an error reporting function | Simo Sorce | 1 | -1/+17 |
2007-10-10 | r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-) | Andrew Tridgell | 1 | -0/+0 |
2007-10-10 | r4488: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i... | Andrew Tridgell | 3 | -7/+7 |
2007-10-10 | r4481: get rid of the last leak | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc co... | Andrew Tridgell | 5 | -4/+36 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 9 | -77/+73 |
2007-10-10 | r4476: added a little gcov howto for ldb | Andrew Tridgell | 1 | -0/+33 |
2007-10-10 | r4475: fixed smbd to work with the small changes in the ldb API (the most imp... | Andrew Tridgell | 2 | -6/+7 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 28 | -1140/+729 |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 9 | -999/+1420 |
2007-10-10 | r4472: improve the discard_const() macro for standalone build of talloc | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4467: - tdb standalone build doesn't need -DSTANDALONE any more | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 11 | -17/+1107 |
2007-10-10 | r4465: remove unused file | Andrew Tridgell | 1 | -69/+0 |
2007-10-10 | r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages | Andrew Tridgell | 3 | -0/+153 |
2007-10-10 | r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4390: Registry value and key names are case-insensitive | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r4373: Support setting values and fix a segfault | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co... | Volker Lendecke | 1 | -9/+36 |