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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r24699: Actually write 24 zeros instead of zero 24's...
Volker Lendecke
1
-1
/
+1
2007-10-10
r24548: Fix the case-changing renames
Volker Lendecke
1
-1
/
+20
2007-10-10
r24498: More extra code into a function, reply_openerror.
Jeremy Allison
1
-24
/
+4
2007-10-10
r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.
Jeremy Allison
1
-1
/
+3
2007-10-10
r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.
Jeremy Allison
1
-0
/
+12
2007-10-10
r24470: Start fixing up the mapping of OBJECT_NAME_COLLISION
Jeremy Allison
1
-1
/
+12
2007-10-10
r24444: Convert reply_find[n]close to the new API
Volker Lendecke
1
-13
/
+25
2007-10-10
r24362: Initialize padding also when no params are sent back
Volker Lendecke
1
-4
/
+6
2007-10-10
r24320: Fix the wct checks in reply_trans2 and the reply_trans calls
Volker Lendecke
1
-1
/
+1
2007-10-10
r24163: Remove the send_trans2_replies_new wrapper
Volker Lendecke
1
-88
/
+89
2007-10-10
r24162: send_trans2_replies is now static in trans2.c
Volker Lendecke
1
-8
/
+8
2007-10-10
r24161: handle_trans2 takes care of errors itself, no need to do it in reply_...
Volker Lendecke
1
-6
/
+0
2007-10-10
r24160: process_trans2 in smbd/blocking.c used send_trans2_replies.
Volker Lendecke
1
-6
/
+6
2007-10-10
r24159: Convert reply_transs2 to the new API
Volker Lendecke
1
-46
/
+40
2007-10-10
r24156: Convert reply_trans2 to the new API
Volker Lendecke
1
-56
/
+52
2007-10-10
r24155: Check wct in reply_trans2
Volker Lendecke
1
-5
/
+21
2007-10-10
r24154: handle_trans2 does not reference inbuf/outbuf anymore
Volker Lendecke
1
-13
/
+9
2007-10-10
r24153: Convert call_trans2setfsinfo to the new API.
Volker Lendecke
1
-30
/
+57
2007-10-10
r24152: Convert call_trans2ioctl to the new API
Volker Lendecke
1
-25
/
+30
2007-10-10
r24151: Convert call_trans2getdfsreferral to the new API
Volker Lendecke
1
-17
/
+25
2007-10-10
r24150: Convert call_trans2qfsinfo to the new API
Volker Lendecke
1
-36
/
+59
2007-10-10
r24149: Convert call_trans2setfilepathinfo to the new API
Volker Lendecke
1
-52
/
+81
2007-10-10
r24148: Remove some inbuf refs from subcommands of call_trans2setfilepathinfo
Volker Lendecke
1
-37
/
+24
2007-10-10
r24147: Remove some inbuf refs from call_trans2setfilepathinfo
Volker Lendecke
1
-4
/
+6
2007-10-10
r24144: Fix the build
Volker Lendecke
1
-7
/
+5
2007-10-10
r24143: Convert call_trans2qfilepathinfo to the new API
Volker Lendecke
1
-85
/
+161
2007-10-10
r24142: Remove some direct inbuf references from call_trans2qfilepathinfo
Volker Lendecke
1
-4
/
+9
2007-10-10
r24140: Convert call_trans2findnotifyfirst/next to the new API
Volker Lendecke
1
-24
/
+30
2007-10-10
r24139: Convert call_trans2mkdir to the new API
Volker Lendecke
1
-25
/
+39
2007-10-10
r24138: Convert call_trans2findnext to the new API
Volker Lendecke
1
-27
/
+42
2007-10-10
r24137: Convert call_trans2findfirst to the new API
Volker Lendecke
1
-33
/
+55
2007-10-10
r24136: get_lanman2_dir_entry() does not need access to inbuf/outbuf
Volker Lendecke
1
-39
/
+49
2007-10-10
r24135: Convert call_trans2open to the new API
Volker Lendecke
1
-37
/
+73
2007-10-10
r24134: talloc smb_request for handle_trans2
Volker Lendecke
1
-6
/
+27
2007-10-10
r24130: Explicitly pass flags2 to srvstr_push
Volker Lendecke
1
-23
/
+62
2007-10-10
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
1
-4
/
+10
2007-10-10
r24106: Pass fnum instead of buf/offset into get_rpc_pipe_p
Volker Lendecke
1
-1
/
+1
2007-10-10
r24102: Pass the fid instead of inbuf and an offset to file_fsp.
Volker Lendecke
1
-4
/
+4
2007-10-10
r24101: Move prohibited_ea_names[] into samba_private_attr_name()
Volker Lendecke
1
-6
/
+6
2007-10-10
r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> where
Jeremy Allison
1
-5
/
+6
2007-10-10
r23935: We were lying to the client in the case of POSIX_UNLINK
Jeremy Allison
1
-16
/
+51
2007-10-10
r23877: Fix two segfaults in (very unlikely) error paths, found by the IBM
Volker Lendecke
1
-0
/
+2
2007-10-10
r23855: Setting the allocation size updates the modified time
Jeremy Allison
1
-12
/
+29
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
1
-1
/
+1
2007-10-10
r23727: Explicitly pass down FLAGS2 to srvstr_get_path.
Volker Lendecke
1
-8
/
+24
2007-10-10
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
1
-2
/
+4
2007-10-10
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
1
-30
/
+53
2007-10-10
r23500: Two changes to survive the now activated test for rename_internals_fsp:
Volker Lendecke
1
-3
/
+3
[next]