s4:rpc_server/lsa: rewrite lookup sids/names code to honor the given lookup level
[samba.git] / source3 /
2018-02-21 Stefan Metzmacherrpcclient: add lookupsids_level command
2018-02-21 Ralph Boehmerpcclient: fix variable initialisation and add parenthe...
2018-02-21 Stefan Metzmacherwinbindd: make use of talloc_zero_array() in wb_lookups...
2018-02-21 Stefan Metzmachers3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lo...
2018-02-21 Stefan Metzmachers3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lo...
2018-02-21 Stefan Metzmacherwinbindd: initialize type = SID_NAME_UNKNOWN in wb_look...
2018-02-21 Stefan Metzmacherwinbindd: don't split the rid for SID_NAME_DOMAIN sids...
2018-02-21 Björn Jackewscript: drop checks for setnetgrent/endnetgrent/getnet...
2018-02-21 Björn Jackes3: remove dead already commented code
2018-02-21 Andreas Schneiders3:auth: Pass mem_ctx to init_system_session_info()
2018-02-20 Andreas Schneiders3:auth: Pass mem_ctx to init_guest_session_info()
2018-02-20 Andreas Schneiders3:auth: Pass a mem_ctx to make_new_session_info_guest()
2018-02-20 Volker Lendecketldap: Dump unnecessary includes
2018-02-20 Andreas Schneidersmbspool: Improve URI handling code
2018-02-19 Andreas Schneidertests: Add tests for parsing LDAPv3 and LDAPv2 filter...
2018-02-19 Andreas Schneiders3:tldap: Comment code for to LDAP escaping version
2018-02-19 Andreas Schneiders3:tldap: Fix parsing LDAPv2 escaped strings
2018-02-19 Timur I. BakeyevRemove some bashisms from the test scripts
2018-02-15 Volker Lendeckewinbind: Don't send "server_id" explicitly for DUMP_DOM...
2018-02-15 Volker Lendeckewinbind: Don't explicitly send "server_id" for ONLINESTATUS
2018-02-14 Andreas Schneidersmbspool: Initialize empty_str on declaration
2018-02-13 Volker Lendeckenet: Slightly simplify net_lookup_dsgetdcname()
2018-02-13 Volker Lendeckedsgetdcname: Add some const
2018-02-13 Volker Lendeckelibsmb: Fix an error path memleak
2018-02-13 Volker Lendeckelibsmb: Fix destructor setup in unexpected.c
2018-02-13 Volker Lendeckenet: Add some {}
2018-02-13 Volker Lendeckesmbd: remove "id" from share_mode_entry
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly to send_break_to_none
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly to send_break_message()
2018-02-12 Volker Lendeckesrvsvc: Avoid a dependency on share_mode_entry->id
2018-02-12 Volker Lendeckesmbd: Avoid a dependency on share_mode_entry->id
2018-02-12 Volker Lendeckesmbd: Avoid a dependency on share_mode_entry->id
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly to message_to_share_mod...
2018-02-12 Volker Lendeckesmbd: Pass "file_id" explicitly into share_mode_entry_t...
2018-02-12 Volker Lendeckesmbd: Remove a redundant check
2018-02-12 Volker Lendeckesmbd: Use "share_mode_data->id", not "share_mode_entry...
2018-02-12 Volker Lendeckesrvsvc: Use the passed-in file_id
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into validate_my_share_entries
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into share_mode_str()
2018-02-12 Volker Lendeckesrvsvc: Use the passed-in file id, not the one from...
2018-02-12 Volker Lendeckesmbd: Pass "file_id" through share_entry_forall
2018-02-12 Volker Lendeckesmbd: Fix a signed/unsigned hickup
2018-02-12 Andreas Schneiderwinbindd: Initialize the domain groups member
2018-02-12 Andreas Schneiderwinbindd: Free is_parent before we terminate
2018-02-12 Andreas Schneiderwinbindd: Free memory before we exit the connect child
2018-02-12 Volker Lendeckewinbind: Improve child selection
2018-02-10 Stefan Metzmacherwinbindd: WBFLAG_PAM_AUTH_PAC should call add_trusted_d...
2018-02-10 Stefan Metzmacherwinbindd: rename winbindd_pam_auth_pac_send and let...
2018-02-10 Stefan Metzmacherwinbindd: complete WBFLAG_PAM_AUTH_PAC handling in...
2018-02-10 Stefan Metzmacherwinbindd: let winbindd_pam_auth_pac_send() compute...
2018-02-10 Stefan Metzmacherwinbindd: call add_trusted_domain_from_auth() in winbin...
2018-02-10 Stefan Metzmacherwinbindd: get netr_SamInfo6 out of winbindd_dual_pam_au...
2018-02-10 Stefan Metzmachers3/rpc_client: add map_info6_to_validation()
2018-02-10 Stefan Metzmachers3/auth: add create_info6_from_pac()
2018-02-10 Stefan Metzmacherwinbindd: allow validation level 6 in winbind_SamLogon
2018-02-10 Stefan Metzmachers3/rpc_client: add copy_netr_SamInfo6() and map_validat...
2018-02-10 Stefan Metzmacherwinbindd: introduce a cm_connect_netlogon_secure()...
2018-02-10 Stefan Metzmacherwinbindd: handle interactive logons in _winbind_SamLogon()
2018-02-10 Stefan Metzmacherwinbindd: pass 'bool interactive' to winbind_dual_SamLo...
2018-02-10 Stefan Metzmacherwinbindd: add a comment to a parameter in _winbind_SamL...
2018-02-10 Stefan Metzmacherwinbindd: separate plaintext given and interactive...
2018-02-10 Stefan Metzmachers3/rpc_client: add rpccli_netlogon_interactive_logon()
2018-02-10 Stefan Metzmacherwinbindd: add_trusted_domain_from_auth() should not...
2018-02-10 Stefan Metzmacherwinbindd: fix debug message in find_default_route_domai...
2018-02-10 Ralph Boehmewinbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to...
2018-02-10 Ralph Boehmewinbindd: use add_trusted_domains_dc in wb_imsg_new_tru...
2018-02-10 Ralph Boehmewinbindd: move loading of trusted domains on a DC to...
2018-02-10 Stefan Metzmacherwinbindd: don't force using LSA_LOOKUP_NAMES_ALL for...
2018-02-10 Stefan Metzmachers3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc...
2018-02-10 Stefan Metzmacherwinbindd: prepare find_lookup_domain_from_{name,sid...
2018-02-10 Stefan Metzmacherwinbindd: prepare find_auth_domain() transitive trusts...
2018-02-10 Stefan Metzmacherwinbindd: remove const from set_routing_domain()
2018-02-10 Stefan Metzmacherwinbindd: use Netlogon{Interactive,Network}TransitiveIn...
2018-02-10 Stefan Metzmachers3:rpc_client: allow passing NetlogonNetwork[Transitive...
2018-02-10 Stefan Metzmachers3:rpc_client: allow Netlogon{Network,Interactive}Trans...
2018-02-10 Ralph Boehmewinbindd: add routing_domain as parameter to add_truste...
2018-02-10 Stefan Metzmacherwinbindd: add missing can_do_ncacn_ip_tcp initialisation
2018-02-10 Stefan Metzmacherwinbindd: remove useless calls to get_trust_credentials...
2018-02-10 Stefan Metzmacherwinbindd: fix LSA connections via DCERPC_AUTH_SCHANNEL
2018-02-08 Volker Lendeckelib: Make g_lock_locks use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_dump use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_do use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_write_data use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_unlock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock_send use TDB_DATA
2018-02-06 Volker Lendeckelibads: Fix the build --without-ads
2018-02-03 Ralph Boehmes3/smbd: fix handling of delete-on-close on directories
2018-01-31 Volker Lendeckevfs_virusfilter: Fix CID 1428738 Macro compares unsigne...
2018-01-30 Volker Lendeckevfs_virusfilter: Fix CID 1428740 Macro compares unsigne...
2018-01-30 Volker Lendeckevfs_virusfilter: Fix CID 1428739 Buffer not null terminated
2018-01-30 Jeremy Allisons3: librpc: Allow client to correctly report etype...
2018-01-26 Jeremy Allisons3: ldap: Ensure the ADS_STRUCT pointer doesn't get...
2018-01-25 Trever L. AdamsSamba-VirusFilter: clean up dir check vfs_close and...
2018-01-25 Trever L. AdamsSamba-VirusFilter: fix virusfilter_vfs_close() crash
2018-01-25 Volker Lendeckelibnmb: Fix CID 1428474 Incorrect expression (COPY_PAST...
2018-01-24 Trever L. AdamsSamba-VirusFilter: clamav VFS and man page.
2018-01-24 Trever L. AdamsSamba-VirusFilter: F-Secure AntiVirus (fsav) VFS and...
2018-01-24 Trever L. AdamsSamba-VirusFilter: Sophos VFS backend.
2018-01-24 Trever L. AdamsSamba-VirusFilter: common headers and sources.
next