index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
smb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: We don't use DEFERRED_OPEN_ENTRY anymore
Volker Lendecke
2013-04-26
1
-2
/
+2
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
Happy New Year 2013
Stefan Metzmacher
2013-01-01
1
-1
/
+1
*
Revert "s3:smb: include "smbXsrv.h" before "vfs.h""
Stefan Metzmacher
2012-08-10
1
-6
/
+0
*
libcli/smb: move some TCON related defines to smb_constants.h
Stefan Metzmacher
2012-08-01
1
-9
/
+0
*
Add two flags to allow for handling of Extended Signatures (Session Key Prote...
Richard Sharpe
2012-08-01
1
-0
/
+2
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-61
/
+0
*
s3:smb: include "smbXsrv.h" before "vfs.h"
Michael Adam
2012-07-03
1
-0
/
+6
*
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
2012-06-25
1
-1
/
+0
*
s3:smbd: change FNUM_FIELD_INVALID from -1 to 0
Michael Adam
2012-06-15
1
-1
/
+1
*
s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum
Michael Adam
2012-06-15
1
-0
/
+2
*
s3:smb: change the value of TID_FIELD_INVALID from -1 to 0
Michael Adam
2012-06-06
1
-1
/
+1
*
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
2012-06-06
1
-0
/
+1
*
s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap index
Michael Adam
2012-06-06
1
-0
/
+2
*
s3:smb.h: fix a comment typo
Michael Adam
2012-06-06
1
-1
/
+1
*
s3:include: change current_user->vuid to uint64_t
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:include: move struct smb_request to vfs.h
Stefan Metzmacher
2012-06-06
1
-61
/
+0
*
s3:smbd: move struct user_struct to globals.h
Stefan Metzmacher
2012-06-06
1
-13
/
+0
*
s3:include: remove typedef user_struct
Stefan Metzmacher
2012-06-06
1
-2
/
+2
*
s3:smbd: move forward declaration of struct aio_extra to smbd.h
Stefan Metzmacher
2012-06-06
1
-3
/
+0
*
s3:include: remove unused forward declaration of deferred_open_record in smb.h
Stefan Metzmacher
2012-06-06
1
-3
/
+0
*
s3:smbd: move UCF_ defines to smbd.h
Stefan Metzmacher
2012-06-06
1
-9
/
+0
*
s3:include: move struct smb_filename to vfs.h
Stefan Metzmacher
2012-06-06
1
-10
/
+0
*
s3:include: move struct smb_file_time to vfs.h
Stefan Metzmacher
2012-06-06
1
-8
/
+0
*
s3:include: move struct connection_struct (and sub structs) to vfs.h
Stefan Metzmacher
2012-06-06
1
-94
/
+1
*
s3:include: move struct stream_struct to vfs.h
Stefan Metzmacher
2012-06-06
1
-10
/
+0
*
s3:include: move struct fd_handle/files_struct to vfs.h
Stefan Metzmacher
2012-06-06
1
-82
/
+0
*
s3:includes: move union unid_t to vfs.h
Stefan Metzmacher
2012-06-06
1
-5
/
+0
*
s3:smbd: move struct trans_state to smbd.h
Stefan Metzmacher
2012-06-06
1
-30
/
+0
*
s3:smbd: move struct privilege_paths to smbd.h
Stefan Metzmacher
2012-06-06
1
-9
/
+0
*
s3:smbd: make struct notify_change_buf private to notify.c
Stefan Metzmacher
2012-06-06
1
-20
/
+0
*
s3:printing: make struct print_file_data private to printspoolss.c
Stefan Metzmacher
2012-06-06
1
-9
/
+0
*
s3:smbd: make struct vfs_fsp_data private to vfs.c
Stefan Metzmacher
2012-06-06
1
-10
/
+0
*
s3:includes: move struct share_mode_lock to locking.h
Stefan Metzmacher
2012-06-06
1
-4
/
+0
*
s3:smbd: make typedef write_cache private to fileio.c
Stefan Metzmacher
2012-06-06
1
-9
/
+1
*
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
2012-06-05
1
-25
/
+0
*
s3:smbd: remove unused 'connection_struct->used'
Michael Adam
2012-05-22
1
-1
/
+0
*
s3: New notify implementation
Volker Lendecke
2012-04-17
1
-1
/
+1
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-5
/
+5
*
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
2012-04-05
1
-4
/
+0
*
s3: Add FILE_NOTIFY_CHANGE_ALL #define
Volker Lendecke
2012-03-22
1
-0
/
+8
*
s3: Move the notify_ctx to the smbd_server_connection
Volker Lendecke
2012-03-21
1
-1
/
+0
*
s3: Remove "conn" from sys_notify_context
Volker Lendecke
2012-03-21
1
-1
/
+0
*
s3: Add smb_request_done
Volker Lendecke
2012-03-10
1
-0
/
+5
*
s3: Remove unused smb_request->done
Volker Lendecke
2012-03-10
1
-2
/
+0
*
s3: Remove unused smb_request->chain_outbuf
Volker Lendecke
2012-03-10
1
-5
/
+0
*
Trivial Comment fix: Supply a missing word in a comment
Richard Sharpe
2012-03-01
1
-1
/
+1
*
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
2012-02-29
1
-0
/
+16
*
s3: smb_request->vwv can be const
Volker Lendecke
2012-02-23
1
-1
/
+1
*
Rename obscure defined constants.
Christopher R. Hertel (crh)
2012-02-16
1
-2
/
+2
[next]