summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a const warning.Michael Adam2007-12-291-1/+1
* Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().Michael Adam2007-12-291-1/+1
* Move functionality of net_conf_listshares() to libnet_conf.cMichael Adam2007-12-291-15/+5
* Move functionality of net_conf_showshare() to libnet_conf.cMichael Adam2007-12-291-4/+15
* Make the main net_conf functions static in net_conf.cMichael Adam2007-12-291-7/+7
* Hide the registry backend from libnet_smbconf_getparm().Michael Adam2007-12-291-3/+3
* Rename format_value() to libnet_smbconf_format_registry_value().Michael Adam2007-12-291-2/+3
* Move format_value() to libnet_conf.c.Michael Adam2007-12-291-33/+0
* Improve error messages of 'net rpc user [add|delete]' commands.Karolin Seeger2007-12-281-10/+14
* Convert pdbedit to use pdb_search_usersVolker Lendecke2007-12-261-78/+123
* Properly destroy the pdb search objectVolker Lendecke2007-12-261-1/+1
* Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().Michael Adam2007-12-261-2/+3
* Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam2007-12-261-1/+1
* Add two missing free-s.Michael Adam2007-12-251-0/+2
* Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam2007-12-251-4/+1
* Add a missing free.Michael Adam2007-12-251-0/+1
* Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam2007-12-251-5/+1
* Remove talloc context parameter from libnet_smbconf_drop().Michael Adam2007-12-251-1/+1
* Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam2007-12-251-1/+1
* Move drop_smbconf_internal() to libnet_conf.cMichael Adam2007-12-251-50/+0
* Use the proper boolean constants in net_conf.cMichael Adam2007-12-251-10/+10
* Add error reporting to net_conf_delshare().Michael Adam2007-12-251-2/+8
* Simplify libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam2007-12-251-24/+0
* Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam2007-12-241-2/+2
* Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam2007-12-241-12/+10
* Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam2007-12-231-2/+2
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-231-11/+1
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-231-78/+10
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-231-13/+5
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-231-17/+1
* Fix net_dom_join & net_dom_unjoin.Günther Deschner2007-12-221-19/+38
* Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-211-8/+8
* Some libnet and netapi build fixes.Günther Deschner2007-12-211-1/+1
* Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner2007-12-211-142/+16
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-2/+2
* Make usage message for net sam rights list a little more precise.Michael Adam2007-12-171-1/+1
* Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam2007-12-171-16/+16
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-158-25/+29
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-1511-36/+38
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-5/+10
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-5/+6
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-121-0/+4
* Some cleanups for "net dom join".Günther Deschner2007-12-121-4/+9
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-3/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-1016-24/+26