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
r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
Andrew Tridgell
12
-39
/
+80
2007-10-10
r791: added ldb man page build to ldb makefile
Andrew Tridgell
1
-2
/
+5
2007-10-10
r790: started working on some documentation (manual pages) for ldb
Andrew Tridgell
3
-0
/
+309
2007-10-10
r743: Start on a NETLOGON server in Samba4.
Andrew Bartlett
1
-6
/
+5
2007-10-10
r734: Fix crash bug
Jelmer Vernooij
1
-3
/
+8
2007-10-10
r728: - let libldb_tdb depend on new subsystem LIBTDB
Stefan Metzmacher
7
-62
/
+140
2007-10-10
r715: Finish the ldb conversion for the auth_sam module.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r714: make sure ldb formats are portable between big/little endian machines
Andrew Tridgell
2
-16
/
+24
2007-10-10
r711: don't hide attributes inside the special ldb_tdb records (so the fact
Andrew Tridgell
1
-1
/
+1
2007-10-10
r700: fix SMB_LIBRARY() to disable the lib by default
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r697: make use of SMB_EXT_LIB for LDAP and KRB5
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r693: Make static
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r692: Add libwinregistry
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r690: - ignore source/tags
Stefan Metzmacher
2
-0
/
+17
2007-10-10
r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()
Jelmer Vernooij
1
-9
/
+16
2007-10-10
r685: The SAM is dead! Long live the new SAM! ;-)
Andrew Bartlett
3
-387
/
+81
2007-10-10
r681: don't init r.out.result.v
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r673: disable registry_gconf for now
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r672: disable gregedit for now
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r668: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
20
-121
/
+189
2007-10-10
r655: Fix if() logic
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...
Andrew Tridgell
1
-1
/
+1
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
[next]