s4:lib: Add FALL_THROUGH statements in http.c
[metze/samba/wip.git] / source3 /
2018-03-01 Andreas Schneiders3:winbindd: Add FALL_THROUGH statements in idmap_autorid.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in ntlm_auth.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_registry_c...
2018-03-01 Andreas Schneiders3:smbd: Add FALL_THROUGH statements in reply.c
2018-03-01 Andreas Schneiders3:rpcclient: Add FALL_THROUGH statements in rpcclient.c
2018-03-01 Andreas Schneiders3:lsa: Add FALL_THROUGH statements in srv_lsa_nt.c
2018-03-01 Andreas Schneiders3:modules: Add FALL_THROUGH statements in getdate.c
2018-03-01 Andreas Schneiders3:libnet: Add FALL_THROUGH statements in libnet_join.c
2018-03-01 Andreas Schneiders3:rpc_server: Add FALL_THROUGH statements in rpc_server.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_rpc_conf.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_conf.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in regedit.c
2018-03-01 Andreas Schneiders3:smbd: Add FALL_THROUGH statements in trans2.c
2018-03-01 Andreas Schneiders3:smbd: Add FALL_THROUGH statements in nttrans.c
2018-03-01 Andreas Schneiders3:modules: Add FALL_THROUGH statements in vfs_acl_common.c
2018-03-01 Andreas Schneiders3:libsmb: Add FALL_THROUGH statements in dsgetdcname.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in util_sd.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in sysacls.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in cbuf.c
2018-03-01 Andreas Schneiders3:auth: Add FALL_THROUGH statements in pampass.c
2018-03-01 Andreas Schneiders3:auth: Add FALL_THROUGH statements in auth_sam.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in util_str.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in util_path.c
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in substitute_generic.c
2018-02-28 Stefan Metzmacherwinbindd: disable support for CROSS_ORGANIZATION domains
2018-02-26 Volker Lendeckewinbindd: Remove "DUMP_EVENT_LIST" message
2018-02-26 Poornima Gvfs_glusterfs: Fix the wrong pointer being sent in...
2018-02-24 Andreas Schneiders3:selftest: Run the smbtorture3 TLDAP test
2018-02-23 Jeremy Allisons3: smbd: Fix possible directory fd leak if the underly...
2018-02-23 Stefan Metzmacherwinbind: don't try to do an authenticated SMB connectio...
2018-02-23 Stefan Metzmacherwinbind: set_dc_type_and_flags() is not needed on a DC
2018-02-23 Stefan Metzmacherwinbind: make sure we don't contact trusted domains...
2018-02-23 Stefan Metzmacherwinbind: make sure we don't contact trusted domains...
2018-02-23 Stefan Metzmacherwinbind: let cm_connect_netlogon_transport() only work...
2018-02-23 Stefan Metzmacherwinbind: force the usage of schannel in cm_connect_lsa...
2018-02-23 Stefan Metzmachers3:smb_macros.h: add IS_AD_DC as addition to IS_DC
2018-02-23 Ralph Boehmevfs_fruit: use off_t, not size_t for TM size calculations
2018-02-23 Stefan Metzmacherwinbind: Use one queue for all domain children
2018-02-23 Volker Lendeckewinbind: Maintain a binding handle per domain and alway...
2018-02-23 Stefan Metzmacherwinbind: make choose_domain_child() static
2018-02-23 Stefan Metzmacherwinbind: add locator_child_handle() and use it instead...
2018-02-23 Stefan Metzmacherwinbind: add idmap_child_handle() and use it instead...
2018-02-23 Stefan Metzmacherwinbind: improve wb_domain_request_send() to use wb_dsg...
2018-02-23 Stefan Metzmacherwinbind: use state->{ev,request} in wb_domain_request_s...
2018-02-23 Stefan Metzmacherwinbind: avoid using fstrcpy(dcname,...) in _dual_init_...
2018-02-23 Stefan Metzmacherwinbind: cleanup winbindd_cli_state->pwent_state if...
2018-02-23 Stefan Metzmacherwinbind: cleanup winbindd_cli_state->grent_state if...
2018-02-23 Stefan Metzmacherwinbind: call lp_winbind_enum_{users,groups}() already...
2018-02-23 Stefan Metzmacherwinbind: protect a pending wb_child_request against...
2018-02-23 Stefan Metzmacherwinbind: use tevent_queue_wait_send/recv in wb_child_re...
2018-02-22 Stefan Metzmachers3:cliconnect.c: remove useless ';'
2018-02-22 Stefan Metzmachers3:libsmb: allow -U"\\administrator" to work
2018-02-22 Günther Deschnerbuild: fix libceph-common detection
2018-02-22 Douglas Bagnallutil/rfc1738_unescape(): return end pointer or NULL...
2018-02-21 Stefan Metzmacherwinbindd: implement wb_irpc_lsa_{LookupNames4,LookupSid...
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
next