summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-26s3-printing: remove print_parse_jobid()David Disseldorp2-20/+0
2012-06-26s3-printing: remove redundant variable setDavid Disseldorp1-3/+0
2012-06-26s3-printing: remove print_parse_jobid() calls from printing.cDavid Disseldorp1-21/+27
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp6-35/+35
2012-06-26s3-printing: remove print_parse_jobid() from print_cups.cDavid Disseldorp1-11/+1
2012-06-26s3-printing: store print jobid as part of struct printjobDavid Disseldorp2-13/+19
2012-06-26torture: add test for smbd print job spoolingDavid Disseldorp1-0/+73
2012-06-26s3-pdbtest: Fix pdbtest to compare the same fieldsAndrew Bartlett1-1/+1
2012-06-26s4-samldb: do not talloc_steal() the elements of the original requestAndrew Bartlett1-4/+10
2012-06-26s3-pdbtest: Report and handle errors in pdb->getsampwnam()Andrew Bartlett1-3/+5
2012-06-26s3-pdb_samba4: Allocate and free a talloc_stackframe() in pdb_samba4_replace_...Andrew Bartlett1-3/+10
2012-06-26s3: Restore async i/o with the "native" AIO interfaceVolker Lendecke2-4/+1
2012-06-26s3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_tcon_table_init()Stefan Metzmacher1-9/+24
2012-06-26s3:smbXsrv_session: pass max_sessions explicitly for smbXsrv_session_table_in...Stefan Metzmacher1-9/+24
2012-06-26tdb: finish weaning off err.h.Rusty Russell7-23/+28
2012-06-26s3:test_net_registry_check: eliminate "local" keyword in shellBjörn Jacke1-15/+15
2012-06-25s3:Makefile: use our "$MAKE" instead of "make" in our own MakefileBjörn Jacke1-2/+2
2012-06-25s3:selftest: run SMB2-SESSION-RECONNECTStefan Metzmacher2-1/+2
2012-06-25selftest/known: samba3.smb2.session.*reconnect passes nowStefan Metzmacher1-1/+0
2012-06-25s3:smb2_sesssetup: make use of smb2srv_session_close_previous_send/recvStefan Metzmacher1-0/+66
2012-06-25s3:smbXsrv_session: react on MSG_SMBXSRV_SESSION_CLOSEStefan Metzmacher1-0/+154
2012-06-25s3:smbXsrv_session: add smb2srv_session_close_previous_send/recvStefan Metzmacher2-0/+208
2012-06-25s3:smbXsrv.idl: add smbXsrv_session_close*Stefan Metzmacher1-0/+26
2012-06-25s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSEStefan Metzmacher1-0/+3
2012-06-25s3:smb2_sesssetup: inline gensec_session_info() callStefan Metzmacher1-25/+15
2012-06-25s3:smb2_sesssetup: make use of gensec_update_send/recvStefan Metzmacher1-10/+35
2012-06-25s3:smb2_sesssetup: inline most of smbd_smb2_session_setup()Stefan Metzmacher1-130/+99
2012-06-25s3:selftest: run raw.sessionStefan Metzmacher2-2/+3
2012-06-25s3:selftest: run rpc.samba3.smb-reauth1 and rpc.samba3.smb-reauth2Stefan Metzmacher1-0/+1
2012-06-25s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...Stefan Metzmacher2-12/+113
2012-06-25s3:selftest: run smbtorture3 SMB2-SESSION-REAUTHStefan Metzmacher2-0/+2
2012-06-25s3:selftest: run smb2.session as ntlm and krb5Stefan Metzmacher2-2/+6
2012-06-25selftest/knownfail: only reauth5 still failsStefan Metzmacher1-1/+1
2012-06-25s3:smb2_sesssetup: implement dynamic re-authentication and expire sessionsStefan Metzmacher2-6/+129
2012-06-25docs-xml: document "server max protocol" SMB3 and SMB3_00Stefan Metzmacher1-1/+10
2012-06-25docs-xml: fix reference from "server min protocol" to "server max protocol"Stefan Metzmacher1-1/+1
2012-06-25selftest/Samba3: 'server max protocol = SMB3'Stefan Metzmacher1-1/+1
2012-06-25lib/param: add "SMB3" as alias for PROTOCOL_SMB3_00Stefan Metzmacher1-0/+1
2012-06-25s3:smbd: remove now unused invalidate_all_vuids()Stefan Metzmacher2-10/+0
2012-06-25s3:smbd: remove now unused conn_close_all()Michael Adam2-16/+0
2012-06-25s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() i...Michael Adam1-4/+32
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher6-274/+194
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher10-170/+183
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher20-275/+180
2012-06-25s3:smb2_sesssetup: add support for SMB 2.24/3.00 signingStefan Metzmacher1-0/+29
2012-06-25s3:smb2_sesssetup: make use of the smbXsrv_session infrastructureStefan Metzmacher4-63/+138
2012-06-25s3:smbXsrv_session: init and disconnect smbXsrv_tcon for SMB2/3Stefan Metzmacher1-0/+20
2012-06-25s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher5-1/+1180
2012-06-25s3:smbXsrv.idl: add smbXsrv_tcon* structuresStefan Metzmacher1-0/+63
2012-06-25sq smbXsrv_session_global_store no connectionStefan Metzmacher1-6/+3