summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-04mapping_tdb: fix enumeration of mappings.Michael Adam1-1/+1
2008-04-04Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam1-2/+3
2008-04-04mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam1-1/+1
2008-04-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner4-43/+20
2008-04-04Always uppercase cli->srv_name_slash.Günther Deschner1-0/+1
2008-04-04Remove some dead code in rpcclient.Günther Deschner1-23/+0
2008-04-04Move rpccli_try_samr_connects out of rpcclient.Günther Deschner2-75/+122
2008-04-03Fix pam_winbind macros.Günther Deschner2-14/+14
2008-04-03Use pwb_context in pam_winbind.Günther Deschner1-391/+343
2008-04-03Add _pam_winbind_init/free_context.Günther Deschner1-0/+39
2008-04-03Add pwb_context to pam_winbind.h.Günther Deschner1-0/+9
2008-04-03Make more functions in pam_winbind static.Günther Deschner1-30/+30
2008-04-03wbinfo: use wbcLookupNames()Stefan Metzmacher1-10/+20
2008-04-03wbinfo: use wbcLookupRids()Stefan Metzmacher1-33/+40
2008-04-03wbinfo: use wbcLookupSid()Stefan Metzmacher1-12/+15
2008-04-03wbinfo: catch NULL domain string as in other placesStefan Metzmacher1-1/+1
2008-04-03registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam1-191/+1
2008-04-03libsmbconf: move initialization of registry value down after error checks.Michael Adam1-6/+6
2008-04-03Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner1-3/+11
2008-04-03Add NT_STATUS_RPC_CANNOT_SUPPORT.Günther Deschner2-0/+2
2008-04-03Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce1-0/+70
2008-04-02Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison1-30/+0
2008-04-02Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner1-14/+52
2008-04-02Apply some const in clirap.Günther Deschner1-1/+1
2008-04-02Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner1-157/+390
2008-04-02Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner1-7/+11
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner10-19/+61
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0
2008-04-01wbinfo: use wbcInterfaceDetails()Stefan Metzmacher1-19/+25
2008-04-01libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2-0/+90
2008-04-01libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher1-4/+5
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-1/+1
2008-04-01mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam1-4/+4
2008-04-01installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-2/+2
2008-04-01configure: be more portable, use 'printf "%s"' instead of "echo -n"Michael Adam1-1/+1
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
2008-04-01smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher1-24/+3
2008-04-01account_pol: use db_open_trans()Stefan Metzmacher1-2/+2
2008-04-01account_pol: use dbwrap_trans_store_uint32()Stefan Metzmacher1-7/+1
2008-04-01Convert account_pol.tdb to dbwrapVolker Lendecke2-37/+86
2008-04-01dbwrap: fix a confusing "tdb_chainunlock failed" messageStefan Metzmacher1-1/+3
2008-04-01dbwrap: add dbwrap_trans_store_uint32()Stefan Metzmacher1-0/+13
2008-04-01Add dbwrap_trans_*_bystringVolker Lendecke1-0/+11
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke5-15/+22