s3:vfs_preopen: Change to a do-while loop and fix the check
[samba.git] / source3 /
2018-03-20 Andreas Schneiders3:vfs_preopen: Change to a do-while loop and fix the...
2018-03-20 Andreas Schneiders3:locking: Fix integer overflow check in posix_lock_in...
2018-03-20 Andreas Schneiders3:nmbd: Fix possible integer overflow
2018-03-20 Andreas Schneiders3:rpcclient: Fix size types
2018-03-20 Andreas Schneiders3:rpc_server: Fix size types in spoolss
2018-03-20 Andreas Schneiders3:passdb: Fix size types
2018-03-20 Andreas Schneiders3:modules: Fix size type in getdate
2018-03-20 Andreas Schneiders3:nmbd: Fix size type in nmbd_browsesync.c
2018-03-20 Andreas Schneiders3:utils: Fix size type in log2pcaphex
2018-03-20 Andreas Schneiders3:rpc_server: Fix size types in srvsvc
2018-03-20 Andreas Schneiders3:vfs_nettalk: Fix size types
2018-03-20 Andreas Schneiders3:winbindd: Fix size types in idmap_tdb_common
2018-03-20 Andreas Schneiders3:printing: Fix size type in printing_db
2018-03-20 Andreas Schneiders3:avahi: Fix size types
2018-03-20 Andreas Schneiders3:client: Fix size types
2018-03-20 Andreas Schneiders3:libsmb: Fix size types in nmblib
2018-03-20 Andreas Schneiders3:param: Fix size types
2018-03-20 Andreas Schneiders3:libads: Fix size types in kerberos functions
2018-03-20 Swen Schilligs3: Fix possible mem leak
2018-03-20 Stefan Metzmacherpdb_samba_dsdb: make use of dom_sid_is_valid_account_do...
2018-03-19 Stefan Metzmachers3:libsmb/samlogon_cache: zero session keys before...
2018-03-19 Stefan Metzmachers3:auth: support AUTH_SESSION_INFO_NTLM in finalize_loc...
2018-03-19 Stefan Metzmachers3:auth: make use of create_builtin_guests() in finaliz...
2018-03-19 Stefan Metzmachers3:libnet_join: make use of create_builtin_guests()
2018-03-19 Stefan Metzmachers3:passdb: add create_builtin_guests()
2018-03-19 Stefan Metzmachers3:auth: rename "guest" methods to "anonymous"
2018-03-19 Simo SorceRevert "Use "localhost" to be ipv6 only friendly"
2018-03-19 Simo SorceUse "localhost" to be ipv6 only friendly
2018-03-16 Ralph Boehmeselftest: run vfs.fruit_netatalk test against seperate...
2018-03-16 Jeremy Allisons3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl...
2018-03-16 Jeremy Allisons3: smbd: vfs_fruit: Replace code in check_ms_nfs(...
2018-03-16 Jeremy Allisons3: smbd: vfs_fruit: Add remove_virtual_nfs_aces()...
2018-03-16 Stefan Metzmachertest_smbclient_s3.sh: force LANG=C during test_utimes()
2018-03-16 Ralph Boehmes3: gse: use "gensec_gssapi:requested_life_time"
2018-03-16 Anton Nefedov via... s3:smbd: map nterror on smb2_flush errorpath
2018-03-16 Stefan Metzmachers3:auth: make use of make_{server,session}_info_anonymous()
2018-03-15 Stefan Metzmachers3:rpc_server: make use of make_session_info_anonymous()
2018-03-15 Stefan Metzmachers3:auth: add make_{server,session}_info_anonymous()
2018-03-15 Stefan Metzmachers3:auth: pass the whole auth_session_info from copy_ses...
2018-03-15 Stefan Metzmachers3:auth: base make_new_session_info_system() on auth_sy...
2018-03-15 Stefan Metzmachers3:auth: add auth3_user_info_dc_add_hints() and auth3_s...
2018-03-15 Stefan Metzmachers3:auth: remove static from finalize_local_nt_token()
2018-03-15 Stefan Metzmachers3:auth: pass AUTH_SESSION_INFO_* flags to finalize_loc...
2018-03-15 Stefan Metzmachers3:auth: don't try to expand system or anonymous tokens...
2018-03-15 Stefan Metzmachers3:auth: add add_builtin_guests() handling to finalize_...
2018-03-15 Stefan Metzmachers3:auth: only call secrets_fetch_domain_sid() once...
2018-03-15 Stefan Metzmachers3:passdb: handle dom_sid=NULL in create_builtin_{users...
2018-03-15 Stefan Metzmachers3:auth: move add_local_groups() out of finalize_local_...
2018-03-15 Stefan Metzmachers3:auth: add the "Unix Groups" sid for the primary gid
2018-03-15 Stefan Metzmachers3:auth: remove unused auth_serversupplied_info->system
2018-03-15 Stefan Metzmachers3:selftest: run SMB2-ANONYMOUS
2018-03-15 Stefan Metzmachers3:torture: add SMB2-ANONYMOUS which asserts no GUEST...
2018-03-15 Ralph Boehmewinbindd: add retry to _winbind_SendToSam
2018-03-15 Ralph Boehmewinbindd: add retry to _winbind_DsrUpdateReadOnlyServer...
2018-03-15 Ralph Boehmewinbindd: add retry to _wbint_DsGetDcName
2018-03-15 Ralph Boehmewinbindd: add retry to _wbint_LookupSids()
2018-03-15 Ralph Boehmewinbindd: use reset_cm_connection_on_error() instead...
2018-03-15 Ralph Boehmewinbindd: fix logic calling dcerpc_binding_handle_is_co...
2018-03-15 Ralph Boehmewinbindd: call dcerpc_binding_handle_is_connected(...
2018-03-15 Ralph Boehmewinbindd: force netlogon reauth for certain errors...
2018-03-15 Ralph Boehmewinbindd: call reset_cm_connection_on_error() from...
2018-03-15 Ralph Boehmewinbindd: make reset_cm_connection_on_error() public
2018-03-15 Ralph Boehmewinbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_...
2018-03-15 Ralph Boehmewinbindd: add and use ldap_reconnect_need_retry() in...
2018-03-15 Volker Lendeckewinbind: Keep "force_reauth" in invalidate_cm_connection
2018-03-15 Volker Lendeckewinbind: Add smbcontrol disconnect-dc
2018-03-15 Volker Lendeckeutils: Add destroy_netlogon_creds_cli
2018-03-13 Jeremy AllisonCVE-2018-1050: s3: RPC: spoolss server. Protect against...
2018-03-12 Swen Schilligs3: Fix max indentation and max column
2018-03-08 Jeremy Allisons3: vfs_fruit. Change check_ms_nfs() to remove the...
2018-03-07 Jeremy Allisons3: vfs_fruit. If the security descriptor was modified...
2018-03-07 Jeremy Allisons3: vfs_fruit: Ensure we operate on a copy of the incom...
2018-03-07 Jeremy Allisons3: vfs_fruit. Ensure we only return one set of the...
2018-03-02 Andreas Schneiders3:tests: Skip smbd error test if we do not log to...
2018-03-02 Noel Powers3:libads: 'net ads keytab create' shouldn't write...
2018-03-02 Noel Powers3:utils: Modify default behaviour of 'net ads keytab...
2018-03-02 Noel Powers3:libads: add param to prevent writing spn(s) to ads
2018-03-02 Noel Powers3:libads: Allow 'net ads keytab add' handle Windows...
2018-03-02 Noel Powers3:libads: Allow 'net ads keytab add' handle Windows...
2018-03-02 Noel Powers3:utils: add new 'net ads setspn delete' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn add' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn list' subcommand
2018-03-02 Noel Powers3:libads: change ads_add_service_principal_name implem...
2018-03-02 Noel Powers3:libads: Add a basic Windows SPN parser.
2018-03-02 Noel Powers3:libads: Clean up code a little rename 'ads_get_samac...
2018-03-02 Noel Powers3:libads: ads_get_dnshostname & ads_get_samaccountname...
2018-03-01 Andreas Schneiders3:smbd: Do not crash if we fail to init the session...
2018-03-01 Dan Robertsonlibsmb: Use smb2 tcon if conn_protocol >= SMB2_02
2018-03-01 Volker Lendeckewinbind: Fix --ping-dc error handling
2018-03-01 Volker Lendeckewinbind: Fix a race between the sigchld and 0-sized...
2018-03-01 Volker Lendeckewinbind: Remove the "winbindd_children" global
2018-03-01 Volker Lendeckewinbind: Use forall_children in reinit_after_fork()
2018-03-01 Volker Lendeckewinbind: Use forall_children in winbind_msg_ip_dropped_...
2018-03-01 Volker Lendeckewinbind: Use forall_domain_children in winbind_msg_online
2018-03-01 Volker Lendeckewinbind: Use forall_domain_children in winbind_msg_offl...
2018-03-01 Volker Lendeckewinbind: Remove unused winbindd_internal_child()
2018-03-01 Volker Lendeckewinbind: "internal" children never have a domain set
2018-03-01 Volker Lendeckewinbind: Use forall_children in winbind_child_died()
2018-03-01 Volker Lendeckewinbind: Implement forall_children()
2018-03-01 Andreas Schneiderlibsmb: Remove incorrect fall through comment in trusts...
next