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
2008-01-03
Return existsing cache_tree if it has already been initialized.
Michael Adam
1
-4
/
+6
2007-12-31
Fix a permissions error in reg_deletekey_recursive().
Michael Adam
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
2
-3
/
+4
2007-12-16
Cut down memory usage of registry initialization
Volker Lendecke
2
-28
/
+39
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-6
/
+13
2007-11-30
Fix _reg_perfcount_get_instance_info()
Günther Deschner
1
-1
/
+1
2007-11-27
Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c
Jeremy Allison
1
-1
/
+1
2007-11-27
Unless talloc has some new magic there is a ctx missing here.
Günther Deschner
1
-4
/
+4
2007-11-26
Remove pstrings from nsswitch/ and registry/
Jeremy Allison
8
-550
/
+704
2007-11-08
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
1
-5
/
+8
2007-11-06
When deleting a key from the registry make sure the non-default
Günther Deschner
4
-14
/
+32
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2
-7
/
+7
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
14
-80
/
+80
2007-10-15
Correctly free memory in regfio paths
Alexander Bokovoy
1
-0
/
+4
2007-10-11
Remove bogus comment
Volker Lendecke
1
-5
/
+0
2007-10-10
r25534: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r25528: Only do transactions on registry.tdb if anything changes
Volker Lendecke
1
-4
/
+48
2007-10-10
r25417: Use DBGC_REGISTRY class.
Günther Deschner
14
-10
/
+20
2007-10-10
r25370: Allow to delete registry keys recursively without deleting the final ...
Günther Deschner
1
-10
/
+31
2007-10-10
r25362: Add "NT Authority\System" with Full Access to the default registry se...
Günther Deschner
1
-2
/
+7
2007-10-10
r25162: Refactor further: add mapping functions between
Michael Adam
1
-13
/
+44
2007-10-10
r25160: Refactor out and slightly clean up canonicalization of the registry v...
Michael Adam
1
-91
/
+97
2007-10-10
r25140: Less red bars to hurt my eyes...
Michael Adam
1
-47
/
+51
2007-10-10
r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...
Michael Adam
1
-37
/
+2
2007-10-10
r25002: Refactor out code duplication created by the previous
Michael Adam
1
-18
/
+9
2007-10-10
r24999: Use the new regval_compose() function in regval_ctr_addvalue().
Michael Adam
1
-18
/
+3
2007-10-10
r24998: Add a function regval_compose() to compose a REGISTRY_VALUE from
Michael Adam
2
-4
/
+42
2007-10-10
r24996: Eliminate more trailing spaces...
Michael Adam
1
-5
/
+5
2007-10-10
r24970: Polish some comments and add my (C).
Michael Adam
1
-10
/
+3
2007-10-10
r24949: Remove some static buffers
Volker Lendecke
3
-6
/
+6
2007-10-10
r24632: Fix build warnings.
Günther Deschner
1
-2
/
+2
2007-10-10
r24630: Store Samba configuratin options only under the default name, not as ...
Michael Adam
1
-3
/
+152
2007-10-10
r24418: Adding reg_deleteallvalues().
Günther Deschner
1
-0
/
+24
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
14
-28
/
+14
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
14
-14
/
+14
2007-10-10
r23667: Prevent storing of forbidden parameter names in registry
Michael Adam
1
-0
/
+13
2007-10-10
r23591: Fix bug #4725. Don't crash when no eventlogs specified. Needs
Jeremy Allison
1
-0
/
+4
2007-10-10
r23584: Use a while loop instead of a for loop without increment... :-)
Michael Adam
1
-9
/
+2
2007-10-10
r23583: Add a utility function to recursively delete a Registry
Michael Adam
1
-0
/
+56
2007-10-10
r23581: Move regkey_open_onelevel from reg_frontend to reg_api,
Michael Adam
2
-117
/
+110
2007-10-10
r23578: When calling DeleteKey for a key that has subkey(s), Windows
Michael Adam
1
-4
/
+17
2007-10-10
r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure all
Jeremy Allison
1
-5
/
+5
2007-10-10
r23509: This activates the global options from the registry in loadparm.
Michael Adam
1
-7
/
+2
2007-10-10
r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.c
Michael Adam
1
-7
/
+0
2007-10-10
r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.
Michael Adam
1
-27
/
+22
2007-10-10
r23468: Open registry.tdb with sequence number.
Michael Adam
1
-3
/
+15
2007-10-10
r23465: There was this diff between reg_printing in 3_0 and 3_0_26:
Michael Adam
1
-1
/
+4
2007-10-10
r23460: Re-add whitespace to reduce diff between branches.
Michael Adam
1
-1
/
+1
2007-10-10
r23459: Remove one superfluous cast.
Michael Adam
1
-1
/
+1
2007-10-10
r23458: Cosmetic fix in debug output.
Michael Adam
1
-1
/
+1
[next]