Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-21 | s3-eventlog: Make sure the eventlog directory exists. | Andreas Schneider | 1 | -2/+5 | |
Found by Coverity. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> | |||||
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -1/+1 | |
My previous patches fixed up all direct TDB callers, but there are a few utility functions and the db_context functions which are still using the old -1 / 0 return codes. It's clearer to fix up all the callers of these too, so everywhere is consistent: non-zero means an error. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -2/+2 | |
TDB2 returns a negative error number on failure. This is compatible if we always check for != 0 instead of == -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -2/+2 | |
This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -1/+1 | |
We change all the headers and wscript files to use tdb_compat; this means we have one place to decide whether to use TDB1 or TDB2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-05-31 | s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:lib/eventlog/proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+22 | |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 2 | -0/+3 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -1/+1 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -5/+5 | |
2010-05-06 | s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵ | Günther Deschner | 3 | -0/+79 | |
where required. Guenther | |||||
2010-03-17 | s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir ↵ | Günther Deschner | 1 | -5/+19 | |
path... Found by RPC-EVENTLOG torture test. Guenther | |||||
2010-01-23 | s3: Remove some pointless uses of string_sid_talloc | Volker Lendecke | 1 | -1/+1 | |
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -1/+1 | |
2009-04-08 | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 1 | -0/+74 | |
Guenther | |||||
2009-04-08 | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 1 | -0/+960 | |
Guenther |