index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-14
s3: Use a switch to implement map_nt_error_from_tdb
Volker Lendecke
1
-30
/
+47
2010-03-13
s3: Make tdb_wrap_open more robust
Volker Lendecke
1
-41
/
+87
2010-02-23
s3-lib: Remove obsolete signal type cast.
Andreas Schneider
1
-3
/
+3
2009-08-07
Fix some nonempty blank lines
Volker Lendecke
1
-7
/
+7
2009-07-15
Add tdb_data_cmp
Volker Lendecke
1
-0
/
+19
2009-01-28
s3: separate tdb validation code out into its own source file
Michael Adam
1
-484
/
+0
2009-01-19
Remove unused tdb_search_keys()
Volker Lendecke
1
-68
/
+0
2009-01-16
s3-util: for convenience, provide format comments in tdb_unpack().
Günther Deschner
1
-7
/
+7
2009-01-08
Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...
Jeremy Allison
1
-1
/
+1
2008-10-12
Sync util_tdb implementations.
Jelmer Vernooij
1
-297
/
+0
2008-04-12
util_tdb: fix a segfault caused by a fatal typo.
Michael Adam
1
-1
/
+1
2008-03-26
util_tdb: remove trivial and unused tdb_wipe().
Michael Adam
1
-17
/
+0
2008-03-26
util_tdb: make the _byblob fetch/store functions public again.
Michael Adam
1
-4
/
+4
2008-03-25
util_tdb: add my (C) for the tdb validation code
Michael Adam
1
-0
/
+1
2008-03-25
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
1
-2
/
+8
2008-03-25
util_tdb: make the _byblob functions static - not currently used elsewhere.
Michael Adam
1
-5
/
+5
2008-02-25
Fix some warnings
Volker Lendecke
1
-7
/
+9
2008-01-27
Adding missing calls to va_end().
Tim Potter
1
-0
/
+1
2007-12-03
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
1
-10
/
+9
2007-11-06
Fix bug where tdb lock call interrupted with
Jeremy Allison
1
-0
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-11
/
+11
2007-10-10
r24877: Don't panic in tdb validation code when the fork or waitpid fails.
Michael Adam
1
-5
/
+7
2007-10-10
r24848: Make tdb_validate() take an open tdb handle instead of a file name.
Michael Adam
1
-16
/
+41
2007-10-10
r24847: Change standard failure return code of tdb_validate from "-1" to "1".
Michael Adam
1
-2
/
+2
2007-10-10
r24267: Fix the build farm
Volker Lendecke
1
-2
/
+2
2007-10-10
r24265: Add the tdb_hashsize:<tdbname> parameter
Volker Lendecke
1
-0
/
+22
2007-10-10
r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:
Michael Adam
1
-23
/
+60
2007-10-10
r23975: Enhance some debug output.
Michael Adam
1
-2
/
+4
2007-10-10
r23957: Use tdb_open_log instead of tdb_open.
Michael Adam
1
-6
/
+6
2007-10-10
r23952: Streamline and improve the logic of tdb_validate_and backup:
Michael Adam
1
-29
/
+63
2007-10-10
r23938: Add a debug message.
Michael Adam
1
-0
/
+2
2007-10-10
r23932: Fill extended status with information in case the validation traverse
Michael Adam
1
-1
/
+5
2007-10-10
r23930: Introduce tdb_validate_and_backup:
Michael Adam
1
-1
/
+239
2007-10-10
r23828: Add entry and exit debug statments to tdb_validate
Michael Adam
1
-0
/
+5
2007-10-10
r23822: Clean some debugging output (as well in content and
Michael Adam
1
-34
/
+19
2007-10-10
r23819: It is currently unnecessary to pass the extended validation status
Michael Adam
1
-42
/
+10
2007-10-10
r23814: Fix a couple of comments and debug messages.
Michael Adam
1
-7
/
+7
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23769: Move removal of the tdb from the generic tdb_validate function
Michael Adam
1
-6
/
+0
2007-10-10
r23751: Call tdb_close even when validation was not successful.
Michael Adam
1
-9
/
+1
2007-10-10
r23639: Eliminate trailing whitespaces in the new tdb_validate functions...
Michael Adam
1
-8
/
+7
2007-10-10
r23610: Move some winbindd_cache specific flags and actions
Michael Adam
1
-7
/
+1
2007-10-10
r23600: First step in abstracting the winbindd cache validation
Michael Adam
1
-0
/
+203
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-2
/
+2
2007-10-10
r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to merge
Volker Lendecke
1
-0
/
+3
2007-10-10
r23170: Add map_nt_error_from_tdb()
Volker Lendecke
1
-0
/
+37
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-15
/
+15
2007-10-10
r22007: make string_tdb_data(NULL) possible...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...
Stefan Metzmacher
1
-23
/
+32
[next]