wafsamba: use -Werror=declaration-after-statement if available
[mat/samba.git] / source3 /
2014-04-02 Stefan Metzmachers3:winbindd: avoid argv related const warnings
2014-04-02 Stefan Metzmachers3:utils: explicitly check the return value of fscanf...
2014-04-02 Stefan Metzmachers3:utils: check the status of open_socket_out() correct...
2014-04-02 Stefan Metzmachers3:utils: use char packet[] in smbfilter.c to avoid...
2014-04-02 Stefan Metzmachers3:utils: avoid argv related const warnings
2014-04-02 Stefan Metzmachers3:torture: avoid compiler warnings in vfstest.c
2014-04-02 Stefan Metzmachers3:torture: check the result of cli_nt_delete_on_close_...
2014-04-02 Stefan Metzmachers3:torture: remove unused variables in test_buffersize.c
2014-04-02 Stefan Metzmachers3:torture: avoid explicit casting and compiler warning...
2014-04-02 Stefan Metzmachers3:smbd: let srvstr_pull_req_talloc() take 'const uint8...
2014-04-02 Stefan Metzmachers3:smbd: avoid compiler warnings in smbd_tevent_trace_c...
2014-04-02 Stefan Metzmachers3:registry: fix invalid pointer type warning in reg_fo...
2014-04-02 Stefan Metzmachers3:lib/netapi/examples: remove unused variables
2014-04-02 Stefan Metzmachers3:lib/netapi/examples: fix const warnings in netlogon_...
2014-04-02 Stefan Metzmachers3:lib/netapi/examples: fix invalid pointer value warni...
2014-04-02 Stefan Metzmachers3:lib/netapi: fix some incompatible pointer type warni...
2014-04-02 Stefan Metzmachers3:lib/smbconf: fix const warnings in testsuite.c
2014-04-02 Stefan Metzmachers3:lib: fix a const warning in client_match()
2014-04-02 Christof SchmittRename module init functions from samba_init_module
2014-04-02 Andrew Bartlettlibsmbclient: Wrap more function calls in talloc_stackf...
2014-04-01 Andrew Bartlettpam_smbpass: Wrap calls in talloc_stackframe() to avoid...
2014-04-01 Andrew Bartlettlibsmb: Provide a talloc_stackframe() to external users...
2014-04-01 Andreas Schneiders3-smbd: Align debug level for the same information.
2014-04-01 Andreas Schneiders3-nmbd: Align debug level for the same information.
2014-03-31 David Disseldorprpcclient: abort shadow-copy set on commit failure
2014-03-31 David Disseldorprpcclient: append a trailing slash to FSRVP request...
2014-03-31 Volker Lendecketdb_wrap: Remove tdb_wrap_open_ again
2014-03-31 Volker Lendeckemutex: Avoid passing lp_ctx to tdb_wrap_open in grab_na...
2014-03-31 Volker Lendeckedbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_ope...
2014-03-31 Volker Lendeckeserverid: Avoid passing lp_ctx to tdb_wrap_open in...
2014-03-31 Volker Lendeckevfs: Avoid passing lp_ctx to tdb_wrap_open in posix_ead...
2014-03-31 Volker Lendeckemessaging: Avoid passing lp_ctx to tdb_wrap_open in...
2014-03-31 Volker Lendeckemessaging: Avoid passing lp_ctx to tdb_wrap_open in...
2014-03-31 Gregor Becks3:rpcclient: fix build without HAVE_IPV6
2014-03-27 Volker Lendeckesmbd: Use asys_results
2014-03-27 Volker Lendeckeasys: Allow multiple results to be received
2014-03-27 Volker Lendeckepthreadpool: Allow multiple jobs to be received
2014-03-27 Volker Lendeckepthreadpool: Avoid a malloc/free per job
2014-03-27 Volker Lendeckepthreadpool: Add a simple benchmark
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Andrew Bartlettselftest: Remove print_smbtorture4_version and smbtortu...
2014-03-25 Björn Baumbachs3-nmbd: reset debug settings after reading config...
2014-03-25 Jeremy Allisons3: smbd: Factor out code that calls getgroups_unix_use...
2014-03-24 Stefan Metzmachers3:build: remove global CLUSTER_SUPPORT define
2014-03-24 Stefan Metzmachers3:wscript: only build ctdb_dummy.c if we have no clust...
2014-03-24 Stefan Metzmachers3:wscript: only fill in CTDB_CFLAGS instead of config.h
2014-03-24 Stefan Metzmachers3:wscript: don't add ctdb include dir globally
2014-03-24 Stefan Metzmachers3:serverid: use ctdb_serverids_exist_supported() runti...
2014-03-24 Stefan Metzmachers3:ctdb_conn: only use ctdb_protocol.h or ctdb_private...
2014-03-24 Stefan Metzmachers3:lib: add cluster_support_[available|features]()
2014-03-24 Stefan Metzmachers3:param: move lp_ctdbd_socket() to ctdbd_conn.c
2014-03-24 Stefan Metzmachers3:lib: move all ctdb related dummy functions to ctdb_d...
2014-03-24 Stefan Metzmachers3:ctdbd_conn: always provide ctdb_serverids_exist()
2014-03-24 Stefan Metzmachers3:ctdbd_conn: add ctdb_serverids_exist_supported()
2014-03-24 Stefan Metzmachers3:wscript: create a libsamba-cluster-support.so
2014-03-21 Volker Lendeckesmbd: Remove unused "share_mode_data->id"
2014-03-21 Volker Lendeckesmbd: Keep "the_lock"s file id separately
2014-03-21 Volker Lendeckesmbd: Avoid checking the_lock->id for fresh locks
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2014-03-21 Volker Lendeckesmbd: Use fsp->file_id in open_file_ntcreate
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to schedule_defer_open
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_open_files
2014-03-21 Jeremy Allisons3: smbd: Ensure we always go via getgroups_unix_user...
2014-03-20 Andreas Schneiders3-rpc_server: Fix handling of fragmented rpc requests.
2014-03-18 Jeremy Allisons3: smbd: Fileserving share access checks.
2014-03-14 Christian Ambachs3:modules/vfs_gpfs add gpfs:recalls option
2014-03-13 Bjoern Baumbachs3-libads: Use the IP instead of the name.
2014-03-13 Andreas Schneiders3-auth: Steal the memory to avoid duplication.
2014-03-13 Andreas Schneiders3-auth: Do not leak tmp_ctx if make_server_info()...
2014-03-13 Simo Sorces3-auth: Make is_null_sid() check easier to read.
2014-03-13 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-03-13 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-03-13 Andrew BartlettCVE-2013-4496:s3-samr: Block attempts to crack password...
2014-03-12 Stefan Metzmachers3:smb2_tcon: cancel and wait for pending requests...
2014-03-12 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-03-12 Jeremy Allisons3:smb2_tcon: split smbd_smb2_tdis into an async *_send...
2014-03-12 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-03-12 Stefan Metzmachers3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCEL...
2014-03-12 Stefan Metzmachers3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_ca...
2014-03-12 Günther Deschners3-net: add a new "net ads kerberos pac save" tool.
2014-03-12 Günther Deschners3-net: modify the current "net ads kerberos pac" command.
2014-03-12 Günther Deschners3-kerberos: let kerberos_return_pac() return a PAC...
2014-03-12 Günther Deschners3-kerberos: return a full PAC in kerberos_return_pac().
2014-03-12 Günther Deschners3-net: allow to provide custom local_service in "net...
2014-03-12 Günther Deschners3-net: change the way impersonation principals are...
2014-03-12 Günther Deschners3-libads: pass down local_service to kerberos_return_p...
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-03-11 Volker Lendeckegencache: Add gencache values to memcache
2014-03-11 Ralph Boehmevfs_catia: add chmod()
2014-03-11 Ralph BoehmeAdd usable stream name defines
2014-03-11 Ralph BoehmeFix a typo
2014-03-08 Andrew Bartlettbuild: Make order of arguments clearer by explicitly...
2014-03-08 Andrew Bartlettbuild: Do not rely on sys.platform for ACL tests, combi...
2014-03-08 Noel PowerFor FSRVP use textual error messages instead of hex...
2014-03-07 Günther Deschners3-kerberos: remove unused kdc_name from create_local_p...
2014-03-07 Günther Deschners3-kerberos: remove print_kdc_line() completely.
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: don't assume that req->out.vector is...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_generate_outbody...
next