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
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r609: allow ldbedit to take a list of attributes to edit, just like
Andrew Tridgell
1
-2
/
+9
2007-10-10
r607: When our code is looking for an 'empty' data blob
Andrew Bartlett
1
-0
/
+1
2007-10-10
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...
Andrew Tridgell
3
-0
/
+6
2007-10-10
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
2
-22
/
+40
2007-10-10
r587: added server code for samr_EnumDomainUsers, and started adding
Andrew Tridgell
1
-0
/
+18
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
2
-8
/
+13
2007-10-10
r576: added a ldap_timestring() function (needed for fields like whenChanged ...
Andrew Tridgell
1
-0
/
+19
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
13
-37
/
+111
2007-10-10
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
13
-10
/
+154
2007-10-10
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
1
-1
/
+6
2007-10-10
r507: the new ldb code will use talloc_free() a lot, so I have made
Andrew Tridgell
1
-137
/
+151
2007-10-10
r504: fixed a bad call to list_union()
Andrew Tridgell
1
-2
/
+3
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
25
-492
/
+693
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
13
-41
/
+222
2007-10-10
r476: i forgot the argument to get_time_zone()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r468: fixed timegm() on broken systems
Andrew Tridgell
1
-1
/
+5
2007-10-10
r467: hopefully get the buildfarm compiling fine now...
Stefan Metzmacher
5
-10
/
+13
2007-10-10
r463: build ldb with debugging when standalone
Andrew Tridgell
1
-1
/
+1
2007-10-10
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
1
-0
/
+9
2007-10-10
r456: - added -i option to ldbsearch
Andrew Tridgell
7
-49
/
+75
2007-10-10
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
2
-6
/
+10
2007-10-10
r453: added a comment about indexing on objectclass
Andrew Tridgell
1
-1
/
+4
2007-10-10
r452: move from first-fit to best-fit in tdb record allocation. For a
Andrew Tridgell
1
-48
/
+97
2007-10-10
r444: - added the beginnings of a ldb test suite and benchmark
Andrew Tridgell
8
-11
/
+266
2007-10-10
r442: fixed some uninitialised variables pointed out by gcc -O3
Andrew Tridgell
3
-4
/
+3
2007-10-10
r437: fixed handling of a corner case with multi-valued indexing
Andrew Tridgell
2
-0
/
+14
2007-10-10
r436: fixed indexing of objectclass with subclasses
Andrew Tridgell
1
-1
/
+64
2007-10-10
r435: a major upgrade for ldb
Andrew Tridgell
18
-142
/
+904
2007-10-10
r425: add some comments to ugly code parts
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r387: more C++ friendly changes
Andrew Tridgell
3
-31
/
+31
2007-10-10
r382: More C++ friendliness fixes.
Tim Potter
5
-13
/
+13
2007-10-10
r381: make the code more C++ friendly
Andrew Tridgell
6
-21
/
+21
2007-10-10
r380: make sure that ldbedit -a works with all tdb and LDAP backends
Andrew Tridgell
1
-1
/
+1
2007-10-10
r373: use a much larger default tdb hash size in ldb
Andrew Tridgell
1
-1
/
+2
2007-10-10
r355: Fix a bunch of compiler warnings in the registry code.
Tim Potter
7
-36
/
+31
2007-10-10
r344: fixed deletion of index records
Andrew Tridgell
1
-1
/
+1
2007-10-10
r343: added automatic reindexing of the database when the index list changes
Andrew Tridgell
2
-0
/
+78
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-0
/
+10
2007-10-10
r323: added rough password quality checking in generate_random_str(), so we g...
Andrew Tridgell
1
-2
/
+31
2007-10-10
r274: Be somewhat more POSIX compatible
Jelmer Vernooij
1
-9
/
+19
2007-10-10
r218: added a comment regarding the %c strftime() warning
Andrew Tridgell
1
-0
/
+4
2007-10-10
r200: fix compile errors
Herb Lewis
2
-4
/
+7
2007-10-10
r199: More registry rpc updates
Jelmer Vernooij
1
-12
/
+31
2007-10-10
r194: fixed compile with ldap
Andrew Tridgell
1
-2
/
+2
2007-10-10
r190: More RPC updates
Jelmer Vernooij
2
-1
/
+54
2007-10-10
r187: RPC registry backend fixes
Jelmer Vernooij
4
-30
/
+127
2007-10-10
r183: More bugfixes
Jelmer Vernooij
2
-28
/
+21
2007-10-10
r182: Fix a couple of segfaults
Jelmer Vernooij
4
-2
/
+12
2007-10-10
r181: Parsing windows '95 registry files now works (including values)
Jelmer Vernooij
2
-45
/
+188
2007-10-10
r174: Win95 registry files (like USER.DAT) can now be partially parsed
Jelmer Vernooij
3
-45
/
+100
[next]