index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:make "net conf addshare" atomic by wrapping all writes in one transaction
Michael Adam
2010-02-12
1
-6
/
+36
*
s3 net: Fix compile warnings
Kai Blin
2010-01-19
1
-13
/
+33
*
s3 net/i18n: Use only one spelling for "Usage:"
Kai Blin
2010-01-19
1
-1
/
+1
*
s3/net: split up some printable stings to ease i18n
Björn Jacke
2010-01-18
1
-13
/
+13
*
s3: "net_conf_addshare" only looks at the mode
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3 net: i18n support for net conf
Kai Blin
2009-07-30
1
-120
/
+123
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
s3:fix bug #6371, unsuccessful net conf setparm leaves empty share
Michael Adam
2009-05-17
1
-3
/
+25
*
s3:net conf: support dangling parameters by specifying "" as the section name.
Michael Adam
2009-04-27
1
-12
/
+30
*
In net_conf_import, start a transaction when importing a single share.
Martin Schwenke
2009-04-16
1
-0
/
+8
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-3
/
+3
*
s3:net conf: don't store share names as lower case, but as given.
Michael Adam
2009-04-02
1
-11
/
+11
*
s3:net conf: reduce memory usage of "net conf import".
Michael Adam
2009-03-04
1
-6
/
+33
*
s3:net: wrap net conf import into one big transaction
Michael Adam
2009-02-26
1
-6
/
+27
*
s3:net conf: remove check for sharename being a usernam in "net conf addshare"
Michael Adam
2009-02-06
1
-6
/
+0
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-17
/
+17
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-1
/
+1
*
net: Make "net conf" use a functable similar to functable3
Kai Blin
2008-06-10
1
-43
/
+139
*
net: Remove globals
Kai Blin
2008-05-10
1
-61
/
+86
*
libsmbconf: rewrite API to use smbconf_service struct
Michael Adam
2008-04-23
1
-59
/
+37
*
net conf: adapt output of NULL share params in net conf list.
Michael Adam
2008-04-15
1
-2
/
+7
*
net conf: simplify logic in test output of net conf import.
Michael Adam
2008-04-15
1
-9
/
+5
*
net conf: fix output of out-of-share parameters in test mode import
Michael Adam
2008-04-15
1
-4
/
+12
*
net conf: use the new smbconf_init() dispatcher instead of explicit backend i...
Michael Adam
2008-04-13
1
-2
/
+9
*
libsmbconf: remove the bool verbatim parameter from txt backend init function.
Michael Adam
2008-04-13
1
-1
/
+1
*
net conf: use talloc and talloc_strdup_lower throughout all net conf functions.
Michael Adam
2008-04-10
1
-17
/
+59
*
net conf: implement "net conf delincludes".
Michael Adam
2008-04-10
1
-0
/
+40
*
net conf: implement a "net conf setincludes" command.
Michael Adam
2008-04-10
1
-0
/
+50
*
net conf: implement "net conf getincludes".
Michael Adam
2008-04-10
1
-0
/
+47
*
net conf: add diagnostic message for failure to load text file.
Michael Adam
2008-04-10
1
-0
/
+2
*
net conf: reduce indentation by grouping testmode code together.
Michael Adam
2008-04-10
1
-39
/
+37
*
net conf: don't drop config in testmode
Michael Adam
2008-04-10
1
-3
/
+5
*
net conf: fix import to correctly add includes (at the end)
Michael Adam
2008-04-10
1
-6
/
+34
*
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam
2008-04-10
1
-1
/
+1
*
net_conf: fix non-testmode import function.
Michael Adam
2008-03-27
1
-1
/
+11
*
net_conf: reformat - re-indent one function call.
Michael Adam
2008-03-26
1
-2
/
+5
*
net_conf: add casts to avoid compiler warnings.
Michael Adam
2008-03-26
1
-6
/
+6
*
net_conf: rename "ctx" to "mem_ctx" for clarity.
Michael Adam
2008-03-26
1
-22
/
+22
*
net_conf: use talloc_stackframe() instead of talloc_init().
Michael Adam
2008-03-26
1
-5
/
+5
*
net_conf: fix import function by using the new text backend of smbconf.
Michael Adam
2008-03-26
1
-195
/
+59
*
libsmbconf: add a "path" variable to the conf context.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: add backend specific init function.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: change the API to always take the smbconf_ctx parameter first.
Michael Adam
2008-03-21
1
-4
/
+4
*
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
2008-03-17
1
-48
/
+46
*
Add and modify comments in net_conf.c
Michael Adam
2008-01-13
1
-8
/
+42
*
Add explicit creation of shares to net conf import function.
Michael Adam
2008-01-13
1
-0
/
+4
*
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
2008-01-13
1
-35
/
+106
[next]