summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_conf.c
Commit message (Expand)AuthorAgeFilesLines
* s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam2013-09-241-0/+5
* net: use smbconf_create_set_share() in "net conf import"Michael Adam2013-05-281-47/+2
* source3/utils/net_conf.c: fix stackframe leakRusty Russell2012-07-181-0/+2
* s3-net: Fixed a small typo in net conf function tableVicentiu Ciorbaru2011-08-081-1/+1
* s3-net: Fixed typo in net confVicentiu Ciorbaru2011-08-081-1/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3:net conf addshare: do not stat-check the share path.Michael Adam2011-06-101-17/+0
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider2011-05-101-25/+18
* libsmbconf: Convert smbconf_transaction_*() to sbcErr.Andreas Schneider2011-05-101-37/+35
* libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider2011-05-101-4/+4
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-101-6/+11
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-101-4/+4
* libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider2011-05-101-7/+6
* libsmbconf: Convert smbconf_get_parameter() to sbcErr.Andreas Schneider2011-05-101-7/+6
* libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider2011-05-101-21/+21
* libsmbconf: Convert smbconf_delete_share() to sbcErr.Andreas Schneider2011-05-101-6/+7
* libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider2011-05-101-8/+8
* libsmbconf: Convert smbconf_create_share() to smbErr.Andreas Schneider2011-05-101-8/+12
* libsmbconf: Convert smbconf_get_share_names() to sbcErr.Andreas Schneider2011-05-101-4/+4
* libsmbconf: Convert smbconf_drop() to sbcErr.Andreas Schneider2011-05-101-6/+5
* libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider2011-05-101-7/+8
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:net conf: fix a comment typoMichael Adam2011-02-071-1/+1
* smbconf: only include smbconf headers where needed.Günther Deschner2010-05-181-0/+3
* Fix i18n of net conf import error message.Jim McDonough2010-04-201-3/+4
* Display an error on net conf import failures.Jim McDonough2010-04-201-0/+3
* s3:make "net conf addshare" atomic by wrapping all writes in one transactionMichael Adam2010-02-121-6/+36
* s3 net: Fix compile warningsKai Blin2010-01-191-13/+33
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-1/+1
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-13/+13
* s3: "net_conf_addshare" only looks at the modeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-1/+1
* s3 net: i18n support for net confKai Blin2009-07-301-120/+123
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam2009-05-171-3/+25
* s3:net conf: support dangling parameters by specifying "" as the section name.Michael Adam2009-04-271-12/+30
* In net_conf_import, start a transaction when importing a single share.Martin Schwenke2009-04-161-0/+8
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-3/+3
* s3:net conf: don't store share names as lower case, but as given.Michael Adam2009-04-021-11/+11
* s3:net conf: reduce memory usage of "net conf import".Michael Adam2009-03-041-6/+33
* s3:net: wrap net conf import into one big transactionMichael Adam2009-02-261-6/+27
* s3:net conf: remove check for sharename being a usernam in "net conf addshare"Michael Adam2009-02-061-6/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-17/+17
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-1/+1
* net: Make "net conf" use a functable similar to functable3Kai Blin2008-06-101-43/+139
* net: Remove globalsKai Blin2008-05-101-61/+86
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-59/+37
* net conf: adapt output of NULL share params in net conf list.Michael Adam2008-04-151-2/+7