summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-042-12/+45
* net_rpc_registry: return available error code on failure in deletevalue.Michael Adam2008-04-041-1/+1
* net_rpc_registry: consistently return error upon wrong use.Michael Adam2008-04-041-5/+5
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-044-6/+11
* net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam2008-04-041-28/+39
* net_rpc_registry: use utility function print_registry_value().Michael Adam2008-04-041-30/+1
* net_rpc_registy: use function print_registry_keyMichael Adam2008-04-041-5/+2
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-044-87/+151
* mapping_tdb: fix enumeration of mappings.Michael Adam2008-04-041-1/+1
* Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam2008-04-041-2/+3
* mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam2008-04-041-1/+1
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-044-43/+20
* Always uppercase cli->srv_name_slash.Günther Deschner2008-04-041-0/+1
* Remove some dead code in rpcclient.Günther Deschner2008-04-041-23/+0
* Move rpccli_try_samr_connects out of rpcclient.Günther Deschner2008-04-042-75/+122
* Fix pam_winbind macros.Günther Deschner2008-04-032-14/+14
* Use pwb_context in pam_winbind.Günther Deschner2008-04-031-391/+343
* Add _pam_winbind_init/free_context.Günther Deschner2008-04-031-0/+39
* Add pwb_context to pam_winbind.h.Günther Deschner2008-04-031-0/+9
* Make more functions in pam_winbind static.Günther Deschner2008-04-031-30/+30
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-031-10/+20
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-031-33/+40
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-031-12/+15
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-031-1/+1
* registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam2008-04-031-191/+1
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner2008-04-031-3/+11
* Add NT_STATUS_RPC_CANNOT_SUPPORT.Günther Deschner2008-04-032-0/+2
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0
* Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner2008-04-021-14/+52
* Apply some const in clirap.Günther Deschner2008-04-021-1/+1
* Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner2008-04-021-157/+390
* Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner2008-04-021-7/+11
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-0210-19/+61
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-011-4/+0
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-011-19/+25
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
* test: add diagnostic message to net_registry test.Michael Adam2008-04-011-0/+1
* test: fix net_registry test "set value to different type" to track error countMichael Adam2008-04-011-1/+1
* test: some cosmetics to net_registry tests.Michael Adam2008-04-011-2/+3
* test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam2008-04-011-12/+25
* test: fix use of printf in net_registry tests.Michael Adam2008-04-011-12/+12
* po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam2008-04-011-1/+1
* mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam2008-04-011-4/+4
* installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam2008-04-011-2/+2
* configure: be more portable, use 'printf "%s"' instead of "echo -n"Michael Adam2008-04-011-1/+1
* test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam2008-04-011-3/+3
* test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam2008-04-011-1/+1