index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
2011-08-02
1
-2
/
+2
*
s3: We only need base_name in map_open_params_to_ntcreate
Volker Lendecke
2011-07-29
1
-1
/
+2
*
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2011-07-20
1
-2
/
+2
*
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
2011-07-20
1
-7
/
+7
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-3
/
+3
*
Fix bug 8133 - strange behavior for the file (whose filename first character ...
Jeremy Allison
2011-05-20
1
-2
/
+3
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.
Jeremy Allison
2011-05-18
1
-10
/
+15
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-3
/
+3
*
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
2011-05-04
1
-2
/
+2
*
Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...
Jeremy Allison
2011-05-04
1
-1
/
+1
*
s3-proto: move more rpc_server prototypes out of proto.h
Günther Deschner
2011-05-02
1
-0
/
+1
*
Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.
Jeremy Allison
2011-04-29
1
-2
/
+10
*
Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open
Jeremy Allison
2011-04-29
1
-12
/
+49
*
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2011-04-29
1
-9
/
+9
*
s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
2011-04-24
1
-28
/
+2
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
1
-0
/
+1
*
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
2011-04-05
1
-3
/
+2
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-trans2: only include trans2.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...
Jeremy Allison
2011-03-26
1
-1
/
+1
*
Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...
Volodymyr Khomenko
2011-03-24
1
-1
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-20
/
+20
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
1
-9
/
+9
*
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
2011-02-09
1
-0
/
+1
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
1
-12
/
+4
*
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
2011-01-25
1
-4
/
+22
*
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
2011-01-25
1
-4
/
+4
*
Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...
Jeremy Allison
2011-01-20
1
-4
/
+8
*
Add in fsp->access_mask checks. Not required (underlying system does this)
Jeremy Allison
2010-11-24
1
-0
/
+38
*
s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.
Jelmer Vernooij
2010-11-12
1
-2
/
+2
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
Fix crash in SMB2 rename found by gentest. We must always have an lcomp
Jeremy Allison
2010-10-06
1
-1
/
+1
*
Fix crash in SMB2 rename found by gentest. We must always have an lcomp
Jeremy Allison
2010-10-06
1
-1
/
+1
*
s3: Lift smbd_server_conn from file_find_di_first
Volker Lendecke
2010-09-28
1
-2
/
+2
*
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
2010-08-31
1
-3
/
+3
*
Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"
Jeremy Allison
2010-08-26
1
-2
/
+2
*
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
2010-08-24
1
-2
/
+2
*
s3: Remove smbd_server_fd from send_trans2_replies
Volker Lendecke
2010-08-16
1
-2
/
+2
*
s3: use dump_data in query FILE_BASIC_UNIX_INFO
Volker Lendecke
2010-07-25
1
-8
/
+3
*
s3: Remove smbd_messaging_context() from smb_set_posix_lock()
Volker Lendecke
2010-07-05
1
-2
/
+2
*
s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1
Volker Lendecke
2010-06-12
1
-1
/
+1
[next]