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
/
utils
/
net_registry.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-28
s3: Remove the dependency of g_lock on procid_self
Volker Lendecke
1
-1
/
+1
2010-07-02
s3-registry: avoid using registry_value union.
Günther Deschner
1
-7
/
+33
2010-05-25
s3:registry: move prototype registry_create_admin_token() to new header reg_u...
Michael Adam
1
-0
/
+1
2010-05-18
s3-registry: only include registry headers when really needed.
Günther Deschner
1
-1
/
+1
2010-04-27
s3: use shared registry functions.
Günther Deschner
1
-1
/
+1
2010-03-12
s3: Add "net registry increment"
Volker Lendecke
1
-0
/
+105
2010-03-12
s3: Fix some "net registry" usage messages
Volker Lendecke
1
-3
/
+3
2010-03-03
s3:net: add a command "net registry setsd_sdd"
Michael Adam
1
-0
/
+88
2010-03-03
s3:net: fix some i18n messages in net_registry_getsd_internal().
Michael Adam
1
-2
/
+3
2010-03-03
s3:net: add i18n macro _() to one message
Michael Adam
1
-1
/
+1
2010-03-03
s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in sddl...
Michael Adam
1
-0
/
+40
2010-03-03
s3:net: refactor getting of secdesc out of net_registry_getsd()
Michael Adam
1
-14
/
+42
2010-01-19
s3 net: Fix compile warnings
Kai Blin
1
-20
/
+38
2010-01-19
s3 net/i18n: Use only one spelling for "Usage:"
Kai Blin
1
-3
/
+3
2010-01-18
s3/net: split up some printable stings to ease i18n
Björn Jacke
1
-14
/
+14
2009-08-07
s3 net: i18n support for net registry
Kai Blin
1
-64
/
+67
2009-04-21
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
1
-2
/
+2
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.
Günther Deschner
1
-1
/
+1
2008-12-02
Implement type multi_sz for "net registry setvalue"
Volker Lendecke
1
-0
/
+4
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-15
/
+15
2008-06-10
net: Rename functable3 to functable, get rid of old functables
Kai Blin
1
-2
/
+2
2008-06-10
net: Make "net registry" use functable3
Kai Blin
1
-16
/
+40
2008-05-15
net registry: add a getvalueraw command to print the value in raw format.
Michael Adam
1
-0
/
+11
2008-05-15
net registry: refactor core of net_registry_getvalue() out
Michael Adam
1
-3
/
+9
2008-05-15
net_registry: add raw output of value to print_registry_value().
Michael Adam
1
-1
/
+1
2008-05-10
net: Remove globals
Kai Blin
1
-9
/
+16
2008-04-13
net registry: remove superfluous regdb_close().
Michael Adam
1
-2
/
+0
2008-04-13
registry: change registry_init_basic() to return WERROR instead of bool
Michael Adam
1
-1
/
+1
2008-04-09
net registry: add a getvalue subcommand that prints a single given value.
Michael Adam
1
-0
/
+41
2008-04-09
net (registry util): refactor printing of value without name out.
Michael Adam
1
-1
/
+1
2008-04-04
net: change split_hive_key() to properly allocate subkeyname
Michael Adam
1
-1
/
+1
2008-04-04
net_registry: split utility function of common interest out into util module.
Michael Adam
1
-87
/
+1
2008-03-29
Fix a segfault (an uninitialized variable)
Volker Lendecke
1
-3
/
+3
2008-03-28
net: add a "net registry" subcommand to locally access the registry.
Michael Adam
1
-0
/
+530