summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam1-0/+5
2013-05-28net: use smbconf_create_set_share() in "net conf import"Michael Adam1-47/+2
2012-07-18source3/utils/net_conf.c: fix stackframe leakRusty Russell1-0/+2
2011-08-08s3-net: Fixed a small typo in net conf function tableVicentiu Ciorbaru1-1/+1
2011-08-08s3-net: Fixed typo in net confVicentiu Ciorbaru1-1/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-06-10s3:net conf addshare: do not stat-check the share path.Michael Adam1-17/+0
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-10libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider1-25/+18
2011-05-10libsmbconf: Convert smbconf_transaction_*() to sbcErr.Andreas Schneider1-37/+35
2011-05-10libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider1-4/+4
2011-05-10libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider1-6/+11
2011-05-10libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider1-4/+4
2011-05-10libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_get_parameter() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider1-21/+21
2011-05-10libsmbconf: Convert smbconf_delete_share() to sbcErr.Andreas Schneider1-6/+7
2011-05-10libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider1-8/+8
2011-05-10libsmbconf: Convert smbconf_create_share() to smbErr.Andreas Schneider1-8/+12
2011-05-10libsmbconf: Convert smbconf_get_share_names() to sbcErr.Andreas Schneider1-4/+4
2011-05-10libsmbconf: Convert smbconf_drop() to sbcErr.Andreas Schneider1-6/+5
2011-05-10libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider1-7/+8
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-07s3:net conf: fix a comment typoMichael Adam1-1/+1
2010-05-18smbconf: only include smbconf headers where needed.Günther Deschner1-0/+3
2010-04-20Fix i18n of net conf import error message.Jim McDonough1-3/+4
2010-04-20Display an error on net conf import failures.Jim McDonough1-0/+3
2010-02-12s3:make "net conf addshare" atomic by wrapping all writes in one transactionMichael Adam1-6/+36
2010-01-19s3 net: Fix compile warningsKai Blin1-13/+33
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-1/+1
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-13/+13
2009-11-29s3: "net_conf_addshare" only looks at the modeVolker Lendecke1-1/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-1/+1
2009-07-30s3 net: i18n support for net confKai Blin1-120/+123
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-05-17s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam1-3/+25
2009-04-27s3:net conf: support dangling parameters by specifying "" as the section name.Michael Adam1-12/+30
2009-04-16In net_conf_import, start a transaction when importing a single share.Martin Schwenke1-0/+8
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-3/+3
2009-04-02s3:net conf: don't store share names as lower case, but as given.Michael Adam1-11/+11
2009-03-04s3:net conf: reduce memory usage of "net conf import".Michael Adam1-6/+33
2009-02-26s3:net: wrap net conf import into one big transactionMichael Adam1-6/+27
2009-02-06s3:net conf: remove check for sharename being a usernam in "net conf addshare"Michael Adam1-6/+0
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-17/+17
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-1/+1
2008-06-10net: Make "net conf" use a functable similar to functable3Kai Blin1-43/+139
2008-05-10net: Remove globalsKai Blin1-61/+86
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-59/+37
2008-04-15net conf: adapt output of NULL share params in net conf list.Michael Adam1-2/+7