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
2011-04-29
Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.
Jeremy Allison
1
-2
/
+10
2011-04-29
Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open
Jeremy Allison
1
-12
/
+49
2011-04-29
s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.
Günther Deschner
1
-0
/
+1
2011-04-29
s3-proto: remove duplicate prototypes.
Günther Deschner
1
-0
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
13
-0
/
+13
2011-04-29
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
3
-0
/
+3
2011-04-29
s3-build: remove some unused headers.
Günther Deschner
3
-6
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
6
-16
/
+16
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
6
-40
/
+40
2011-04-29
s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
Andrew Bartlett
1
-3
/
+3
2011-04-29
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
5
-14
/
+14
2011-04-29
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
5
-21
/
+21
2011-04-29
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
3
-15
/
+15
2011-04-26
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-04-25
No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...
Jeremy Allison
1
-23
/
+0
2011-04-25
Correctly detect and deny symlinks anywhere in a path (not just the last comp...
Jeremy Allison
1
-27
/
+60
2011-04-24
s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-28
/
+2
2011-04-23
s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-44
/
+5
2011-04-22
s3: Fix Coverity ID 2335, CHECKED_RETURN
Volker Lendecke
1
-1
/
+3
2011-04-22
Cosmetic. Fix bad indentation.
Jeremy Allison
1
-18
/
+18
2011-04-21
Remove duplicate code - move to parent_dirname() as a common function.
Jeremy Allison
1
-25
/
+14
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-5
/
+2
2011-04-20
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
1
-0
/
+3
2011-04-15
Use handle based xattr set if available.
Jeremy Allison
1
-4
/
+5
2011-04-15
Ensure vfs_chown_fsp() is safe against races.
Jeremy Allison
3
-6
/
+74
2011-04-14
Ensure change_dir_owner_to_parent() can't be raced.
Jeremy Allison
1
-1
/
+1
2011-04-14
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
Jeremy Allison
1
-0
/
+21
2011-04-14
s3: Fix smbd with the async echo responder
Volker Lendecke
1
-10
/
+13
2011-04-14
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-04-14
s3-lib Move strisnormal to it's only user in mangle_hash.c
Andrew Bartlett
1
-0
/
+13
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
13
-0
/
+13
2011-04-13
Don't print "success" message after error message in change_file_owner_to_par...
Jeremy Allison
1
-9
/
+8
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2
-0
/
+2
2011-04-13
s3: Make send_nt_replies() static
Volker Lendecke
2
-8
/
+4
2011-04-13
s3-lib Move strdup_w to it's only user in mangle_hash.c
Andrew Bartlett
1
-0
/
+19
2011-04-13
s3-lib Move isvalid83_w to mangle_hash.c
Andrew Bartlett
1
-0
/
+34
2011-04-11
s3-smbd: Added a become_user_by_session() function.
Andreas Schneider
2
-0
/
+19
2011-04-11
s3-smbd: Added a change_to_user_by_session() function.
Andreas Schneider
2
-74
/
+98
2011-04-08
Subtle change. Microsoft SMB2 tests return different access mask than for SMB...
Jeremy Allison
1
-1
/
+12
2011-04-05
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
2
-5
/
+4
2011-04-05
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
2
-3
/
+3
2011-04-05
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
3
-59
/
+34
2011-04-04
Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...
Jeremy Allison
1
-3
/
+3
2011-04-04
Note that check_parent_exists() doesn't change the contents of smb_fname (add...
Jeremy Allison
1
-1
/
+1
2011-04-04
s3-auth consolidate create_local_token() into make_server_info_krb5()
Andrew Bartlett
2
-37
/
+5
2011-04-03
s3: Fix bug 8042: File creation on OS/X
Volker Lendecke
1
-0
/
+3
2011-04-01
Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb...
Marc A. Dahlhaus
1
-0
/
+7
2011-03-30
Fix bug #7996 - sgid bit lost on folder rename.
Jeremy Allison
3
-1
/
+23
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-4
/
+7
2011-03-30
s3-smbd: try to fix the irix build.
Günther Deschner
1
-0
/
+1
[next]