Volker Lendecke
638c848c9a
r25055: Add file_id_string_tos
...
This removes file_id_string_static and file_id_string_static2
2007-10-10 12:30:36 -05:00
Jeremy Allison
dee8beba7a
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
...
interface. More development will come on top of this. Remove the
"mangled map" parameter.
Jeremy.
2007-10-10 12:30:32 -05:00
Volker Lendecke
17df313db4
r24702: Remove the old API pointers
2007-10-10 12:30:14 -05:00
Volker Lendecke
c5caea43af
r24659: Some formatting changes helping to minimize the 3_2_0 diff
2007-10-10 12:30:13 -05:00
Volker Lendecke
fddc9db911
r24548: Fix the case-changing renames
...
This was broken when I changed reply_mv to wrap in a open_file_ntcreate
call, unix_convert on the destination was called twice
2007-10-10 12:29:56 -05:00
Jeremy Allison
9d9ed41f21
r24501: Added bcc test for reply_tcon & removed Vl's comment :-).
...
Jeremy.
2007-10-10 12:29:53 -05:00
Jeremy Allison
43ddfb8c91
r24498: More extra code into a function, reply_openerror.
...
Jeremy.
2007-10-10 12:29:52 -05:00
Jeremy Allison
74d10b09a6
r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.
...
Jeremy.
2007-10-10 12:29:51 -05:00
Volker Lendecke
0fecd8a0c3
r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.
2007-10-10 12:29:49 -05:00
Volker Lendecke
1e08fddafd
r24457: Convert reply_tcon to the new API
...
Jeremy, I really apologize for doing this, but I just wanted to enjoy
converting the last SMB call :-)
I've left one little task for you there, I'm not certain that checking
the inbuf length is correct here.
Volker
2007-10-10 12:29:49 -05:00
Volker Lendecke
d941aae2df
r24453: Remove the read and write bmpx calls
...
Talked to both Tridge and Jeremy about this, Tridge said that there is a
special error message persuading OS/2 to fall back to other methods.
The calls now checked in always return the error message we used to
return when "read bmpx = False" was set (the default): ERRSRV, ERRuseSTD.
If someone has a reproducable test case where this is really needed, we
can always dig it up from version control and convert it to the new API.
But that time without that silly parameter, and with a torture test case
for "make test" please :-)
Volker
2007-10-10 12:29:49 -05:00
Jeremy Allison
edc17dfcbd
r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write one for this.
...
Jeremy
2007-10-10 12:29:48 -05:00
Volker Lendecke
a8a33c377e
r24443: Convert reply_search/fclose to the new API
2007-10-10 12:29:48 -05:00
Volker Lendecke
0cb00c5475
r24442: Convert reply_copy to the new API
2007-10-10 12:29:48 -05:00
Volker Lendecke
a5af7ebb7f
r24441: Convert reply_ioctl to the new API
2007-10-10 12:29:48 -05:00
Volker Lendecke
6b0ad071d8
r24439: Convert reply_get/setattrE to the new API
2007-10-10 12:29:47 -05:00
Volker Lendecke
1b6add251c
r24436: Convert reply_lockread/writeunlock to the new API
2007-10-10 12:29:47 -05:00
Volker Lendecke
e528479f56
r24431: Convert the reply_printXX calls to the new API
2007-10-10 12:29:46 -05:00
Volker Lendecke
6def2ee03b
r24430: Convert reply_writeclose to the new API
2007-10-10 12:29:46 -05:00
Volker Lendecke
ca27a718b0
r24429: reply_setdir is not used...
2007-10-10 12:29:46 -05:00
Volker Lendecke
01c7426fc0
r24428: Convert reply_unlock to the new API
2007-10-10 12:29:45 -05:00
Volker Lendecke
212f43ddea
r24427: Convert reply_lock to the new API
2007-10-10 12:29:45 -05:00
Volker Lendecke
30aada0ef8
r24426: Convert reply_read to the new API
2007-10-10 12:29:45 -05:00
Volker Lendecke
244965f7b6
r24425: Convert reply_write to the new API
2007-10-10 12:29:45 -05:00
Volker Lendecke
bd22885386
r24423: Convert reply_lseek to the new API
2007-10-10 12:29:44 -05:00
Volker Lendecke
3cc22fd74f
r24422: Convert reply_ctemp to the new API
2007-10-10 12:29:44 -05:00
Volker Lendecke
56bab5ea4c
r24417: Convert reply_setatr to the new API
2007-10-10 12:29:43 -05:00
Volker Lendecke
1a08b97a93
r24415: Convert reply_getatr to the new API
2007-10-10 12:29:43 -05:00
Volker Lendecke
fa341e4840
r24414: Convert reply_mv to the new API
2007-10-10 12:29:42 -05:00
Volker Lendecke
394987f522
r24412: Convert reply_open to the new API
2007-10-10 12:29:42 -05:00
Volker Lendecke
ee6f212ed0
r24409: Check wct in reply_open
2007-10-10 12:29:41 -05:00
Volker Lendecke
e0db5fd11b
r24408: Remove reply_prep_legacy from reply_lockingX
2007-10-10 12:29:41 -05:00
Volker Lendecke
bce87ebdc0
r24406: Push reply_prep_legacy into reply_lockingX
2007-10-10 12:29:41 -05:00
Volker Lendecke
c4972632f8
r24405: Check wct in reply_lockingX
2007-10-10 12:29:41 -05:00
Volker Lendecke
73d99d6f9a
r24402: Fix a 64-bit warning
2007-10-10 12:29:40 -05:00
Volker Lendecke
96a9435874
r24392: Minor simplifications
2007-10-10 12:29:39 -05:00
Jeremy Allison
27e183afa8
r24387: Convert readbraw to the new api. Volker, keep checking in
...
your patches please :-). I'll work on SMBreadBmpx tomorrow.
Jeremy.
2007-10-10 12:29:38 -05:00
Jeremy Allison
a7648ed9d4
r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> conversion.
...
Sorry vl, remove one of your 15 patches :-).
Jeremy.
2007-10-10 12:29:38 -05:00
Volker Lendecke
8e6485e078
r24383: Convert call_nt_transact_ioctl to the new API
2007-10-10 12:29:38 -05:00
Stefan Metzmacher
c7ed550483
r24355: move reply_outbuf() to the place where it's used
...
metze
2007-10-10 12:29:35 -05:00
Volker Lendecke
8f3e3a2100
r24351: Remove reply_prep_legacy from reply_read_and_X
2007-10-10 12:29:32 -05:00
Volker Lendecke
595ea708ee
r24348: Do not use inbuf/outbuf in the sendfile path of read_and_X
2007-10-10 12:29:31 -05:00
Volker Lendecke
32921c878a
r24347: fake_sendfile does not need Inbuf/Outbuf
...
In the future, we might put the new Linux splice(2) syscall here. This
should also work for reply_write, but getting that in is a bit trickier.
We need to decide very early before fetching the whole buffer that we
have a write call.
2007-10-10 12:29:31 -05:00
Volker Lendecke
cded66a7dc
r24346: Push reply_prep_legacy into send_file_readX
2007-10-10 12:29:31 -05:00
Volker Lendecke
9ad91bd205
r24332: schedule_aio_read_and_X does not need InBuf/OutBuf
2007-10-10 12:29:30 -05:00
Volker Lendecke
9d2354129d
r24325: Push down reply_prep_legacy in reply_read_and_X
2007-10-10 12:29:29 -05:00
Volker Lendecke
304843315c
r24324: No reply_prep_legacy() in reply_pipe_read_and_X
2007-10-10 12:29:29 -05:00
Volker Lendecke
96b2187894
r24323: Remove the reply_read_and_X wrapper function
2007-10-10 12:29:29 -05:00
Volker Lendecke
7926b5dfb8
r24322: Wrap reply_read_and_X in reply_prep_legacy
2007-10-10 12:29:28 -05:00
Volker Lendecke
9ddacdfa13
r24319: Check wct in reply_read_and_X
2007-10-10 12:29:28 -05:00