summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libsmbconf: load file after special initializationMichael Adam2008-04-101-2/+3
| | | | | | | otherwise verbatim parameter can have no effect. Michael (This used to be commit 2ff0b693d7fc7e130a2fb14c06ae8bc28f4b5c57)
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-103-4/+15
| | | | | Michael (This used to be commit b9e72b402de412c23702715ead96c20e9b3248cc)
* libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam2008-04-101-12/+12
| | | | | Michael (This used to be commit b79a33eb2f370b8d8b50ed5ed2a0acc83e711c1e)
* libsmbconf: untangle assignment and test in for-loop condition.Michael Adam2008-04-101-4/+4
| | | | | Michael (This used to be commit 4339caff09e1277ae33d3810043bcb3f4e7c4e45)
* libsmbconf: fix a commentMichael Adam2008-04-101-1/+1
| | | | | Michael (This used to be commit bc1a5bdbd3b7da1f85c952579096b3c8dc407572)
* libsmbconf: search from the back when getting parameter from text backendMichael Adam2008-04-101-4/+4
| | | | | | | so we make sure to always deliver the value last read. Michael (This used to be commit 2eb5a681e9e3ff302b5151f25d6856834eae7d54)
* libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a ↵Michael Adam2008-04-102-0/+24
| | | | | | | string. Michael (This used to be commit 25e0fd84780f4acb80cac3b5f54f9597e0e2f53e)
* libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam2008-04-103-21/+24
| | | | | Michael (This used to be commit 7af79e60a3060083eae67bd053837c955b3f5c10)
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
| | | | | Michael (This used to be commit 0e932a0981ef52ff9d236b887eb8177304a99915)
* libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam2008-04-101-21/+20
| | | | | Michael (This used to be commit 9890f437264c6acc8c61c430a53c4645e0a12959)
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-103-89/+105
| | | | | Michael (This used to be commit e0f6a9d50c9b72ec33d4323d1a6c5bdf44d011e7)
* charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().Michael Adam2008-04-101-0/+26
| | | | | Michael (This used to be commit 5f6c730cbeddd1ac2f515bd985c08ceb4ca9bc47)
* registry: add support for REG_MULTI_SZ to registry_push_value().Michael Adam2008-04-101-0/+56
| | | | | | | This enables us to fetch multi_sz values from registry... Michael (This used to be commit a8cedfef27a0400c6aa05ddb5e51308ce0b789bd)
* vlp: fix an implicit cast compile warning.Michael Adam2008-04-101-1/+2
| | | | | Michael (This used to be commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)
* net: don't process net_registry_util.c with make protoMichael Adam2008-04-091-2/+6
| | | | | | | it has its own herader net_registry_util.h Michael (This used to be commit 51026d64b3e19626b51bee73fb257a75a6455355)
* net rpc registry: add getvalue command.Michael Adam2008-04-091-0/+100
| | | | | | | | | This is the same as already implemented for "net registry". usage: net rpc registry getvalue <key> <valuename> Michael (This used to be commit ba59383437aed9058a58bdeedcf61a0076a94924)
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-091-0/+41
| | | | | | | usage: "net registry getvalue <keyname> <valuename>" Michael (This used to be commit 77f049943e133986dc47d25fff2415def1cec32f)
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-094-7/+14
| | | | | | | | This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
* Fix typos.Karolin Seeger2008-04-094-4/+4
| | | | | Karolin (This used to be commit 6cee34703503fbf3629057345fe221b866560648)
* Add NetUserEnum example.Günther Deschner2008-04-092-1/+107
| | | | | Guenther (This used to be commit 7d9f64fd8401f8abb938757b4f092e25fd6b154f)
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-094-1/+279
| | | | | Guenther (This used to be commit 6c933d0b3838808aeee7f4b29ee89aab8d203538)
* Re-run make idl.Günther Deschner2008-04-093-1/+82
| | | | | Guenther (This used to be commit 285072479bebf09c94fccf55578ef587627c888e)
* Add NetUserEnum to libnetapi IDL.Günther Deschner2008-04-091-0/+13
| | | | | Guenther (This used to be commit dbbefb4e97df49dc28d47b5d9ba759f90efb9aab)
* Add Add NetUserDel example.Günther Deschner2008-04-092-1/+89
| | | | | Guenther (This used to be commit 3123e68bda70ad1cff9bd8f9375fd7935bf755dd)
* Add NetUserDel to libnetapi.Günther Deschner2008-04-094-0/+246
| | | | | Guenther (This used to be commit 92ba18fcd0816fb85846c6e788ea4a04c71e02a8)
* Re-run make idl.Günther Deschner2008-04-093-1/+50
| | | | | Guenther (This used to be commit 51d0cbe3d972b5917f89cea8624bc21910116132)
* Add NetUserDel to libnetapi IDL.Günther Deschner2008-04-091-0/+5
| | | | | Guenther (This used to be commit 8a0b6532af4ccd71f2dcc202db6e976161627372)
* Add NetUserAdd example.Günther Deschner2008-04-092-1/+110
| | | | | Guenther (This used to be commit 0d795606655a67d79c8c3bb2f3676ca7ee28f347)
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-095-1/+438
| | | | | Guenther (This used to be commit cb98996ed2ac93a0e15838048405772d2043021a)
* Re-run make idl.Günther Deschner2008-04-093-1/+159
| | | | | Guenther (This used to be commit 0d84f0d48559d8bed91bcb478d8be0bb3b96acac)
* Add NetUserAdd to libnetapi IDL.Günther Deschner2008-04-091-0/+21
| | | | | Guenther (This used to be commit 08afca2188d28ff9727d0ae3f051681a1e1dc5c8)
* Fix parameters string for rpc_trustdom_add_internals().Günther Deschner2008-04-091-2/+4
| | | | | Guenther (This used to be commit e161bb64a8348ecf7929dbc04d5923d8bd3542ad)
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
| | | | | | | ... if there's no trust password Attempt to fix bug 5350 (This used to be commit 99f6b63f3c637457fdda7ed930c6666171b25b61)
* Remove reference to pointless socket optionsVolker Lendecke2008-04-091-4/+0
| | | | (This used to be commit 3aefb0df1c4065223d50c32910ef26704791a6a3)
* Check x_fflush returns.Jeremy Allison2008-04-081-4/+8
| | | | | Jeremy. (This used to be commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)
* Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner2008-04-081-2/+2
| | | | | Guenther (This used to be commit 9f148daaf2e240002914183655c2b2cc9067759f)
* Re-run make idl.Günther Deschner2008-04-085-19/+32
| | | | | Guenther (This used to be commit ad3073749089f7166d9070c232ef02e6ba203215)
* Fix IDL for lsa_LookupPrivName.Günther Deschner2008-04-081-2/+2
| | | | | Guenther (This used to be commit 7b56a4bcf23f124fc9530fe1401add094f25fb28)
* Re-run make idl.Günther Deschner2008-04-085-22/+35
| | | | | Guenther (This used to be commit 6f474326030b916ca972b68ce36e4d7287192a33)
* Fix IDL for lsa_QueryTrustedDomainInfo.Günther Deschner2008-04-081-2/+2
| | | | | Guenther (This used to be commit a064d000969233cf517f2e47b890d4e983c957ad)
* Fix lsa_TrustedDomainInfo callers.Günther Deschner2008-04-082-11/+7
| | | | | Guenther (This used to be commit e0eae3901750c7b76560bbab9a86f24a64d42c8b)
* Re-run make idl.Günther Deschner2008-04-085-54/+101
| | | | | Guenther (This used to be commit 83dc2e1477333480511b8948d4e3e8e90ff86e25)
* Fix IDL for lsa_QueryTrustedDomainInfoBySid.Günther Deschner2008-04-081-3/+3
| | | | | Guenther (This used to be commit 7903103c70119d28b9d73cc340a1d85d04313b83)
* Fix IDL for lsa_QueryTrustedDomainInfoByName.Günther Deschner2008-04-081-1/+1
| | | | | Guenther (This used to be commit 18272d53859378b8832c098bcfafacf306e0eeca)
* Fix IDL for lsa_QueryDomainInformationPolicy.Günther Deschner2008-04-081-2/+2
| | | | | Guenther (This used to be commit 7a822c3c71fde8e86bc99c28701517e0db076263)
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
| | | | | | | How ever could this compile ? Guenther (This used to be commit 02f5f35e5ed3b061cfd020d0b13014c72fced5f4)
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-082-7/+8
| | | | | Guenther (This used to be commit aae4d91e726ef8dcad173cdd1d6f719d94462948)
* Try to use kerberos in libnetapi.Günther Deschner2008-04-083-9/+30
| | | | | Guenther (This used to be commit 9cfce2229508c2145c3527074ac76520544e5d25)
* Add DsGetDcName libnetapi example.Günther Deschner2008-04-082-0/+95
| | | | | Guenther (This used to be commit 0216e55fa87a14fc45c320268f0511eb6638460b)
* Add DsGetDcName call to libnetapi library.Günther Deschner2008-04-084-0/+178
| | | | | Guenther (This used to be commit 27780e984152e38c8f80e1c67ddf13b73a2b220d)