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
/
registry
/
reg_backend_ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-11
/
+25
2007-10-10
r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...
Andrew Tridgell
1
-26
/
+30
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-6
/
+6
2007-10-10
r10207: Add some const
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.
Jelmer Vernooij
1
-18
/
+16
2007-10-10
r9503: removed duplicate REG_* defines from registry.h now that they are
Andrew Tridgell
1
-2
/
+3
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-32
/
+29
2007-10-10
r9390: fixed mixing of code and data
Andrew Tridgell
1
-1
/
+2
2007-10-10
r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...
Andrew Tridgell
1
-3
/
+15
2007-10-10
r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9378: initialise the last_mod attribute in the ldb backend. Better to return
Andrew Tridgell
1
-0
/
+2
2007-10-10
r9209: - fixed the ldb registry backend to work with the new provision ldif
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6520: Fix unused variable warning.
Tim Potter
1
-1
/
+1
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
1
-3
/
+3
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-9
/
+6
2007-10-10
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-4
/
+4
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-15
/
+15
2007-10-10
r4475: fixed smbd to work with the small changes in the ldb API (the most imp...
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.
Jelmer Vernooij
1
-4
/
+5
2007-10-10
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
1
-5
/
+35
2007-10-10
r4298: Update to credentials.h after feedback from Andrew Bartlett
Jelmer Vernooij
1
-25
/
+34
2007-10-10
r4209: Fix several smaller bugs
Jelmer Vernooij
1
-23
/
+25
2007-10-10
r4204: Arguments to reg_del_key more like the RPC for more efficient usage
Jelmer Vernooij
1
-2
/
+60
2007-10-10
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4141: Fix crash bug in ldb backend
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r4140: Get rid of close_hive (replace it with talloc destructors).
Jelmer Vernooij
1
-7
/
+10
2007-10-10
r4137: Make *_open_key take a registry_key instead of a hive (more efficient
Jelmer Vernooij
1
-9
/
+21
2007-10-10
r4133: Cache results of subkey and value queries
Jelmer Vernooij
1
-26
/
+58
2007-10-10
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
1
-0
/
+219