index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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
*
source3/utils/net_conf.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+2
*
s3-net: Fixed a small typo in net conf function table
Vicentiu Ciorbaru
2011-08-08
1
-1
/
+1
*
s3-net: Fixed typo in net conf
Vicentiu Ciorbaru
2011-08-08
1
-1
/
+1
*
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
2011-06-29
1
-0
/
+1
*
s3:net conf addshare: do not stat-check the share path.
Michael Adam
2011-06-10
1
-17
/
+0
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
libsmbconf: Convert smbconf_get_config() to sbcErr.
Andreas Schneider
2011-05-10
1
-25
/
+18
*
libsmbconf: Convert smbconf_transaction_*() to sbcErr.
Andreas Schneider
2011-05-10
1
-37
/
+35
*
libsmbconf: Convert smbconf_delete_includes() to sbcErr.
Andreas Schneider
2011-05-10
1
-4
/
+4
*
libsmbconf: Convert smbconf_set_includes() to sbcErr.
Andreas Schneider
2011-05-10
1
-6
/
+11
*
libsmbconf: Convert smbconf_get_includes() to sbcErr.
Andreas Schneider
2011-05-10
1
-4
/
+4
*
libsmbconf: Convert smbconf_delete_parameter() to sbcErr.
Andreas Schneider
2011-05-10
1
-7
/
+6
*
libsmbconf: Convert smbconf_get_parameter() to sbcErr.
Andreas Schneider
2011-05-10
1
-7
/
+6
*
libsmbconf: Convert smbconf_set_parameter() to sbcErr.
Andreas Schneider
2011-05-10
1
-21
/
+21
*
libsmbconf: Convert smbconf_delete_share() to sbcErr.
Andreas Schneider
2011-05-10
1
-6
/
+7
*
libsmbconf: Convert smbconf_get_share() to sbcErr.
Andreas Schneider
2011-05-10
1
-8
/
+8
*
libsmbconf: Convert smbconf_create_share() to smbErr.
Andreas Schneider
2011-05-10
1
-8
/
+12
*
libsmbconf: Convert smbconf_get_share_names() to sbcErr.
Andreas Schneider
2011-05-10
1
-4
/
+4
*
libsmbconf: Convert smbconf_drop() to sbcErr.
Andreas Schneider
2011-05-10
1
-6
/
+5
*
libsmbconf: Convert smbconf_init() to sbcErr.
Andreas Schneider
2011-05-10
1
-7
/
+8
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3:net conf: fix a comment typo
Michael Adam
2011-02-07
1
-1
/
+1
*
smbconf: only include smbconf headers where needed.
Günther Deschner
2010-05-18
1
-0
/
+3
*
Fix i18n of net conf import error message.
Jim McDonough
2010-04-20
1
-3
/
+4
*
Display an error on net conf import failures.
Jim McDonough
2010-04-20
1
-0
/
+3
*
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
[next]