summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Remove now unneeded talloc ctx parameter from do_JoinConfig().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_UnjoinConfig().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().Michael Adam2007-12-251-3/+2
* Add two missing free-s.Michael Adam2007-12-251-0/+2
* Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam2007-12-253-8/+5
* Add a missing free.Michael Adam2007-12-251-0/+1
* Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam2007-12-253-21/+13
* Typofix in comment.Michael Adam2007-12-251-1/+1
* Add comment header to function libnet_smbconf_drop().Michael Adam2007-12-251-0/+3
* Remove a d_fprintf() from libnet_smbconf_drop().Michael Adam2007-12-251-1/+0
* Remove talloc context parameter from libnet_smbconf_drop().Michael Adam2007-12-252-15/+9
* Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam2007-12-252-2/+2
* Move drop_smbconf_internal() to libnet_conf.cMichael Adam2007-12-252-50/+50
* 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-252-9/+6
* Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam2007-12-252-5/+5
* Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam2007-12-252-24/+24
* Attempt to fix the ifreq detectionVolker Lendecke2007-12-251-0/+2
* Do not leak memory in libnet_smbconf_delparm().Michael Adam2007-12-241-2/+7
* Do not leak memory in libnet_smbconf_setparm().Michael Adam2007-12-241-1/+5
* Use the appropriate boolean constants.Michael Adam2007-12-241-4/+4
* Make libnet_smbconf_value_exists() use talloc_stackframe().Michael Adam2007-12-241-5/+5
* Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam2007-12-242-14/+8
* Don't leak memory in libnet_smbconf_getparm().Michael Adam2007-12-241-3/+9
* Fix rights error in libnet_smbconf_delparm().Michael Adam2007-12-241-1/+1
* Remove redundant check of return value.Michael Adam2007-12-241-2/+1
* Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam2007-12-242-12/+34
* selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2007-12-232-2/+14
* Attempt to make the build farm run s4torture againVolker Lendecke2007-12-231-1/+1
* Attempt to fix the Solaris buildVolker Lendecke2007-12-231-1/+1
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
* Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam2007-12-232-6/+7
* Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().Michael Adam2007-12-231-46/+15
* Reorder libnet_conf.c some, adding "section" comments.Michael Adam2007-12-231-18/+30
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-232-11/+22
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-232-78/+82
* Remove occurrences of registry_key from libnet_join.cMichael Adam2007-12-231-65/+17
* Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam2007-12-231-1/+1
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-232-14/+29
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-232-17/+18
* Make libnet_smbconf_open_path_q() static.Michael Adam2007-12-231-3/+4
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11
* Fix typo in output.Michael Adam2007-12-231-1/+1
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
* tiny simplificationVolker Lendecke2007-12-231-4/+0
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-222-17/+30
* Fix "may be used uninitialized" compiler warnings.James Peach2007-12-221-3/+3