s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuid
[kai/samba.git] / source3 / smbd / proto.h
2012-06-06 Stefan Metzmachers3:smbd: let conn_clear_vuid_caches() take a uint64_t...
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-06-06 Stefan Metzmachers3:include: move some prototypes (e.g. smb_register_vfs...
2012-06-06 Stefan Metzmachers3:smbd: add change_notify_fsp_has_changes()
2012-06-06 Stefan Metzmachers3:smbd: fcb_or_dos_open() can be static
2012-06-06 Stefan Metzmachers3:smbd: add vfs_remove_all_fsp_extensions()
2012-06-03 Stefan Metzmachers3:smbd: make conn_close_all() a void function
2012-05-25 Stefan Metzmachers3:smbd: pass smbd_server_connection to should_notify_d...
2012-05-25 Stefan Metzmachers3:smbd: remove unused get_number_of_exclusive_open_opl...
2012-05-24 Stefan Metzmachers3:smbd: remove global 'smbd_server_conn' !!!
2012-05-24 Stefan Metzmachers3:smbd/files: split file_init_global() out of file_init()
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass allow_broken_path to resolve_dfspat...
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass 'allow_broken_path' to get_referred...
2012-05-24 Stefan Metzmachers3:smbd/msdfs: let create_conn_struct() also fake the...
2012-05-23 Stefan Metzmachers3:smbd/proto.h: remove unused resolve_dfspath() prototype
2012-05-23 Stefan Metzmachers3:smbd: add nt_status_np_pipe()
2012-05-16 Stefan Metzmachers3:onefs: remove all onefs related code as it not maint...
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-12 Jeremy AllisonRemove cancel_aio_by_fsp(). It can never work and could...
2012-04-11 Christian Ambachs3:smbd add seperate function to initialize kernel...
2012-04-09 Volker Lendeckes3: Move the aio signal init to the vfs module
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-04 Jeremy AllisonFirst part of fix for bug 8837 - smbd crashes when...
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-22 Christof Schmitts3:vfs_gpfs: Export disk_norm function
2012-03-21 Volker Lendeckes3: Remove "conn" param from notify_init()
2012-03-21 Volker Lendeckes3: Remove "conn" param from sys_notify_context_create
2012-03-21 Volker Lendeckes3: Pass "conn" to sys_notify_watch()
2012-03-21 Volker Lendeckes3: Pass "conn" to notify_add()
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-15 Volker Lendeckes3: Remove the separate server_id arg to notify_init
2012-03-10 Volker Lendeckes3: Add smb_request_done
2012-03-10 Volker Lendeckes3: Remove "req_wct_ofs()"
2012-03-10 Volker Lendeckes3: Remove chain_reply
2012-03-10 Volker Lendeckes3: Add a new set of andx chain handling routines
2012-03-07 Andrew Bartletts3-smbd make change_to_user_by_session static
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-03-01 Jeremy AllisonAdd accessor functions to set a bool "priv" on a direct...
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-29 Jeremy AllisonAdd check_reduced_name_with_privilege(), filename_conve...
2012-02-25 Jeremy AllisonMake dptr_path() and dptr_wcard() const.
2012-01-31 Stefan Metzmachers3:smbd: remove unused code from sesssetup.c
2012-01-20 Stefan Metzmachers3:smbd/proto.h: remove unused do_map_to_guest() prototype
2012-01-18 Jeremy AllisonFix bug 8710 - connections.tdb - major leak with SMB2.
2011-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-12-15 Stefan Metzmachers3:smbd: split ID_CACHE_* message handling into parent...
2011-12-14 Stefan Metzmachers3:smbd/oplock: make process_oplock_async_level2_break_...
2011-12-14 Stefan Metzmachers3:smbd: remove unused smbd_messaging_context()
2011-12-13 Stefan Metzmachers3:smbd: pass smbd_server_connection to smbd_setup_sig_...
2011-12-13 Stefan Metzmachers3:smbd: pass smbd_server_connection to smbd_setup_sig_...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to onefs_in...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to linux_in...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to irix_ini...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to init_opl...
2011-12-13 Volker Lendeckes3: Move can_delete_directory to smbd/, remove shim
2011-12-13 Volker Lendeckes3: Move can_set_delete_on_close to smbd/
2011-12-13 Stefan Metzmachers3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_s...
2011-12-13 Stefan Metzmachers3:smbd: add connections_snum_used()
2011-11-16 Jeremy AllisonFinal part of patchset to fix bug #8556 - ACL permissio...
2011-11-15 Stefan Metzmachers3:smbd/aio: add cancel_smb2_aio()
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy Allisonsmb1_file_se_access_check() is now static to smbd/open.c
2011-11-04 Jeremy AllisonRevert "Change function signature of check_parent_acces...
2011-11-01 Jeremy AllisonChange function signature of check_parent_access()...
2011-10-22 Jeremy AllisonSecond part of fix for bug #8541 - readlink() on Linux...
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Günther Deschners3: remove some dead prototypes.
2011-10-12 Gregor Becks3:smbcontrol: let smbd pass the idmap msg to its child...
2011-10-12 Gregor Becks3: factor out messaging_send_to_children()
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from create_junction
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from get_referred_path
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from create_conn_struct
2011-09-14 Stefan Metzmachers3:smbd: make use of better SMB signing negotiation
2011-09-05 Andreas Schneiders3-smbd: Rename reload_printers() and add documentation.
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to (unused) server_encr...
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_encrypt_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_decrypt_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_free_enc_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to is_encrypted_packet
2011-08-21 Andreas Schneiders3-id_cache: Use better names for id cache management ops
2011-08-21 Andreas Schneiders3-id_cache: Move id caches mgmt out of smbd
2011-08-09 Andreas Schneiders3-smbd: Pass tevent context to smbd_server_connection_...
2011-08-05 Volker Lendeckes3: Make srv_enc_ctx static
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to schedule_deferred_open_mes...
2011-08-02 Volker Lendeckes3: Explicitly pass sconn to remove_deferred_open_messa...
2011-08-02 Simo Sorces3:smbd - Move printing queue stuff
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
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-04 Andrew Bartletts3-lib Move event_add_idle() to source3/lib/events.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
next