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
/
source3
/
registry
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-28
s3:registry: always provision the registry, not only in smbd.
Michael Adam
2
-8
/
+8
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2
-3
/
+3
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
4
-6
/
+6
2008-10-31
Unify se_access_check with the S4 code. Will make
Jeremy Allison
1
-1
/
+2
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-1
/
+1
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-5
/
+5
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
1
-7
/
+3
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-3
/
+3
2008-08-05
registry: use _bystring wrappers to dbwrap_trans_(store|delete).
Michael Adam
1
-6
/
+3
2008-07-15
registry: bump debug level to 1 in regdb_init() if storing version string fails.
Michael Adam
1
-1
/
+1
2008-07-15
registry: bump debug level to 1 in regdb_init() if opening the registry fails.
Michael Adam
1
-1
/
+1
2008-07-09
registry: fix logic in deleting subkeys record in regdb_fetch_keys().
Michael Adam
1
-2
/
+6
2008-07-09
registry: improve logic for deleting value records in regdb_store_keys().
Michael Adam
1
-2
/
+9
2008-07-08
registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.
Michael Adam
1
-9
/
+10
2008-05-08
registry: add removal of secdesc of a key to regdb_store_keys().
Michael Adam
1
-0
/
+17
2008-05-08
registry: add comments to removing lists in regdb_store_keys().
Michael Adam
1
-0
/
+4
2008-05-08
registry: change order of deleting value and subkey lists in store_keys().
Michael Adam
1
-16
/
+13
2008-05-08
registry: adapt comment to first step in regdb_store_keys().
Michael Adam
1
-1
/
+1
2008-05-08
registry: adapt comment of last step in regdb_store_keys().
Michael Adam
1
-1
/
+1
2008-05-08
registry: regdb_store_keys: move storing the subkey list down after removing ...
Michael Adam
1
-8
/
+8
2008-05-08
registry: add comment explaining workflow to make store_keys safe w/o transac...
Michael Adam
1
-0
/
+21
2008-05-08
registry: check for existence of non base key in regdb_store_keys() before pr...
Michael Adam
1
-0
/
+4
2008-05-08
registry: add a function regdb_key_is_base_key() to check whether is composite.
Michael Adam
1
-0
/
+33
2008-05-08
registry: check for existence of key in regdb_set_secdesc() before proceeding.
Michael Adam
1
-0
/
+5
2008-05-08
registry: check for existence of key in regdb_get_secdesc() before proceeding.
Michael Adam
1
-0
/
+5
2008-05-08
registry: check for existence of key in regdb_store_values() before proceeding.
Michael Adam
1
-0
/
+4
2008-05-08
registry: check for existence of key in regdb_fetch_keys() before proceeding.
Michael Adam
1
-0
/
+4
2008-05-08
registry: check for existence of key in regdb_fetch_values() first.
Michael Adam
1
-0
/
+4
2008-05-08
registry: free talloc context on error path in regdb_fetch_values().
Michael Adam
1
-1
/
+1
2008-05-08
registry: Implement new semantics for existence of registry key in tdb.
Michael Adam
1
-3
/
+52
2008-05-08
registry: make normalize_reg_path() strip leading and trailing '/' chars.
Michael Adam
1
-7
/
+26
2008-05-08
registry: free temporary data in regdb_fetch_key_internal().
Michael Adam
1
-1
/
+5
2008-05-08
registry: change order of arguments of regdb_fetch_key_internal()
Michael Adam
1
-4
/
+4
2008-04-30
registry: skip writes of existing keys in init_registry_data().
Michael Adam
1
-0
/
+3
2008-04-30
registry: save writes in init_registry_data() if data does already exist.
Michael Adam
1
-12
/
+43
2008-04-30
registry: check for existence of key init_registry_key and possibly save a wr...
Michael Adam
1
-0
/
+4
2008-04-30
registry: add function regdb_key_exists() to check for existence of a key.
Michael Adam
1
-0
/
+17
2008-04-30
registry: use regdb_fetch_key_internal() in regdb_fetch_values().
Michael Adam
1
-5
/
+1
2008-04-30
registry: use regdb_fetch_key_internal() in regdb_fetch_keys().
Michael Adam
1
-7
/
+1
2008-04-30
registry: add a function for fetching a tdb record for a given keystring
Michael Adam
1
-0
/
+12
2008-04-30
registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...
Michael Adam
1
-7
/
+1
2008-04-30
registry: use normalize_reg_path() in regdb_fetch_keys()
Michael Adam
1
-2
/
+1
2008-04-30
registry: use dbwrap_fetch_bystring() in regdb_fetch_values().
Michael Adam
1
-5
/
+1
2008-04-30
registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().
Michael Adam
1
-5
/
+1
2008-04-13
registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.
Michael Adam
1
-1
/
+5
2008-04-13
registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.
Michael Adam
1
-1
/
+7
2008-04-13
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
1
-1
/
+1
2008-04-13
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
1
-5
/
+2
2008-04-13
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
1
-5
/
+2
2008-04-13
registry: refactor common part of registry initialization out.
Michael Adam
3
-25
/
+15
[next]