git.samba.org
/
ira
/
wip.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_ge...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_format_registry_value() to libnet_conf...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_set_value() to libnet_conf_reg_set...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_create_service_key() to libnet_con...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_value_exists() to libnet_conf_value_ex...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_open_service_key() to libnet_conf_...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_open_path() to libnet_conf_reg_ope...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_add_string_to_array() to libnet_conf_a...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Happy new year again.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Return existsing cache_tree if it has already been...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_setvalue_internal() to libnet_smbc...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Fix a comment.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_createkey_internal to libnet_smbco...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Add libnet_conf API function libnet_smbconf_create_share().
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Don't leak: Use a temporary context for the admin token...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Use libnet_smbconf_reg_open_path() in libnet_smbconf_drop().
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Abstract opening of registry path out of libnet_smbconf_reg_...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Add debug output in error path.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Fix setting of error code in error path.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Use a better parameter name.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_open_path() to libnet_smbconf_reg_...
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Hey, it is 2008 now.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Choose a more apropriate parameter name.
commit
|
commitdiff
|
tree
2008-01-03
Michael Adam
Rename libnet_smbconf_reg_open_basepath() to libnet_smbconf_...
commit
|
commitdiff
|
tree
2008-01-02
Michael Adam
Use the proper boolean constants.
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Make the last two helper functions in libnet_conf.c...
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Make grouping in if statement more explicit.
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Fix a permissions error in reg_deletekey_recursive().
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Change net_conf_import() to only use libnet_conf API...
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Rewrite net_conf_addshare() to only use libnet_conf...
commit
|
commitdiff
|
tree
2007-12-31
Michael Adam
Rename libnet_smbconf_key_exists() to libnet_smbconf_share_e...
commit
|
commitdiff
|
tree
2007-12-30
Michael Adam
Remove an unused variable.
commit
|
commitdiff
|
tree
2007-12-30
Michael Adam
Remove an unused variable.
commit
|
commitdiff
|
tree
2007-12-30
Michael Adam
Remove all d_fprintf-s from libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-30
Michael Adam
Make pdb_tdb honour a private dir overridden in smb...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Make libnet_smbconf_reg_open_path() static.
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Make libnet_smbconf_reg_open_basepath() static.
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Remove list_values() from net_conf.c - it is not needed...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Use libnet_smbconf_get_config() in net_conf_list().
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Add a function libnet_smbconf_get_config() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Include libnet/libnet.h in libnet_conf.c to have prototypes...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Return NULL (instead of unchanged) for no shares/parameters...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Dont return count - 1 but count from libnet_smbconf_reg_get_...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Make sure libnet_smbconf_get_share_names() always lists...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Move talloc-appending a string to an array to its own...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Fix a const warning.
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Rename libnet_smbconf_getshares() to libnet_smbconf_get_shar...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Add a comment header for libnet_smbconf_getshares().
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Move functionality of net_conf_listshares() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Move functionality of net_conf_showshare() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Make the main net_conf functions static in net_conf.c
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Add a couple of comment headers to the main libnet_conf...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Add a comment header for libnet_smbconf_format_registry_value().
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Handle NULL talloc context in libnet_smbconf_format_registry...
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Hide the registry backend from libnet_smbconf_getparm().
commit
|
commitdiff
|
tree
2007-12-29
Michael Adam
Rename format_value() to libnet_smbconf_format_registry_value().
commit
|
commitdiff
|
tree
2007-12-28
Michael Adam
Move format_value() to libnet_conf.c.
commit
|
commitdiff
|
tree
2007-12-26
Michael Adam
Move libnet_smbconf_reg_open_basepath() in source file
commit
|
commitdiff
|
tree
2007-12-26
Michael Adam
Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_...
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open...
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Rename libnet_smbconf_open_path_q() to libnet_smbconf_open_p...
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove now unneeded talloc ctx parameter from do_JoinConfig().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove now unneeded talloc ctx parameter from do_join_modify...
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove now unneeded talloc ctx parameter from do_UnjoinConfig().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove now unneeded talloc ctx parameter from do_unjoin_modi...
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Add two missing free-s.
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove talloc context parameter from libnet_smbconf_delparm().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Add a missing free.
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove talloc context parameter from libnet_smbconf_setparm().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Typofix in comment.
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Add comment header to function libnet_smbconf_drop().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove a d_fprintf() from libnet_smbconf_drop().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Remove talloc context parameter from libnet_smbconf_drop().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Rename drop_smbconf_internal() to libnet_smbconf_drop().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Move drop_smbconf_internal() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Use the proper boolean constants in net_conf.c
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Add error reporting to net_conf_delshare().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Simplify libnet_smbconf_delshare().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Rename reg_delkey_internal() to libnet_smbconf_delshare().
commit
|
commitdiff
|
tree
2007-12-25
Michael Adam
Move reg_delkey_internal() to libnet/libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-24
Michael Adam
Do not leak memory in libnet_smbconf_delparm().
commit
|
commitdiff
|
tree
2007-12-24
Michael Adam
Do not leak memory in libnet_smbconf_setparm().
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Use the appropriate boolean constants.
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Make libnet_smbconf_value_exists() use talloc_stackframe().
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Make libnet_smbconf_key_exists() use talloc_stackframe().
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Don't leak memory in libnet_smbconf_getparm().
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Fix rights error in libnet_smbconf_delparm().
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Remove redundant check of return value.
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Move logic of net_conf_getparm() to libnet_conf.c.
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Rename libnet_reg_createkey_internal() to libnet_smbconf_reg...
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Make libnet_smbconf_set_global_param() call libnet_smbconf_s...
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Reorder libnet_conf.c some, adding "section" comments.
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Move net_conf_setparm() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Move reg_setvalue_internal() to libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Remove occurrences of registry_key from libnet_join.c
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Replace direct deletion of registry value by use of...
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Move logic of net_smbconf_delparm() to libnet/libnet_conf.c
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Move smbconf_value_exists() to libnet/net_conf.c
commit
|
commitdiff
|
tree
2007-12-23
Michael Adam
Make libnet_smbconf_open_path_q() static.
commit
|
commitdiff
|
tree
next