s3:smbXsrv_open: add function smbXsrv_open_cleanup()
[bbaumbach/samba-autobuild/.git] / source3 / smbd / globals.h
2013-04-18 Gregor Becks3:smbXsrv_open: add function smbXsrv_open_cleanup()
2013-02-19 Stefan Metzmachers3:smbd: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Gregor Becks3:smbXsrv_open: add smbXsrv_open_global_traverse()
2013-02-08 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2012-10-19 Gregor Becks3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
2012-10-19 Gregor Becks3:smbXsrv_session: add smbXsrv_session_global_traverse()
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-09-13 Jeremy AllisonSigh :-(. Removing optimization prematurely is the...
2012-09-12 Jeremy AllisonRemove ancient "optimization" global LastDir.
2012-09-08 Stefan Metzmachers3:smbXsrv_open: add smb2srv_open_recreate() to support...
2012-08-23 Stefan Metzmachers3:smb2_break: encrypt OPLOCK BREAK notifications
2012-08-17 Stefan Metzmachers3:smb2_server: add SMB3 encryption support
2012-08-09 Stefan Metzmachers3:smb2_server: add smbd_smb2_request->do_encryption
2012-08-07 Stefan Metzmachers3:smb2_server: fix SMB2 signing of compound responses
2012-08-07 Stefan Metzmachers3:smb2_server: add some more SMBD_SMB2_* defines/macros
2012-08-06 Stefan Metzmachers3:smb2_server: make use of smbd_smb2_inbuf_parse_compo...
2012-08-06 Stefan Metzmachers3:smb2_server: remove const from smbd_smb2_first_negprot()
2012-08-05 Stefan Metzmachers3:smbd: add helper macros to access smb2req->{in,out...
2012-07-25 Stefan Metzmachers3:smb2_server: simplify the talloc_pool handling for...
2012-07-18 Volker Lendeckes3: Add a _nosync version of smb2_write_complete
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3: Add vfs_aio_posix
2012-07-18 Volker Lendeckes3: Remove the unused completion handling from aio.c
2012-07-18 Volker Lendeckes3: Properly handle shutdown with the _send/_recv based aio
2012-07-03 Michael Adams3:smbd:smb2: change smbXsrv_session0 to smbXsrv_sessio...
2012-06-30 Jeremy AllisonMake schedule_deferred_open_message_smb2() return an...
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-29 Stefan Metzmachers3:smbd: add smbXsrv_open* infrastructure
2012-06-28 Stefan Metzmachers3:smb2_server: implement credit granting similar to...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure we don't grant more credits...
2012-06-25 Stefan Metzmachers3:smbXsrv_session: add smb2srv_session_close_previous_...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_session for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of the smbXsrv_session...
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_tcon infrastructure
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_session infrastructure
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_version_* infrastructure
2012-06-20 Stefan Metzmachers3:smbd: fix the build with the --with-profiling-data...
2012-06-15 Stefan Metzmachers3:smb2_server: remember the request_time on an incomin...
2012-06-06 Stefan Metzmachers3:smbd: change user_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: change conn_ctx->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: move struct user_struct to globals.h
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-05-25 Stefan Metzmachers3:smbd: move global smbd_msg_state to smbXsrv_connection
2012-05-25 Stefan Metzmachers3:smbd: move global koplocks to smbd_server_connection
2012-05-25 Stefan Metzmachers3:smbd: move global oplocks vars to smbd_server_connection
2012-05-24 Stefan Metzmachers3:smbd: remove global 'smbd_server_conn' !!!
2012-05-11 Stefan Metzmachers3:smbd: introduce struct smbXsrv_connection
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-10 Christian Ambachs3:smb2_server add function to verify creditcharge
2012-03-10 Christian Ambachs3:smb2_server: add supports_multicredit to sconn
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_files' and 'files' directly under...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_connections' and 'connections' direc...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_users' and 'users' directly under...
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-04 Stefan Metzmachers3:smbd/globals.h: remove unused pollfd pointer
2012-02-16 Andrew Bartletts3-smbd Remove unused code now we always have SPNEGO...
2012-01-31 Stefan Metzmachers3:smbd: remove pending_auth_data logic
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-03 Volker Lendeckes3: Remove the unused "file_existed" parameter from...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-16 Stefan Metzmachers3:smbd: remove unused sconn_server_id()
2011-12-15 Stefan Metzmachers3:smbd/globals: remove unused msg_ctx_to_sconn()
2011-12-14 Stefan Metzmachers3:smbd/server: maintain the list of child processes...
2011-12-14 Stefan Metzmachers3:smbd/globals: change 'int am_parent' into 'struct...
2011-12-13 Stefan Metzmachers3:smbd/globals: remove unused extern declarations
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-12-12 Stefan Metzmachers3:smbd: remember the event context on smbd_server_conn...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-10-31 Stefan Metzmachers3:smb2_server: FLAG_CHAINED means we always use the...
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-21 Andrew Bartletts3-seal Remove struct smb_srv_trans_enc_ctx
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-14 Stefan Metzmachers3:smbd: remember the client unix capabilities on the...
2011-09-07 Stefan Metzmachers3:smb2_server: add smbd_smb2_request_verify_sizes()
2011-09-05 Stefan Metzmachers3:smb2_server: add basic support for SMB 2.1
2011-09-05 Stefan Metzmacherlibcli/smb: move smb2_signing.c to the toplevel
2011-08-31 Jeremy AllisonBased on metze's fix for Bug 8407 - SMB2 server can...
2011-08-31 Stefan Metzmachers3:smb2_server: keep compound_related on struct smbd_sm...
2011-08-10 Simo Sorces3-printing: Rework how the background process is started
2011-08-03 Andrew Bartletts3-auth use auth_generic_start to get full GENSEC in...
2011-08-02 Volker Lendeckes3: Move deferred_open_queue to smbd_server_connection
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-11 Stefan Metzmachers3:smbd: make smbd_calculate_access_mask() non-static
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-04 Andreas Schneiders3-smbd: Remove client_address from smbd_server_connect...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd process.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-06 Günther Deschners3: only include tdb headers where needed.
next