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_conf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-29
Hide the registry backend from libnet_smbconf_getparm().
Michael Adam
1
-3
/
+3
2007-12-29
Rename format_value() to libnet_smbconf_format_registry_value().
Michael Adam
1
-2
/
+3
2007-12-29
Move format_value() to libnet_conf.c.
Michael Adam
1
-33
/
+0
2007-12-26
Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().
Michael Adam
1
-2
/
+3
2007-12-26
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().
Michael Adam
1
-1
/
+1
2007-12-25
Add two missing free-s.
Michael Adam
1
-0
/
+2
2007-12-25
Remove talloc context parameter from libnet_smbconf_delparm().
Michael Adam
1
-4
/
+1
2007-12-25
Add a missing free.
Michael Adam
1
-0
/
+1
2007-12-25
Remove talloc context parameter from libnet_smbconf_setparm().
Michael Adam
1
-5
/
+1
2007-12-25
Remove talloc context parameter from libnet_smbconf_drop().
Michael Adam
1
-1
/
+1
2007-12-25
Rename drop_smbconf_internal() to libnet_smbconf_drop().
Michael Adam
1
-1
/
+1
2007-12-25
Move drop_smbconf_internal() to libnet_conf.c
Michael Adam
1
-50
/
+0
2007-12-25
Use the proper boolean constants in net_conf.c
Michael Adam
1
-10
/
+10
2007-12-25
Add error reporting to net_conf_delshare().
Michael Adam
1
-2
/
+8
2007-12-25
Simplify libnet_smbconf_delshare().
Michael Adam
1
-2
/
+2
2007-12-25
Rename reg_delkey_internal() to libnet_smbconf_delshare().
Michael Adam
1
-2
/
+2
2007-12-25
Move reg_delkey_internal() to libnet/libnet_conf.c
Michael Adam
1
-24
/
+0
2007-12-24
Make libnet_smbconf_key_exists() use talloc_stackframe().
Michael Adam
1
-2
/
+2
2007-12-24
Move logic of net_conf_getparm() to libnet_conf.c.
Michael Adam
1
-12
/
+10
2007-12-23
Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...
Michael Adam
1
-2
/
+2
2007-12-23
Move net_conf_setparm() to libnet_conf.c
Michael Adam
1
-11
/
+1
2007-12-23
Move reg_setvalue_internal() to libnet_conf.c
Michael Adam
1
-78
/
+10
2007-12-23
Move logic of net_smbconf_delparm() to libnet/libnet_conf.c
Michael Adam
1
-13
/
+5
2007-12-23
Move smbconf_value_exists() to libnet/net_conf.c
Michael Adam
1
-17
/
+1
2007-12-21
Some libnet and netapi build fixes.
Günther Deschner
1
-1
/
+1
2007-12-21
Very quick conversion of net_conf functions into the libnet_conf layer.
Günther Deschner
1
-142
/
+16
2007-12-07
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy Allison
1
-4
/
+0
2007-12-05
Remove some globals
Volker Lendecke
1
-2
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-8
/
+8
2007-10-10
r24527: Add a function lp_canonicalize_parameter_with_value that turns
Michael Adam
1
-33
/
+10
2007-10-10
r24513: Reformatting: eliminate trailing spaces, overly long lines
Michael Adam
1
-69
/
+64
2007-10-10
r24496: Add initial synonym handling to "net conf":
Michael Adam
1
-11
/
+45
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23760: Untangle use of strrchr_m and strequal and add some checks
Michael Adam
1
-2
/
+11
2007-10-10
r23750: Change the behaviour of net conf import when there is a global section
Michael Adam
1
-8
/
+24
2007-10-10
r23749: Simplify prototype of reg_setvalue_internal:
Michael Adam
1
-22
/
+9
2007-10-10
r23748: Clean use of talloc in import_process_service:
Michael Adam
1
-4
/
+13
2007-10-10
r23747: Move formatting of a parameter's value into a value string
Michael Adam
1
-80
/
+82
2007-10-10
r23746: Fix missing assignments to target string of asprintf in import function.
Michael Adam
1
-2
/
+2
2007-10-10
r23745: Fix: Check whether top subkeyname instead of whole registry key name
Michael Adam
1
-2
/
+3
2007-10-10
r23744: Remove TODO-comment. lp_load returns False if opening
Michael Adam
1
-2
/
+0
2007-10-10
r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.
Michael Adam
1
-1
/
+1
2007-10-10
r23657: Prevent setting of a global option in a share definition
Michael Adam
1
-1
/
+10
2007-10-10
r23656: Add initial checking of the validity of a paramter
Michael Adam
1
-0
/
+14
2007-10-10
r23655: Fix a comment and adjust some code formatting.
Michael Adam
1
-2
/
+3
2007-10-10
r23652: Use the recursive delete function instead of the original one
Michael Adam
1
-1
/
+1
2007-10-10
r23585: Add a "drop" function to "net conf" that clears the
Michael Adam
1
-0
/
+81
2007-10-10
r23549: Make "net conf setparm" always use registry data type "sz".
Michael Adam
1
-7
/
+4
2007-10-10
r23543: Adjust comments.
Michael Adam
1
-13
/
+3
[prev]
[next]