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