Stefan Metzmacher
9d6d296105
r25187: pass FIRST_PREREQ to Makefile so that the value can be used
...
in handwritten rules too, hopefully fix the build
of ldb with bsd make.
metze
2007-10-10 15:06:48 -05:00
Jeremy Allison
0844dbf597
r25175: Change to talloc_asprintf_append_buffer().
...
Jeremy.
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
82383a6c12
r25174: Export header from just one place.
2007-10-10 15:06:45 -05:00
Jeremy Allison
5bb8613b86
r25164: Add talloc_asprintf_append_buffer() and the docs for it.
...
Jeremy.
2007-10-10 15:06:44 -05:00
Stefan Metzmacher
4c8063b9c4
r25122: fix interface detection code
...
jelmer: I wonder what broke it...
metze
2007-10-10 15:06:43 -05:00
Jeremy Allison
948d32bb62
r25116: Fix talloc_asprintf_append to do the right thing with
...
truncated strings.
Jeremy.
2007-10-10 15:06:42 -05:00
Stefan Metzmacher
c2b645c876
r25112: make torture_temp_dir() available via tortore/torture.h
...
and return more detailed errors
metze
2007-10-10 15:06:41 -05:00
Jelmer Vernooij
6c66e09c9e
r25105: No need to register ldb_map as a module.
2007-10-10 15:06:38 -05:00
Jelmer Vernooij
bcf5c94474
r25100: Include LDAP libs in .pc file so linking statically against libldb works again.
2007-10-10 15:06:37 -05:00
Jelmer Vernooij
29415b661d
r25098: Fix typo
2007-10-10 15:06:36 -05:00
Jelmer Vernooij
e31614b5ea
r25097: Don't clutter users' CFLAGS with ldb cflags.
2007-10-10 15:06:36 -05:00
Jelmer Vernooij
557b4b3d45
r25096: Missed an include - otherwise the embedded ldb is always used.
2007-10-10 15:06:34 -05:00
Jelmer Vernooij
8aab673df5
r25093: Use system-provided ldb library if available. Note that this only 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.
2007-10-10 15:06:27 -05:00
Jelmer Vernooij
1ba883c62e
r25085: Define LDB_MODULESDIR for standalone build.
2007-10-10 15:06:26 -05:00
Jelmer Vernooij
917bd737cb
r25084: Move samba-specific code out of lib/ldb directory.
2007-10-10 15:06:26 -05:00
Jelmer Vernooij
106118f116
r25083: Keep actual symbol names the same.
2007-10-10 15:06:26 -05:00
Jelmer Vernooij
e2ea41740b
r25082: Avoid use of MACHINE because it's defined already on Tru64. Thanks to Björn and BaT for pointing this out.
2007-10-10 15:06:25 -05:00
Jelmer Vernooij
e672380d21
r25081: Add modules_dir member to ldb_context that is used rather than a global
...
modulesdir setting. Samba always sets this to lp_modulesdir()/ldb
2007-10-10 15:06:25 -05:00
Jelmer Vernooij
69de86d2d2
r25047: Fix more warnings.
2007-10-10 15:05:49 -05:00
Tim Potter
59b44a9796
r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms
...
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.
2007-10-10 15:05:48 -05:00
Tim Potter
89740efc67
r25045: Add constants for enum TDB_ERROR.
...
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.
2007-10-10 15:05:48 -05:00
Tim Potter
cd89b67937
r25044: The has_key() method should return a boolean, not an integer.
...
Add TODO for missing iterator and other oddball methods.
2007-10-10 15:05:47 -05:00
Jelmer Vernooij
3f30cd5688
r25043: Avoid allocation on with NULL parent.
2007-10-10 15:05:47 -05:00
Jelmer Vernooij
df9cebcb97
r25035: Fix some more warnings, use service pointer rather than service number in more places.
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
d81bb09046
r25033: Fix include
2007-10-10 15:05:42 -05:00
Jelmer Vernooij
3aa7ee4a0d
r25028: Fix more warnings.
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
5085c53fcf
r25027: Fix more warnings.
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
abe8349f9b
r25026: Move param/param.h out of includes.h
2007-10-10 15:05:38 -05:00
Tim Potter
ef695539bf
r25018: Remove non-existent tdb_logging_function() as well as less useful
...
functions such as tdb_dump_all() and tdb_printfreelist().
2007-10-10 15:05:37 -05:00
Jelmer Vernooij
7016d50028
r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
...
sys/param.h.
2007-10-10 15:05:37 -05:00
Jelmer Vernooij
43f0e2622e
r25014: Use talloc for allocating values as well.
2007-10-10 15:05:35 -05:00
Jelmer Vernooij
c57869e262
r25008: Remove use of pstring.
2007-10-10 15:05:33 -05:00
Jelmer Vernooij
6f224480b2
r25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm-auth.c
2007-10-10 15:05:32 -05:00
Jelmer Vernooij
d9b2464598
r25006: Use system constant.
2007-10-10 15:05:31 -05:00
Jelmer Vernooij
0bcb21ed74
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
2007-10-10 15:05:28 -05:00
Jelmer Vernooij
08bb1ef643
r25000: Fix some more C++ compatibility warnings.
2007-10-10 15:05:27 -05:00
Jelmer Vernooij
925abf74fa
r24994: Fix some C++ warnings.
2007-10-10 15:05:26 -05:00
Jelmer Vernooij
a5a1a55405
r24992: Remove some uses of lp_*().
2007-10-10 15:05:25 -05:00
Andrew Bartlett
bcd994a139
r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()
...
Andrew Bartlett
2007-10-10 15:03:40 -05:00
Jelmer Vernooij
15f47aaf53
r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).
2007-10-10 15:03:39 -05:00
Jelmer Vernooij
9b256a0ca2
r24937: Merge tests spoolss RPC callbacks.
2007-10-10 15:03:39 -05:00
Jelmer Vernooij
527ea7fccf
r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.
2007-10-10 15:03:33 -05:00
Jelmer Vernooij
9b02a39c15
r24868: Don't use callbacks for prompting when stdout is not a tty.
2007-10-10 15:03:23 -05:00
Jelmer Vernooij
e7866857fb
r24867: Avoid anonymous struct. Patch from Brad Hards.
2007-10-10 15:03:22 -05:00
Jelmer Vernooij
9647f860bd
r24814: Fix headers, trim core.h even more.
2007-10-10 15:03:14 -05:00
Jelmer Vernooij
ff6684adfd
r24812: Fix headers for external users.
2007-10-10 15:03:13 -05:00
Jelmer Vernooij
31993cf67b
r24780: More work allowing libutil to be used by external users.
2007-10-10 15:03:10 -05:00
Michael Adam
7b2cabea55
r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r23977.
...
Michael
2007-10-10 15:03:01 -05:00
Jelmer Vernooij
ecdfaf56c0
r24726: Add tests for getting/setting security descriptors (still failing at the moment)
2007-10-10 15:02:57 -05:00
Jelmer Vernooij
2daa8fa88d
r24725: Don't segfault if hive file can't be found
2007-10-10 15:02:57 -05:00