Age | Commit message (Expand) | Author | Files | Lines |
2012-07-18 | source3/utils/net_conf.c: fix stackframe leak | Rusty Russell | 1 | -0/+2 |
2011-08-08 | s3-net: Fixed a small typo in net conf function table | Vicentiu Ciorbaru | 1 | -1/+1 |
2011-08-08 | s3-net: Fixed typo in net conf | Vicentiu Ciorbaru | 1 | -1/+1 |
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 1 | -0/+1 |
2011-06-10 | s3:net conf addshare: do not stat-check the share path. | Michael Adam | 1 | -17/+0 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-10 | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 1 | -25/+18 |
2011-05-10 | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 1 | -37/+35 |
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 1 | -4/+4 |
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 1 | -6/+11 |
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 1 | -4/+4 |
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 1 | -7/+6 |
2011-05-10 | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 1 | -7/+6 |
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 1 | -21/+21 |
2011-05-10 | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 1 | -6/+7 |
2011-05-10 | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 1 | -8/+8 |
2011-05-10 | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 1 | -8/+12 |
2011-05-10 | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 1 | -4/+4 |
2011-05-10 | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 1 | -6/+5 |
2011-05-10 | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 1 | -7/+8 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-02-07 | s3:net conf: fix a comment typo | Michael Adam | 1 | -1/+1 |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 1 | -0/+3 |
2010-04-20 | Fix i18n of net conf import error message. | Jim McDonough | 1 | -3/+4 |
2010-04-20 | Display an error on net conf import failures. | Jim McDonough | 1 | -0/+3 |
2010-02-12 | s3:make "net conf addshare" atomic by wrapping all writes in one transaction | Michael Adam | 1 | -6/+36 |
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -13/+33 |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 1 | -1/+1 |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -13/+13 |
2009-11-29 | s3: "net_conf_addshare" only looks at the mode | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -1/+1 |
2009-07-30 | s3 net: i18n support for net conf | Kai Blin | 1 | -120/+123 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-05-17 | s3:fix bug #6371, unsuccessful net conf setparm leaves empty share | Michael Adam | 1 | -3/+25 |
2009-04-27 | s3:net conf: support dangling parameters by specifying "" as the section name. | Michael Adam | 1 | -12/+30 |
2009-04-16 | In net_conf_import, start a transaction when importing a single share. | Martin Schwenke | 1 | -0/+8 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -3/+3 |
2009-04-02 | s3:net conf: don't store share names as lower case, but as given. | Michael Adam | 1 | -11/+11 |
2009-03-04 | s3:net conf: reduce memory usage of "net conf import". | Michael Adam | 1 | -6/+33 |
2009-02-26 | s3:net: wrap net conf import into one big transaction | Michael Adam | 1 | -6/+27 |
2009-02-06 | s3:net conf: remove check for sharename being a usernam in "net conf addshare" | Michael Adam | 1 | -6/+0 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -17/+17 |
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -1/+1 |
2008-06-10 | net: Make "net conf" use a functable similar to functable3 | Kai Blin | 1 | -43/+139 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -61/+86 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -59/+37 |
2008-04-15 | net conf: adapt output of NULL share params in net conf list. | Michael Adam | 1 | -2/+7 |
2008-04-15 | net conf: simplify logic in test output of net conf import. | Michael Adam | 1 | -9/+5 |
2008-04-15 | net conf: fix output of out-of-share parameters in test mode import | Michael Adam | 1 | -4/+12 |