summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-12-29Fix error message.Jeremy Allison1-1/+1
2007-12-29Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2-21/+145
2007-12-29Allow encryption context setup on IPC$.Jeremy Allison1-7/+27
2007-12-29Make pdb_tdb honour a private dir overridden in smb.conf.Michael Adam1-1/+1
2007-12-30Make libnet_smbconf_reg_open_path() static.Michael Adam1-4/+4
2007-12-30Make libnet_smbconf_reg_open_basepath() static.Michael Adam1-2/+3
2007-12-30Remove list_values() from net_conf.c - it is not needed any more.Michael Adam2-28/+2
2007-12-30Use libnet_smbconf_get_config() in net_conf_list().Michael Adam1-45/+19
2007-12-30Add a function libnet_smbconf_get_config() to libnet_conf.cMichael Adam1-0/+84
2007-12-30Include libnet/libnet.h in libnet_conf.c to have prototypes available.Michael Adam1-0/+1
2007-12-29Use correct size value for linearize call.Jeremy Allison1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke13-47/+22
2007-12-29Make [un]marshall_sec_desc use librpc/ndrVolker Lendecke1-25/+29
2007-12-29Make use of [un]marshall_sec_descVolker Lendecke2-37/+28
2007-12-29Remove tiny code duplicationVolker Lendecke8-34/+26
2007-12-29Fix a panicVolker Lendecke1-1/+1
2007-12-29Apply some constVolker Lendecke1-4/+4
2007-12-29Return NULL (instead of unchanged) for no shares/parameters defined.Michael Adam1-0/+5
2007-12-29Dont return count - 1 but count from libnet_smbconf_reg_get_values().Michael Adam2-2/+2
2007-12-29Make sure libnet_smbconf_get_share_names() always lists "global" first.Michael Adam2-5/+22
2007-12-29Move talloc-appending a string to an array to its own helper functionMichael Adam1-13/+49
2007-12-29Fix uninitalized variablesVolker Lendecke1-2/+2
2007-12-29Attempt to fix the AIX make test failuresVolker Lendecke1-3/+3
2007-12-29Fix a const warning.Michael Adam1-1/+1
2007-12-29Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().Michael Adam2-3/+3
2007-12-29Add a comment header for libnet_smbconf_getshares().Michael Adam1-0/+3
2007-12-29Move functionality of net_conf_listshares() to libnet_conf.cMichael Adam2-15/+58
2007-12-29Move functionality of net_conf_showshare() to libnet_conf.cMichael Adam2-4/+104
2007-12-29passdb.tdb is located in the private directoryVolker Lendecke1-1/+2
2007-12-29Make the main net_conf functions static in net_conf.cMichael Adam1-7/+7
2007-12-29Add a couple of comment headers to the main libnet_conf functions.Michael Adam1-0/+9
2007-12-29Add a comment header for libnet_smbconf_format_registry_value().Michael Adam1-0/+7
2007-12-29Handle NULL talloc context in libnet_smbconf_format_registry_value().Michael Adam1-1/+4
2007-12-29Hide the registry backend from libnet_smbconf_getparm().Michael Adam2-6/+21
2007-12-29Rename format_value() to libnet_smbconf_format_registry_value().Michael Adam2-3/+6
2007-12-29Move format_value() to libnet_conf.c.Michael Adam2-33/+34
2007-12-28Convert get_root_nt_token to memcacheVolker Lendecke3-3/+17
2007-12-28Remove a globalVolker Lendecke1-9/+15
2007-12-28don't store cache_readonly in gencacheVolker Lendecke1-15/+0
2007-12-28Remove static zerosVolker Lendecke5-14/+31
2007-12-28Remove a static arrayVolker Lendecke1-6/+6
2007-12-28Convert csamuser to memcacheVolker Lendecke3-27/+28
2007-12-28bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@Volker Lendecke1-1/+1
2007-12-28Improve error messages of 'net rpc user [add|delete]' commands.Karolin Seeger1-10/+14
2007-12-28Ensure we turn off POSIX large read/write if encryptionJeremy Allison1-1/+4
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison5-3/+60
2007-12-28Fix setting the initial permission bitsVolker Lendecke2-6/+25
2007-12-27Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison2-1/+28
2007-12-28Fix the non-gcc branch of "likely"Volker Lendecke1-2/+2
2007-12-27Remove a silly staticVolker Lendecke1-6/+6