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
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
2008-08-20
2
-0
/
+17
*
Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...
Jeremy Allison
2008-08-14
1
-1
/
+2
*
Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.
Jeremy Allison
2008-08-14
1
-0
/
+2
*
smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...
Michael Adam
2008-08-13
1
-1
/
+3
*
added a explanatory comment on tcon check
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2008-08-13
2
-5
/
+13
*
fixed child exit handling and IP release handling
Andrew Tridgell
2008-08-13
1
-1
/
+3
*
log unclean shutdowns
Andrew Tridgell
2008-08-13
1
-0
/
+1
*
register the ctdbd reconfigure message
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-7
/
+0
*
Make sure to always set errno on error path in OpenDir (and hence scan_direct...
Michael Adam
2008-08-12
1
-0
/
+1
*
Fix unix_convert() for "*" after changing map_nt_error_from_unix().
Michael Adam
2008-08-12
1
-1
/
+1
*
I found lots of places where we assume error will be set when calling
Andrew Tridgell
2008-08-12
1
-2
/
+2
*
fix smb_len calculation for chained requests
Volker Lendecke
2008-08-10
1
-3
/
+5
*
Fix andx offset calculation for more than 2 chained requests
Volker Lendecke
2008-08-10
1
-1
/
+7
*
Fix a debug message
Volker Lendecke
2008-07-27
1
-1
/
+1
*
Remove a pointless CONST_DISCARD
Volker Lendecke
2008-07-27
1
-1
/
+1
*
Make create_conn_struct() public
Volker Lendecke
2008-07-27
1
-1
/
+1
*
Fix bug creating files using DOS clients with mixed
Jeremy Allison
2008-07-25
1
-1
/
+1
*
If we're not allowing streams on this conn ptr,
Jeremy Allison
2008-07-24
1
-0
/
+5
*
Fix various build warnings
Zach Loafman
2008-07-22
1
-1
/
+2
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Introduce is_known_pipename
Volker Lendecke
2008-07-19
2
-46
/
+2
*
Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...
Jeremy Allison
2008-07-03
1
-14
/
+26
*
Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.
Jeremy Allison
2008-07-01
1
-1
/
+1
*
Let send_trans_reply work on only the inbuf
Volker Lendecke
2008-06-28
2
-53
/
+56
*
Factor out create_outbuf, creating an outbuf just given an inbuf
Volker Lendecke
2008-06-28
1
-9
/
+20
*
Fix a debug message
Volker Lendecke
2008-06-26
1
-1
/
+1
*
Remove current_user reference from printfsp.c
Volker Lendecke
2008-06-26
2
-2
/
+2
*
remove unused extern current_user from lanman.c
Volker Lendecke
2008-06-26
1
-2
/
+0
*
Change print_access_check to take auth_serversupplied_info instead of current...
Volker Lendecke
2008-06-26
1
-6
/
+12
*
smbd: untangle logic in smbd_messaging_context() slightly.
Michael Adam
2008-06-26
1
-2
/
+5
*
smbd: don't panic if messaging_init() fails but return NULL
Michael Adam
2008-06-26
1
-1
/
+1
*
Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.c
Volker Lendecke
2008-06-24
1
-17
/
+53
*
Remove the "exists" parameter from create_msdfs_link
Volker Lendecke
2008-06-22
1
-11
/
+11
*
Reduce memory usage in form_junctions() a little bit
Volker Lendecke
2008-06-22
1
-0
/
+1
*
Fix an abort in junction_to_local_path
Volker Lendecke
2008-06-22
1
-1
/
+1
*
Fix a crash in _dfs_Enum
Volker Lendecke
2008-06-22
1
-0
/
+2
*
Fix an uninitialized variable access in callers of parse_msdfs_symlink
Volker Lendecke
2008-06-22
1
-1
/
+2
*
Fix a double-closedir() in form_junctions()
Volker Lendecke
2008-06-21
1
-1
/
+0
*
Remove current_user references from nttrans.c
Volker Lendecke
2008-06-19
1
-3
/
+2
*
Remove current_user references from trans2.c
Volker Lendecke
2008-06-19
3
-4
/
+35
*
Remove some current_user references from trans2.c
Volker Lendecke
2008-06-19
1
-19
/
+25
*
Remove reference to current_user from reply.c
Volker Lendecke
2008-06-19
1
-4
/
+3
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
10
-41
/
+43
*
Remove the "current_user" arg from fsp_belongs_conn
Volker Lendecke
2008-06-19
2
-5
/
+5
*
Remove the "current_user" arg from check_fsp
Volker Lendecke
2008-06-19
3
-24
/
+24
*
RWX on a file does not imply DELETE access
Volker Lendecke
2008-06-19
1
-1
/
+1
*
Fix checks in can_delete_file_in_directory()
Volker Lendecke
2008-06-19
1
-6
/
+15
*
Remove some code
Volker Lendecke
2008-06-19
1
-12
/
+4
[next]