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
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r12658: Couple of fixes related to shared module builds.
Jelmer Vernooij
5
-20
/
+0
2007-10-10
r12643: don't fail make test
Simo Sorce
1
-0
/
+3
2007-10-10
r12632: Build fixes from Brad Hards <bradh@frogmouth.net>
Andrew Bartlett
3
-1
/
+3
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
9
-9
/
+0
2007-10-10
r12605: docs patch from Brad Hards <bradh@frogmouth.net>
Simo Sorce
2
-82
/
+151
2007-10-10
r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugested
Simo Sorce
1
-1
/
+2
2007-10-10
r12601: Syncronise both copies of dlinklist.h.
Andrew Bartlett
1
-0
/
+14
2007-10-10
r12600: Add a new module to sort the objectclass attribute on store. The
Andrew Bartlett
4
-1
/
+326
2007-10-10
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12553: Steal the error string onto this context, so that the caller doesn't
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r12540: Provide more information in the ldb error string.
Andrew Bartlett
1
-3
/
+5
2007-10-10
r12534: Make the transaction code fill the error string on failure.
Andrew Bartlett
1
-3
/
+30
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-12
/
+10
2007-10-10
r12445: Fix header in manpage, make script executable
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12408: as we always add the destinguishedName as autogenerated value,
Stefan Metzmacher
1
-8
/
+16
2007-10-10
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
2
-1
/
+14
2007-10-10
r12310: Link simple bind support in our internal LDAP libs to LDB and the
Andrew Bartlett
1
-5
/
+16
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
Andrew Bartlett
1
-4
/
+2
2007-10-10
r12209: Fix some issues with XML entities.
Jelmer Vernooij
7
-12
/
+50
2007-10-10
r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when
Andrew Tridgell
1
-0
/
+67
2007-10-10
r12157: ldb_dump_results() is useful to call from within gdb, so you can see a
Andrew Tridgell
1
-0
/
+17
2007-10-10
r12057: fixed authentication in ldb client tools
Andrew Tridgell
1
-0
/
+3
2007-10-10
r11988: Setup the sessionInfo just before the connect, rather than earlier
Andrew Bartlett
1
-4
/
+6
2007-10-10
r11981: we should allocate request specific memory in ldb modules off the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
6
-90
/
+99
2007-10-10
r11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
21
-461
/
+751
2007-10-10
r11522: Add support for delegated credentials and machine account credentials
Andrew Bartlett
1
-2
/
+8
2007-10-10
r11512: fix typo
Andrew Bartlett
1
-1
/
+1
2007-10-10
r11459: display a schemaIDGUID as a guid in ldif, making it easier to work
Andrew Tridgell
1
-0
/
+8
2007-10-10
r11403: improved the error handling in the ildap ldb backend. Now passes
Andrew Tridgell
1
-37
/
+53
2007-10-10
r11382: Require number of required M4 macros
Jelmer Vernooij
1
-4
/
+1
2007-10-10
r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
4
-7
/
+17
2007-10-10
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
3
-28
/
+61
2007-10-10
r11304: Add support back in for loading shared modules (not used yet)
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r11303: Support defining and installing public headers for libraries.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11300: Treat libraries as a special kind of subsystem
Jelmer Vernooij
1
-13
/
+4
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
1
-40
/
+40
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-63
/
+0
2007-10-10
r11111: fixed a talloc error in the dn shortcut code
Andrew Tridgell
1
-5
/
+18
2007-10-10
r11110: make ldb_oom() also set the ldb error string
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11109: fixed the error code return from most ldb functions (the change to use
Andrew Tridgell
1
-6
/
+16
[next]