summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net conf: simplify logic in test output of net conf import.Michael Adam2008-04-151-9/+5
* net conf: fix output of out-of-share parameters in test mode importMichael Adam2008-04-151-4/+12
* net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam2008-04-131-2/+9
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-1/+1
* net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam2008-04-101-17/+59
* net conf: implement "net conf delincludes".Michael Adam2008-04-101-0/+40
* net conf: implement a "net conf setincludes" command.Michael Adam2008-04-101-0/+50
* net conf: implement "net conf getincludes".Michael Adam2008-04-101-0/+47
* net conf: add diagnostic message for failure to load text file.Michael Adam2008-04-101-0/+2
* net conf: reduce indentation by grouping testmode code together.Michael Adam2008-04-101-39/+37
* net conf: don't drop config in testmodeMichael Adam2008-04-101-3/+5
* net conf: fix import to correctly add includes (at the end)Michael Adam2008-04-101-6/+34
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-101-1/+1
* net_conf: fix non-testmode import function.Michael Adam2008-03-271-1/+11
* net_conf: reformat - re-indent one function call.Michael Adam2008-03-261-2/+5
* net_conf: add casts to avoid compiler warnings.Michael Adam2008-03-261-6/+6
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-1/+1
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-1/+1
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-4/+4
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-48/+46