summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam2007-12-262-11/+13
| * Rename libnet_smbconf_open_path_q() to libnet_smbconf_open_path()Michael Adam2007-12-261-27/+10
| * Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke2007-12-252-0/+13
| * AIX iface test needs rep_vasprintfVolker Lendecke2007-12-251-0/+1
| * ifreq needs more from lib/replaceVolker Lendecke2007-12-251-0/+2
| * Next try to fix get_interfaces detectionVolker Lendecke2007-12-251-0/+3
| * make clean should remove everything in bin/Volker Lendecke2007-12-251-0/+1
| * Interface detection should not go through the socket wrapperVolker Lendecke2007-12-251-0/+1
| * Revert "Attempt to fix the ifreq detection"Volker Lendecke2007-12-251-2/+0
| * Fix the buildVolker Lendecke2007-12-251-2/+1
| * 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
* | selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij2008-01-053-15/+161
|/
* 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