summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke2015-03-173-6/+5
* Remove callers of lp_use_ntdbVolker Lendecke2015-03-172-2/+2
* passdb: Fix the O3 developer buildVolker Lendecke2015-03-171-2/+2
* selftest: rename env member to nt4_memberMichael Adam2015-03-171-8/+8
* selftest: rename env s3dc_schannel to nt4_dc_schannelMichael Adam2015-03-161-1/+1
* selftest: rename env s3dc to nt4_dcMichael Adam2015-03-161-67/+67
* selftest: rename env s3member_rfc2307 to ad_member_rfc2307Michael Adam2015-03-161-1/+1
* selftest: rename env s3member to ad_member.Michael Adam2015-03-161-11/+11
* selftest: rename env dc to ad_dc_ntvfsMichael Adam2015-03-161-4/+4
* selftest: rename env plugin_s4_dc to ad_dcMichael Adam2015-03-161-22/+22
* s3:winbind:grent: don't stop when querying one domain fails.Michael Adam2015-03-161-2/+1
* s3:winbind:grent: convert wb_next_grent to use wb_query_group_list.Michael Adam2015-03-161-22/+10
* s3:winbind: add wb_query_group_list module - async query group listMichael Adam2015-03-163-0/+102
* s3:winbind:grent: refactor duplication into wb_next_grent_send_do()Michael Adam2015-03-161-78/+37
* s3:winbind:grent: move resetting next_group up.Michael Adam2015-03-161-2/+1
* s3:winbind:grent: use wb_next_domain() in wb_next_grent.cMichael Adam2015-03-161-29/+3
* s3:winbind:grent: fix a debug message.Michael Adam2015-03-161-2/+2
* s3:winbind:pwent: refactor duplication into wb_next_pwent_send_do()Michael Adam2015-03-161-71/+38
* s3:winbind:pwent: move resetting next_user up.Michael Adam2015-03-161-2/+2
* s3:winbind:pwent: move wb_next_domain() to winbindd_util.c for re-useMichael Adam2015-03-163-15/+20
* s3:winbind:pwent: rename wb_next_find_domain to wb_next_domainMichael Adam2015-03-161-4/+4
* s3:winbind:pwent: use wb_next_find_domain()Michael Adam2015-03-161-7/+1
* s3:winbind:util: fix comment typoMichael Adam2015-03-161-1/+1
* s3:util_sid: donate an empty line.Michael Adam2015-03-161-0/+1
* s3:winbind:grent: don't stop group enumeration when a group has no gidMichael Adam2015-03-161-1/+50
* param: Use IDL-based constants for NBT and NBT dgram portsAndrew Bartlett2015-03-161-2/+3
* torture3: Rename LOCAL-WBCLIENT to WBCLIENT-MULTI-PINGAndrew Bartlett2015-03-162-3/+3
* selftest: Run LOCAL-WBCLIENT against a test environment, not noneAndrew Bartlett2015-03-161-1/+3
* Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy2015-03-162-4/+4
* librpc: use WERROR in the clusapi interface.Günther Deschner2015-03-131-33/+33
* s3-rpcclient: add very basic clusapi client.Günther Deschner2015-03-133-1/+256
* s3:rpc_server/lsa: only return collision_info if filled in lsaRSetForestTrust...Stefan Metzmacher2015-03-121-1/+3
* lsa.idl: improve idl for lsa_ForestTrust*Record*Stefan Metzmacher2015-03-121-1/+1
* netlogon.idl: netr_ServerPasswordGet returns NTSTATUS not WERROR.Günther Deschner2015-03-121-3/+3
* s4:trust_utils: store new trust/machine passwords before trying it remotely.Stefan Metzmacher2015-03-121-10/+29
* s3:winbindd: make open_internal_lsa_conn() non staticStefan Metzmacher2015-03-122-3/+6
* s3:winbindd_cm: improve detection for the anonymous fallback.Stefan Metzmacher2015-03-121-0/+3
* s3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusteddom_pw()Stefan Metzmacher2015-03-121-1/+278
* s3:pdb_samba_dsdb: return the domain sid in pdb_samba_dsdb_get_trusteddom_pw()Stefan Metzmacher2015-03-121-0/+13
* s3:pdb_samba_dsdb: return the previous password and the kvno in pdb_samba_dsd...Stefan Metzmacher2015-03-121-19/+72
* s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2015-03-122-103/+0
* s3:libnet: use cli_credentials based functions in libnet_join_ok()Stefan Metzmacher2015-03-121-40/+25
* s3:auth_domain: make use of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-121-91/+10
* s3:auth_domain: fix talloc problem in connect_to_domain_password_server()Stefan Metzmacher2015-03-121-1/+6
* s3:rpcclient: make use of rpccli_[create|setup]_netlogon_creds_with_creds()Stefan Metzmacher2015-03-121-38/+19
* s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_sc...Stefan Metzmacher2015-03-121-8/+32
* s3:rpc_client: use cli_credentials based functions in cli_rpc_pipe_open_schan...Stefan Metzmacher2015-03-121-53/+15
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-124-4/+1
* s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher2015-03-121-0/+3
* brlock: Use 0 instead of empty initializer listChristof Schmitt2015-03-121-1/+1