libsmbconf: Convert smbconf_set_includes() to sbcErr.
[gd/samba-autobuild/.git] / source3 / utils / net_conf.c
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-07 Michael Adams3:net conf: fix a comment typo
2010-05-18 Günther Deschnersmbconf: only include smbconf headers where needed.
2010-04-20 Jim McDonoughFix i18n of net conf import error message.
2010-04-20 Jim McDonoughDisplay an error on net conf import failures.
2010-02-12 Michael Adams3:make "net conf addshare" atomic by wrapping all...
2010-01-19 Kai Blins3 net: Fix compile warnings
2010-01-19 Kai Blins3 net/i18n: Use only one spelling for "Usage:"
2010-01-18 Björn Jackes3/net: split up some printable stings to ease i18n
2009-11-29 Volker Lendeckes3: "net_conf_addshare" only looks at the mode
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-07-30 Kai Blins3 net: i18n support for net conf
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-17 Michael Adams3:fix bug #6371, unsuccessful net conf setparm leaves...
2009-04-27 Michael Adams3:net conf: support dangling parameters by specifying...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Martin SchwenkeIn net_conf_import, start a transaction when importing...
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Michael Adams3:net conf: don't store share names as lower case...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Michael Adams3:net conf: reduce memory usage of "net conf import".
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Michael Adams3:net: wrap net conf import into one big transaction
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-06 Michael Adams3:net conf: remove check for sharename being a usernam...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-10 Kai Blinnet: Rename functable3 to functable, get rid of old...
2008-06-10 Kai Blinnet: Make "net conf" use a functable similar to functable3
2008-05-10 Kai Blinnet: Remove globals
2008-04-22 Michael Adamlibsmbconf: rewrite API to use smbconf_service struct
2008-04-15 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Michael Adamnet conf: adapt output of NULL share params in net...
2008-04-15 Michael Adamnet conf: simplify logic in test output of net conf...
2008-04-15 Michael Adamnet conf: fix output of out-of-share parameters in...
2008-04-13 Michael Adamnet conf: use the new smbconf_init() dispatcher instead...
2008-04-13 Michael Adamlibsmbconf: remove the bool verbatim parameter from...
2008-04-09 Michael Adamnet conf: use talloc and talloc_strdup_lower throughout...
2008-04-09 Michael Adamnet conf: implement "net conf delincludes".
2008-04-09 Michael Adamnet conf: implement a "net conf setincludes" command.
2008-04-09 Michael Adamnet conf: implement "net conf getincludes".
2008-04-09 Michael Adamnet conf: add diagnostic message for failure to load...
2008-04-09 Michael Adamnet conf: reduce indentation by grouping testmode code...
2008-04-09 Michael Adamnet conf: don't drop config in testmode
2008-04-09 Michael Adamnet conf: fix import to correctly add includes (at...
2008-04-09 Michael Adamlibsmbconf: add a "verbatim" parameter to smbconf_init_...
2008-03-26 Michael Adamnet_conf: fix non-testmode import function.
2008-03-26 Michael Adamnet_conf: reformat - re-indent one function call.
2008-03-26 Michael Adamnet_conf: add casts to avoid compiler warnings.
2008-03-26 Michael Adamnet_conf: rename "ctx" to "mem_ctx" for clarity.
2008-03-26 Michael Adamnet_conf: use talloc_stackframe() instead of talloc_init().
2008-03-26 Michael Adamnet_conf: fix import function by using the new text...
2008-03-21 Michael Adamlibsmbconf: add a "path" variable to the conf context.
2008-03-21 Michael Adamlibsmbconf: add backend specific init function.
2008-03-21 Michael Adamlibsmbconf: rename smbconf_close() to smbconf_shutdown().
2008-03-21 Michael Adamlibsmbconf: rename smbconf_open() to smbconf_init().
2008-03-21 Michael Adamlibsmbconf: change the API to always take the smbconf_c...
2008-03-17 Michael Adamlibsmbconf: rename all occurrences of libnet_conf_...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-13 Michael AdamAdd and modify comments in net_conf.c
2008-01-13 Michael AdamAdd explicit creation of shares to net conf import...
2008-01-13 Michael AdamIntroduce a libnet_conf context created by libnet_conf_...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamFix spacing - spaces mixed with tabs.
2008-01-04 Michael AdamFix a comment.
2008-01-04 Michael AdamRemove the word "registry" from the help output of...
2008-01-04 Michael AdamUpdate the introductory comment to net_conf.c to mentio...
2008-01-04 Michael AdamRemove the final regdb_close() from net_conf.c
2008-01-04 Michael AdamFix the behaviour of "net conf setparm" to create the...
2008-01-04 Günther DeschnerFix build warning.
2008-01-03 Michael AdamMake libnet_conf handle opening/initialization of the...
2008-01-03 Michael AdamRename libnet_smbconf_delparm() to libnet_conf_delete_p...
2008-01-03 Michael AdamRename libnet_smbconf_getparm() to libnet_conf_get_para...
2008-01-03 Michael AdamRename libnet_smbconf_setparm() to libnet_conf_set_para...
2008-01-03 Michael AdamRename libnet_smbconf_delshare() to libnet_conf_delete_...
2008-01-03 Michael AdamRename libnet_smbconf_getshare() to libnet_conf_get_sha...
2008-01-03 Michael AdamRename libnet_smbconf_create_share() to libnet_conf_cre...
next