summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-27Fix the buildVolker Lendecke1-2/+3
2007-12-27Wrap the DEBUG checks in a "unlikely"Volker Lendecke1-6/+21
2007-12-27Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison2-2/+7
2007-12-26Encryption works better when you add the client decrypt code :-).Jeremy Allison1-0/+11
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison34-214/+2116
2007-12-27typosVolker Lendecke1-2/+2
2007-12-26Fix some memleaksVolker Lendecke1-5/+6
2007-12-26Remove the sampwent interfaceVolker Lendecke6-471/+3
2007-12-26Convert pdbedit to use pdb_search_usersVolker Lendecke1-78/+123
2007-12-26Properly destroy the pdb search objectVolker Lendecke1-1/+1
2007-12-26smbpasswd_search_usersVolker Lendecke1-0/+114
2007-12-26Add tdbsam_search_usersVolker Lendecke1-0/+134
2007-12-26We need to return the correct atimeVolker Lendecke1-1/+6
2007-12-26Move libnet_smbconf_reg_open_basepath() in source fileMichael Adam1-9/+9
2007-12-26Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().Michael Adam2-6/+8
2007-12-26Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam2-11/+13
2007-12-26Rename libnet_smbconf_open_path_q() to libnet_smbconf_open_path()Michael Adam1-27/+10
2007-12-25Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke2-0/+13
2007-12-25AIX iface test needs rep_vasprintfVolker Lendecke1-0/+1
2007-12-25ifreq needs more from lib/replaceVolker Lendecke1-0/+2
2007-12-25Next try to fix get_interfaces detectionVolker Lendecke1-0/+3
2007-12-25make clean should remove everything in bin/Volker Lendecke1-0/+1