summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: add testsuite to the library.Michael Adam2008-04-102-1/+114
* libsmbconf: add talloc context to the get_includes methods.Michael Adam2008-04-105-1/+7
* libsmbconf: add get_includes() and set_includes() to the API.Michael Adam2008-04-105-2/+73
* libsmbconf: activate the verbatim-flag in text backend: store parameters as t...Michael Adam2008-04-101-1/+2
* libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2008-04-102-4/+6
* libsmbconf: load file after special initializationMichael Adam2008-04-101-2/+3
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-103-4/+15
* libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam2008-04-101-12/+12
* libsmbconf: untangle assignment and test in for-loop condition.Michael Adam2008-04-101-4/+4
* libsmbconf: fix a commentMichael Adam2008-04-101-1/+1
* libsmbconf: search from the back when getting parameter from text backendMichael Adam2008-04-101-4/+4
* libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2008-04-102-0/+24
* libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam2008-04-103-21/+24
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
* libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam2008-04-101-21/+20
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-103-89/+105
* charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().Michael Adam2008-04-101-0/+26
* registry: add support for REG_MULTI_SZ to registry_push_value().Michael Adam2008-04-101-0/+56
* net: don't process net_registry_util.c with make protoMichael Adam2008-04-091-2/+6
* net rpc registry: add getvalue command.Michael Adam2008-04-091-0/+100
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-091-0/+41
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-094-7/+14
* Fix typos.Karolin Seeger2008-04-094-4/+4
* Add NetUserEnum example.Günther Deschner2008-04-092-1/+107
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-094-1/+279
* Re-run make idl.Günther Deschner2008-04-093-1/+82
* Add NetUserEnum to libnetapi IDL.Günther Deschner2008-04-091-0/+13
* Add Add NetUserDel example.Günther Deschner2008-04-092-1/+89
* Add NetUserDel to libnetapi.Günther Deschner2008-04-094-0/+246
* Re-run make idl.Günther Deschner2008-04-093-1/+50
* Add NetUserDel to libnetapi IDL.Günther Deschner2008-04-091-0/+5
* Add NetUserAdd example.Günther Deschner2008-04-092-1/+110
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-095-1/+438
* Re-run make idl.Günther Deschner2008-04-093-1/+159
* Add NetUserAdd to libnetapi IDL.Günther Deschner2008-04-091-0/+21
* Fix parameters string for rpc_trustdom_add_internals().Günther Deschner2008-04-091-2/+4
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
* Check x_fflush returns.Jeremy Allison2008-04-081-4/+8
* Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner2008-04-081-2/+2
* Re-run make idl.Günther Deschner2008-04-085-19/+32
* Fix IDL for lsa_LookupPrivName.Günther Deschner2008-04-081-2/+2
* Re-run make idl.Günther Deschner2008-04-085-22/+35
* Fix IDL for lsa_QueryTrustedDomainInfo.Günther Deschner2008-04-081-2/+2
* Fix lsa_TrustedDomainInfo callers.Günther Deschner2008-04-082-11/+7
* Re-run make idl.Günther Deschner2008-04-085-54/+101
* Fix IDL for lsa_QueryTrustedDomainInfoBySid.Günther Deschner2008-04-081-3/+3
* Fix IDL for lsa_QueryTrustedDomainInfoByName.Günther Deschner2008-04-081-1/+1
* Fix IDL for lsa_QueryDomainInformationPolicy.Günther Deschner2008-04-081-2/+2
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-082-7/+8