Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r25098: Fix typo | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9) | |||||
2007-10-10 | r25097: Don't clutter users' CFLAGS with ldb cflags. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e31614b5ea73cab56c572d2e2d61f8070928b230) | |||||
2007-10-10 | r25096: Missed an include - otherwise the embedded ldb is always used. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 557b4b3d456a5dbc501695bf90d1436bdbbc49e9) | |||||
2007-10-10 | r25093: Use system-provided ldb library if available. Note that this only ↵ | Jelmer Vernooij | 4 | -97/+102 | |
means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. (This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc) | |||||
2007-10-10 | r25085: Define LDB_MODULESDIR for standalone build. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 1ba883c62e86274a55c1a0012201fc2e8b6b57fc) | |||||
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 9 | -13/+4 | |
(This used to be commit 917bd737cb07817664d9088860588d47525f5ff8) | |||||
2007-10-10 | r25083: Keep actual symbol names the same. | Jelmer Vernooij | 2 | -133/+127 | |
(This used to be commit 106118f116400c8601ebb3cd93b35278a6f09605) | |||||
2007-10-10 | r25082: Avoid use of MACHINE because it's defined already on Tru64. Thanks ↵ | Jelmer Vernooij | 5 | -153/+159 | |
to Björn and BaT for pointing this out. (This used to be commit e2ea41740bc7781b3278f9533b4d24bc9222b3a2) | |||||
2007-10-10 | r25081: Add modules_dir member to ldb_context that is used rather than a global | Jelmer Vernooij | 6 | -20/+31 | |
modulesdir setting. Samba always sets this to lp_modulesdir()/ldb (This used to be commit e672380d2156cf0421108a9c34f04f096c2afeed) | |||||
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 8 | -69/+30 | |
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55) | |||||
2007-10-10 | r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms | Tim Potter | 1 | -2/+0 | |
and the semantics can be reproduced using tdb_firstkey() and tdb_nextkey(). Oh, and also because I can't figure out how to get SWIG to do exactly what I want here. (This used to be commit 59b44a9796c8254c59ff110c436d8832af81bedc) | |||||
2007-10-10 | r25045: Add constants for enum TDB_ERROR. | Tim Potter | 1 | -20/+15 | |
Remove some functions that I don't think should be in at the moment - tdb_open_ex(), tdb_reopen{,_all} and locking functions. Locking functions may come back at a later stage along with transaction support. (This used to be commit 89740efc6795c25f222e45a8aa76dd80f0f2ae4e) | |||||
2007-10-10 | r25044: The has_key() method should return a boolean, not an integer. | Tim Potter | 1 | -1/+5 | |
Add TODO for missing iterator and other oddball methods. (This used to be commit cd89b6793776b6db75eac09c718bfc9551b7641b) | |||||
2007-10-10 | r25043: Avoid allocation on with NULL parent. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 3f30cd5688a532a2d6c4d970c2bc759efa2a1b04) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 11 | -40/+57 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25033: Fix include | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit d81bb09046a7ea65aa916be7fcfa94e86b6191f5) | |||||
2007-10-10 | r25028: Fix more warnings. | Jelmer Vernooij | 2 | -1/+3 | |
(This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 11 | -22/+25 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 15 | -0/+15 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25018: Remove non-existent tdb_logging_function() as well as less useful | Tim Potter | 1 | -8/+0 | |
functions such as tdb_dump_all() and tdb_printfreelist(). (This used to be commit ef695539bf18bc729d1bb400dfcfcb24766fa4d5) | |||||
2007-10-10 | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of | Jelmer Vernooij | 2 | -8/+8 | |
sys/param.h. (This used to be commit 7016d500287ae587d044744f2a318c402148ebea) | |||||
2007-10-10 | r25014: Use talloc for allocating values as well. | Jelmer Vernooij | 2 | -29/+11 | |
(This used to be commit 43f0e2622ef61bd865fcf17191118c050ec8cfcb) | |||||
2007-10-10 | r25008: Remove use of pstring. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc) | |||||
2007-10-10 | r25007: Remove more uses of pstring, move ntlmauth-specific utility function ↵ | Jelmer Vernooij | 3 | -30/+3 | |
to ntlm-auth.c (This used to be commit 6f224480b230ab7ccfc0417c13e7f4fc3f6f2a13) | |||||
2007-10-10 | r25006: Use system constant. | Jelmer Vernooij | 1 | -7/+6 | |
(This used to be commit d9b2464598efe0f0cbecd4d8a90fbd137fad0daf) | |||||
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ↵ | Jelmer Vernooij | 3 | -3/+4 | |
ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 10 | -29/+27 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 6 | -21/+23 | |
(This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39) | |||||
2007-10-10 | r24992: Remove some uses of lp_*(). | Jelmer Vernooij | 2 | -10/+7 | |
(This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55) | |||||
2007-10-10 | r24941: Simplify samdb_result_nttime(), and remove nttime_from_string() | Andrew Bartlett | 1 | -8/+0 | |
Andrew Bartlett (This used to be commit bcd994a139e2e8fb2e97c8b897c987ff234e0b0a) | |||||
2007-10-10 | r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared). | Jelmer Vernooij | 3 | -556/+443 | |
(This used to be commit 15f47aaf533bec4d7d82d75d27c233b3b0b261cd) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures. | Jelmer Vernooij | 2 | -29/+16 | |
(This used to be commit 527ea7fccf4ace9cd9cbacf49820ecd208b8d570) | |||||
2007-10-10 | r24868: Don't use callbacks for prompting when stdout is not a tty. | Jelmer Vernooij | 2 | -2/+8 | |
(This used to be commit 9b02a39c156862f9e9258dcdb9b8b86715022fc1) | |||||
2007-10-10 | r24867: Avoid anonymous struct. Patch from Brad Hards. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e7866857fbdc9b7b7bebcecd41f34f54b37f3b04) | |||||
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 10 | -150/+35 | |
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655) | |||||
2007-10-10 | r24812: Fix headers for external users. | Jelmer Vernooij | 1 | -0/+10 | |
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912) | |||||
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 9 | -29/+1119 | |
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190) | |||||
2007-10-10 | r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and ↵ | Michael Adam | 1 | -6/+25 | |
r23977. Michael (This used to be commit 7b2cabea55cebb98e0fcee17066a0871667cd83f) | |||||
2007-10-10 | r24726: Add tests for getting/setting security descriptors (still failing at ↵ | Jelmer Vernooij | 3 | -0/+68 | |
the moment) (This used to be commit ecdfaf56c09e75dc3ca37a3599c89661ad3485ff) | |||||
2007-10-10 | r24725: Don't segfault if hive file can't be found | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 2daa8fa88dbc80a7c54c4b489b1037658d95755c) | |||||
2007-10-10 | r24723: Install the right headers for use by samba-gtk. | Jelmer Vernooij | 4 | -33/+29 | |
(This used to be commit 762e893d9ce4cc73bb1763a9520634bf921c0503) | |||||
2007-10-10 | r24718: Fix some compiler warnings. | Jelmer Vernooij | 3 | -8/+15 | |
(This used to be commit 08f7389ab7312d350e056b1ba98da86d80944424) | |||||
2007-10-10 | r24717: Some more easy bool conversions, update TODO for registry | Jelmer Vernooij | 5 | -48/+19 | |
(This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931) | |||||
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 9 | -35/+35 | |
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) | |||||
2007-10-10 | r24710: Use standard boolean type for easier use by external users. | Jelmer Vernooij | 15 | -145/+146 | |
(This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a) | |||||
2007-10-10 | r24704: Fix bug in the registry patch code.. all the more proves this code ↵ | Jelmer Vernooij | 1 | -1/+1 | |
needs tests. (This used to be commit aa98d219571c4a7af1e5a0f8483cc17a4b6b36e2) | |||||
2007-10-10 | r24703: Use standard registry diff files when provisioning rather than | Jelmer Vernooij | 3 | -1/+10 | |
LDIF files for the registry files. (This used to be commit 67ad556b7388e5d82756e0a3cfc596e44136329c) | |||||
2007-10-10 | r24688: Make output subunit-parseable. | Jelmer Vernooij | 1 | -20/+20 | |
(This used to be commit 2585c6feb22b4409a635017875a2e93fe7c436ba) | |||||
2007-10-10 | r24684: Be a bit less verbose | Jelmer Vernooij | 2 | -5/+5 | |
(This used to be commit 7a7af62dc4485d832436ed39dfba41b417ec2b10) |