libcliraw: Make smb_raw_write_recv public and include it in a public header.
[ddiss/samba.git] / source3 / smbd / proto.h
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
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... release-4-0-0alpha16 samba-4.0.0alpha16
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-20 Rusty Russellldb: replace 'struct TDB_DATA' with 'TDB_DATA'
2011-05-30 Michael Adams3:smbd/proto.h: add _SMBD_PROTO_H_ guard
2011-05-30 Michael Adams3:smbd/proto.h: add GPL/Copyright header
2011-05-30 Andrew Bartletts3-smbd Split conn.c into 3 files
2011-05-30 Andrew Bartletts3-smbd provide struct smbd_server_connection * to...
2011-05-20 Volker Lendeckes3: Fork the echo handler only after SMB1 negprot is...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-02 Günther Deschners3-smbd: avoid using pipes_struct when only session_inf...
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-04-13 Volker Lendeckes3: Make send_nt_replies() static
2011-04-11 Andreas Schneiders3-smbd: Added a become_user_by_session() function.
2011-04-11 Andreas Schneiders3-smbd: Added a change_to_user_by_session() function.
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-29 Günther Deschners3-prototyes: user_in_netgroup and user_in_list moved...
2011-03-29 Günther Deschners3-smbd: add smbd.h and move smbd prototypes to smbd...