index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-26
s3: Restore async i/o with the "native" AIO interface
Volker Lendecke
2
-4
/
+1
2012-06-26
s3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_tcon_table_init()
Stefan Metzmacher
1
-9
/
+24
2012-06-26
s3:smbXsrv_session: pass max_sessions explicitly for smbXsrv_session_table_in...
Stefan Metzmacher
1
-9
/
+24
2012-06-25
s3:smb2_sesssetup: make use of smb2srv_session_close_previous_send/recv
Stefan Metzmacher
1
-0
/
+66
2012-06-25
s3:smbXsrv_session: react on MSG_SMBXSRV_SESSION_CLOSE
Stefan Metzmacher
1
-0
/
+154
2012-06-25
s3:smbXsrv_session: add smb2srv_session_close_previous_send/recv
Stefan Metzmacher
2
-0
/
+208
2012-06-25
s3:smb2_sesssetup: inline gensec_session_info() call
Stefan Metzmacher
1
-25
/
+15
2012-06-25
s3:smb2_sesssetup: make use of gensec_update_send/recv
Stefan Metzmacher
1
-10
/
+35
2012-06-25
s3:smb2_sesssetup: inline most of smbd_smb2_session_setup()
Stefan Metzmacher
1
-130
/
+99
2012-06-25
s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...
Stefan Metzmacher
2
-12
/
+113
2012-06-25
s3:smb2_sesssetup: implement dynamic re-authentication and expire sessions
Stefan Metzmacher
2
-6
/
+129
2012-06-25
s3:smbd: remove now unused invalidate_all_vuids()
Stefan Metzmacher
2
-10
/
+0
2012-06-25
s3:smbd: remove now unused conn_close_all()
Michael Adam
2
-16
/
+0
2012-06-25
s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() i...
Michael Adam
1
-4
/
+32
2012-06-25
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
6
-274
/
+194
2012-06-25
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
8
-168
/
+182
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
18
-274
/
+179
2012-06-25
s3:smb2_sesssetup: add support for SMB 2.24/3.00 signing
Stefan Metzmacher
1
-0
/
+29
2012-06-25
s3:smb2_sesssetup: make use of the smbXsrv_session infrastructure
Stefan Metzmacher
4
-63
/
+138
2012-06-25
s3:smbXsrv_session: init and disconnect smbXsrv_tcon for SMB2/3
Stefan Metzmacher
1
-0
/
+20
2012-06-25
s3:smbd: add smbXsrv_tcon infrastructure
Stefan Metzmacher
3
-1
/
+1178
2012-06-25
sq smbXsrv_session_global_store no connection
Stefan Metzmacher
1
-6
/
+3
2012-06-25
s3:smbd: add smbXsrv_session infrastructure
Stefan Metzmacher
3
-0
/
+1162
2012-06-25
s3:smbd: add smbXsrv_version_* infrastructure
Stefan Metzmacher
3
-0
/
+270
2012-06-25
s3: Fix a typo
Volker Lendecke
2
-3
/
+3
2012-06-22
s3:smbd: fix warning in smbd_tevent_trace_callback() without profile support
Stefan Metzmacher
1
-0
/
+5
2012-06-21
Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).
Jeremy Allison
1
-0
/
+13
2012-06-21
s4-provision: Give better clues on what Samba needs for s3fs ACL support
Andrew Bartlett
1
-0
/
+15
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
5
-9
/
+9
2012-06-21
s3: Remove a user of procid_is_me
Volker Lendecke
1
-1
/
+2
2012-06-20
s3:smbd: fix the build with the --with-profiling-data option
Stefan Metzmacher
2
-3
/
+9
2012-06-19
Remove unused code now we set the correct command codes.
Jeremy Allison
2
-11
/
+0
2012-06-19
Fix warning: variable ‘in_start_time’ set but not used.
Jeremy Allison
1
-2
/
+0
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
2
-10
/
+0
2012-06-16
Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...
Jeremy Allison
1
-0
/
+9
2012-06-15
Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...
Jeremy Allison
1
-0
/
+6
2012-06-15
s3: Slightly simplify grant_fsp_oplock_type
Volker Lendecke
1
-1
/
+3
2012-06-15
s3:smb2_server: remember the request_time on an incoming request
Stefan Metzmacher
3
-0
/
+5
2012-06-15
s3:smbd: remember the request_time on an incoming request
Stefan Metzmacher
1
-0
/
+4
2012-06-15
s3:vfs: change files_struct.fnum from int to uint64_t
Michael Adam
1
-1
/
+1
2012-06-15
s3:smbd: change trans2.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-17
/
+17
2012-06-15
s3:smbd: change smb2_write.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-6
/
+6
2012-06-15
s3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-3
/
+4
2012-06-15
s3:smbd: change smb2_read.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-6
/
+6
2012-06-15
s3:smbd: change smb2_notify.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-2
/
+2
2012-06-15
s3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-6
/
+6
2012-06-15
s3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-2
/
+2
2012-06-15
s3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-4
/
+4
2012-06-15
s3:smbd: change smb2_flush.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-2
/
+2
2012-06-15
s3:smbd: change smb2_find.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-2
/
+2
[next]