summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-02Convert reply_open to create_fileVolker Lendecke1-40/+19
2008-01-02Add test_shlibs to Makefile.Günther Deschner1-0/+8
2008-01-02Happy new year !Günther Deschner1-1/+1
2008-01-01Use NULL instead of 0Volker Lendecke1-4/+4
2007-12-31Make the last two helper functions in libnet_conf.c static.Michael Adam1-4/+4
2007-12-31Make grouping in if statement more explicit.Michael Adam1-1/+3
2007-12-31Fix a permissions error in reg_deletekey_recursive().Michael Adam1-1/+1
2007-12-31Change net_conf_import() to only use libnet_conf API functions.Michael Adam1-9/+3
2007-12-31Rewrite net_conf_addshare() to only use libnet_conf API functions.Michael Adam1-20/+17
2007-12-31Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()Michael Adam2-25/+25
2007-12-30Remove an unused variable.Michael Adam1-1/+0
2007-12-30Remove an unused variable.Michael Adam1-1/+0
2007-12-30Remove all d_fprintf-s from libnet_conf.cMichael Adam2-20/+39
2007-12-30As the encryption is stream based there's no reasonJeremy Allison2-5/+16
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