Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-04-13 | net conf: use the new smbconf_init() dispatcher instead of explicit backend i... | Michael Adam | 1 | -2/+9 |
2008-04-13 | libsmbconf: remove the bool verbatim parameter from txt backend init function. | Michael Adam | 1 | -1/+1 |
2008-04-10 | net conf: use talloc and talloc_strdup_lower throughout all net conf functions. | Michael Adam | 1 | -17/+59 |
2008-04-10 | net conf: implement "net conf delincludes". | Michael Adam | 1 | -0/+40 |
2008-04-10 | net conf: implement a "net conf setincludes" command. | Michael Adam | 1 | -0/+50 |
2008-04-10 | net conf: implement "net conf getincludes". | Michael Adam | 1 | -0/+47 |
2008-04-10 | net conf: add diagnostic message for failure to load text file. | Michael Adam | 1 | -0/+2 |
2008-04-10 | net conf: reduce indentation by grouping testmode code together. | Michael Adam | 1 | -39/+37 |
2008-04-10 | net conf: don't drop config in testmode | Michael Adam | 1 | -3/+5 |
2008-04-10 | net conf: fix import to correctly add includes (at the end) | Michael Adam | 1 | -6/+34 |
2008-04-10 | libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple(). | Michael Adam | 1 | -1/+1 |
2008-03-27 | net_conf: fix non-testmode import function. | Michael Adam | 1 | -1/+11 |
2008-03-26 | net_conf: reformat - re-indent one function call. | Michael Adam | 1 | -2/+5 |
2008-03-26 | net_conf: add casts to avoid compiler warnings. | Michael Adam | 1 | -6/+6 |
2008-03-26 | net_conf: rename "ctx" to "mem_ctx" for clarity. | Michael Adam | 1 | -22/+22 |
2008-03-26 | net_conf: use talloc_stackframe() instead of talloc_init(). | Michael Adam | 1 | -5/+5 |
2008-03-26 | net_conf: fix import function by using the new text backend of smbconf. | Michael Adam | 1 | -195/+59 |
2008-03-21 | libsmbconf: add a "path" variable to the conf context. | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: add backend specific init function. | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: rename smbconf_close() to smbconf_shutdown(). | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: rename smbconf_open() to smbconf_init(). | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: change the API to always take the smbconf_ctx parameter first. | Michael Adam | 1 | -4/+4 |
2008-03-17 | libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ . | Michael Adam | 1 | -48/+46 |
2008-01-13 | Add and modify comments in net_conf.c | Michael Adam | 1 | -8/+42 |
2008-01-13 | Add explicit creation of shares to net conf import function. | Michael Adam | 1 | -0/+4 |
2008-01-13 | Introduce a libnet_conf context created by libnet_conf_open(). | Michael Adam | 1 | -35/+106 |
2008-01-04 | Fix spacing - spaces mixed with tabs. | Michael Adam | 1 | -8/+8 |
2008-01-04 | Fix a comment. | Michael Adam | 1 | -1/+1 |
2008-01-04 | Remove the word "registry" from the help output of the "net conf" command. | Michael Adam | 1 | -7/+6 |
2008-01-04 | Update the introductory comment to net_conf.c to mention linbet_conf. | Michael Adam | 1 | -3/+7 |
2008-01-04 | Remove the final regdb_close() from net_conf.c | Michael Adam | 1 | -2/+0 |
2008-01-04 | Fix the behaviour of "net conf setparm" to create the share if necessary. | Michael Adam | 1 | -0/+9 |
2008-01-04 | Fix build warning. | Günther Deschner | 1 | -1/+0 |
2008-01-03 | Make libnet_conf handle opening/initialization of the registry. | Michael Adam | 1 | -5/+0 |
2008-01-03 | Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter(). | Michael Adam | 1 | -1/+1 |
2008-01-03 | Rename libnet_smbconf_getparm() to libnet_conf_get_parameter(). | Michael Adam | 1 | -1/+1 |
2008-01-03 | Rename libnet_smbconf_setparm() to libnet_conf_set_parameter(). | Michael Adam | 1 | -8/+8 |
2008-01-03 | Rename libnet_smbconf_delshare() to libnet_conf_delete_share(). | Michael Adam | 1 | -2/+2 |
2008-01-03 | Rename libnet_smbconf_getshare() to libnet_conf_get_share(). | Michael Adam | 1 | -2/+2 |
2008-01-03 | Rename libnet_smbconf_create_share() to libnet_conf_create_share(). | Michael Adam | 1 | -1/+1 |
2008-01-03 | Rename libnet_smbconf_share_exists() to libnet_conf_share_exists(). | Michael Adam | 1 | -2/+2 |
2008-01-03 | Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names(). | Michael Adam | 1 | -1/+1 |