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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r19305: Potential memleak on the ldb_context if we don't use a temp mem context
Simo Sorce
1
-1
/
+10
2007-10-10
r19289: fixed a memory leak in ldb_dn_string_compose()
Andrew Tridgell
1
-2
/
+4
2007-10-10
r19264: Clarify behaviour in ldb_search_callback() and provide more
Andrew Bartlett
1
-7
/
+11
2007-10-10
r19196: merge from samba3:
Stefan Metzmacher
4
-21
/
+23
2007-10-10
r19188: merge from samba3:
Stefan Metzmacher
6
-14
/
+19
2007-10-10
r19113: fixed another checker warning.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r19112: fixed a checker warning.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r19079: talloc_array can fail
Volker Lendecke
1
-0
/
+1
2007-10-10
r19076: ldb_dn_copy_partial can fail
Volker Lendecke
1
-0
/
+1
2007-10-10
r19075: Fix a potential NULL dereference
Volker Lendecke
1
-0
/
+4
2007-10-10
r19074: Merge from 3_0: Fix a potential NULL dereference.
Volker Lendecke
1
-1
/
+1
2007-10-10
r19068: Fix a potential NULL dereference
Volker Lendecke
1
-0
/
+4
2007-10-10
r18978: Fix bug found by:
Andrew Bartlett
1
-3
/
+13
2007-10-10
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
1
-0
/
+11
2007-10-10
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
Andrew Tridgell
1
-0
/
+5
2007-10-10
r18903: merge from samba3:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r18894: Merge const fixes from 3_0
Volker Lendecke
1
-5
/
+5
2007-10-10
r18882: make style consistent
Simo Sorce
1
-1
/
+3
2007-10-10
r18881: remove wrong check and statement.
Simo Sorce
1
-5
/
+0
2007-10-10
r18831: minor build changes for samba3. The logging changes will be removed
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18830: ensure backends aren't added twice (needed for samba3)
Andrew Tridgell
1
-13
/
+19
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r18777: add helper functions to create an ldb_request structure
Simo Sorce
1
-68
/
+203
2007-10-10
r18536: fixed the loading of external binary files from ldif into ldb
Andrew Tridgell
1
-1
/
+7
2007-10-10
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18438: I should have examined these uses of talloc_move() more
Andrew Tridgell
1
-4
/
+1
2007-10-10
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
1
-10
/
+3
2007-10-10
r18272: Couldn't resist to change this.
Simo Sorce
1
-1
/
+1
2007-10-10
r18245: Ensure we don't keep the rootdse record around (steal it onto the
Andrew Bartlett
1
-4
/
+6
2007-10-10
r18130: the move to system/ in libreplace broke some things ... should be
Andrew Tridgell
4
-0
/
+4
2007-10-10
r17859: Fix some return values
Simo Sorce
1
-15
/
+15
2007-10-10
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
1
-32
/
+39
2007-10-10
r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That
Andrew Tridgell
1
-3
/
+1
2007-10-10
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
1
-0
/
+41
2007-10-10
r17778: fix compiler warnings
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r17730: cast dlsym result to try to avoid a compiler crash on hpux
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17722: better to use talloc_vasprintf() than vasprintf() directly, as it
Andrew Tridgell
1
-4
/
+3
2007-10-10
r17714: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Andrew Bartlett
1
-0
/
+17
2007-10-10
r17579: make ldb build g++ friendly
Andrew Tridgell
2
-45
/
+45
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-21
/
+21
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
4
-33
/
+44
2007-10-10
r17503: Add a useful function to search for a DN
Simo Sorce
1
-0
/
+13
2007-10-10
r17474: Allow the partitions module to load modules for specific backends.
Andrew Bartlett
1
-4
/
+5
2007-10-10
r17473: Split loading a list of modules and initialising them into a seperate
Andrew Bartlett
1
-42
/
+58
2007-10-10
r17398: avoid a memleak when we are returned 0 results and make a more creati...
Simo Sorce
1
-8
/
+8
2007-10-10
r17397: Add const, and use a more local memory context.
Andrew Bartlett
1
-12
/
+22
2007-10-10
r17368: Add 'const' to ldb_match_msg().
Andrew Bartlett
1
-20
/
+20
2007-10-10
r17301: Add a new function to copy a list of attributes, while adding one to
Andrew Bartlett
1
-0
/
+22
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-20
/
+20
[next]