s4:librpc/dcerpc_smb2: sync smb2_session_key() with smb_session_key()
[kai/samba.git] / source3 /
2012-08-01 Stefan Metzmachers3:libsmb: make use of smb1cli_session_set_session_key()
2012-08-01 Michael Adams3:ctdbd_conn: use unitX_t types consistently throughou...
2012-08-01 Richard SharpeAdd two flags to allow for handling of Extended Signatu...
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710791 Resource leak
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710803 Resource leak
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710818 Resource leak
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710827 Resource leak
2012-07-31 Volker Lendeckes3: Make request_timed_out() static
2012-07-31 Stefan Metzmachers3:smbd: do a clean shutdown during release_ip() after...
2012-07-31 Stefan Metzmachers3:smbd: use print_sockaddr() instead of client_socket_...
2012-07-31 Stefan Metzmachers3:smbd: move smbd_register_ips() next to release_ip()
2012-07-31 Stefan Metzmachers3:dbwrap_ctdb: initialize db_record->db
2012-07-30 Andrew Bartletts3-utils: Add cast to fix error found by -Werror=format
2012-07-29 Andrew Bartletts3-libsmbclient: Add missing talloc_stackframe() calls
2012-07-27 Andrew Bartlettlib/param: Rename "socket address" to "nbt client socke...
2012-07-27 Andrew Bartlettlib/param: Remove use of lp{cfg,}_socket_address outsid...
2012-07-27 Andrew Bartlettlib/param: Remove unused "paranoid server security"
2012-07-27 Andrew Bartlettparam: Make socket_address common, Revert 611ef42053eb9...
2012-07-27 Andrew Bartlettlib/param: Merge parameter tables into a common file
2012-07-27 Andrew Bartletts3-param: Merge "log file" parameter with lib/param
2012-07-27 Andrew Bartletts3-build: Make recursive waf build a developer build...
2012-07-27 Björn Jackes3:vlp: fix build on OS X
2012-07-26 Björn Jackes3: use libreplace in pthreadpooltest to fix some builds
2012-07-26 Björn Jackes3: add Darwin sendfile support and merge with the...
2012-07-26 Björn Jackes3:waf: add Darwin sendfile() test
2012-07-26 Björn Jackes3:configure: add Darwin sendfile() test
2012-07-26 Stefan Metzmachers3:smb2_negprot: return the current system time in...
2012-07-26 Stefan Metzmachers3:smbd: fix compiler warnings in notify_internal.c
2012-07-26 Stefan Metzmachers3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING...
2012-07-25 Stefan Metzmachers3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDA...
2012-07-25 Stefan Metzmachers3:smb2_ioctl: allow clients to send padding at the...
2012-07-25 Stefan Metzmachers3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224...
2012-07-25 Stefan Metzmacherlibcli/smb: pass smbXcli_session to smb2cli_tcon_set_va...
2012-07-25 Stefan Metzmachers3:libsmb: remove unused cli_state->smb2.pid
2012-07-25 Stefan Metzmacherlibcli/smb: there's no PID field in the SMB2/3 header...
2012-07-25 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_req_create...
2012-07-25 Stefan Metzmachers3:libsmb: remove unused tcon specific elements from...
2012-07-25 Stefan Metzmachers3:libsmb: remove cli_state->smb2.tid
2012-07-25 Stefan Metzmachers3:torture: remove unused shm_setup()
2012-07-25 Stefan Metzmachers3:torture: replace shm_setup() with anonymous_shared_a...
2012-07-25 Stefan Metzmachers3:smb2_server: simplify the talloc_pool handling for...
2012-07-25 David BindermanFix bug 9065: source3/registry/regfio.c: bad call to...
2012-07-24 Stefan Metzmachers3:torture/test_smb2: make a copy of smbXcli_tcon
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_query_info*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_set_info*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_flush*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_write*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_read*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_close*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_create*()
2012-07-24 Stefan Metzmachers3:libsmb: setup a smbXcli_tcon for SMB2
2012-07-24 Stefan Metzmacherlibcli/smb: pass down smbXcli_tcon to smb1cli_req_creat...
2012-07-24 Stefan Metzmachers3:libsmb: use a smbXcli_tcon instead of uint16_t cli_s...
2012-07-24 Stefan Metzmachers3:libsmb: make use of cli_state_[g|s]et_tid()
2012-07-24 Günther Deschners3-pdb: remove unused variables.
2012-07-24 Andrew Bartlettlib/param: Merge handling of security/domain master...
2012-07-24 Andrew Bartlettlib/param: Make lp_usershare_max_shares() a common...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-24 Andrew Bartlettlib/param: Rename param_enums.c to param_table.c
2012-07-24 Andrew Bartletts3-param: Merge parameter varaibles with lib/param
2012-07-24 Andrew Bartletts3-param: fix indent on cups encrypt
2012-07-24 Andrew Bartletts3-param: Merge a number of s4 parameters from lib...
2012-07-24 Andrew Bartlettparam: Make internal handler for 'server role' common
2012-07-24 Andrew Bartlettparam: Make the 'unicode' parameter common
2012-07-24 Jeremy AllisonRemove unused variable.
2012-07-23 Jeremy AllisonFix compiler warning message.
2012-07-23 Jeremy AllisonFix incorrect use of server as a talloc context.
2012-07-23 Jeremy AllisonFix unused variable.
2012-07-23 Jeremy AllisonFix compiler warning.
2012-07-23 Stefan Metzmacherlibcli/smb: pass down smbXcli_session to smb1cli_req_cr...
2012-07-23 Luk Claess3:libsmb: use cli_state_{g,s}et_uid instead of smb1...
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-23 Jeremy AllisonFix problem found by Andrew Bartlett - correctly check...
2012-07-23 Stefan Metzmacherlib/crypto: add aes_ccm_128
2012-07-23 Stefan Metzmachers3:test_smb2: copy the session_channel from the primary...
2012-07-23 Stefan Metzmachers3:smb2_tcon: reject access to shares mark as "smb...
2012-07-23 Guenther Deschners3-winbind: Fix idmap initialization debug message.
2012-07-23 Stefan Metzmachers3:smbd: if a fsp has fsp->deferred_close, clients...
2012-07-20 Jiri PopelkaUse ippGet/ippSet (accessors) for IPP API.
2012-07-20 Jeremy AllisonRemove source3/lib/pidfile.c
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonFix the configure build - add lib/util/pidfile.o into...
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-19 Andrew Bartletts3-param: Remove special case for lp_ctdbd_socket(...
2012-07-19 Andrew Bartlettlib/param: bring lp_smb_ports() into common by making...
2012-07-19 Andrew Bartletts3-param: Make lp_name_resolve_order() return a list
2012-07-19 Andrew Bartlettlib/param: bring lp_time_server() into common
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew Bartletts3-rpc_server: Remove make_server_info_info3() call...
2012-07-19 Andrew Bartlettselftest: Run unix.whomai against the machine acccount...
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-19 Andrew Bartletts4-torture: Allow unix.whoami to test against a member...
2012-07-19 Volker Lendeckes3-aio: Panic if we try to close a fsp with outstanding...
2012-07-18 Volker Lendeckes3-smb2: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3-smb1: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3: Add tevent_wait_send/recv
2012-07-18 Volker Lendeckes3: Slightly simplify reply_close()
next