1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Tridgell
24588a9c49 r11891: - added pipe_flags field in smb2_trans
- while running dcerpc over SMB2, the server will occasionally send us
  a oh-so-useful STATUS_PENDING result meaning "I don't have a result
  for you yet, but I'm working on it". These can be discarded :-)
2007-10-10 13:46:42 -05:00
Stefan Metzmacher
b1afcced39 r11740: add some EA error codes
metze
2007-10-10 13:46:20 -05:00
Stefan Metzmacher
9b9635833f r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY too
metze
2007-10-10 13:33:29 -05:00
Andrew Tridgell
692bb1c8a1 r8116: demonstrate a little trick that can be used to track down where an
error is coming from. In this case I needed to know where a
NT_STATUS_ACCESS_DENIED was being returned, which is a very common
error, but I needed to know which place in the code was giving it
2007-10-10 13:19:10 -05:00
Andrew Tridgell
dd1c54add8 r4618: - tidied up the alter_context client code a bit
- there is no alter_nak or alter_ack packet, its all done in an
  alter_response

- auto-allocated the contex_ids

- tried to fix up the dcom code to work again with
  alter_context. Jelmer, please take a look :)
2007-10-10 13:08:34 -05:00
Andrew Tridgell
f4337c988c r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code 2007-10-10 13:08:30 -05:00
Andrew Tridgell
fcd0922407 r3826: - added testing of ea lists in NTTRANS CREATE
- fixed push/pull of chained ea lists

- fixed a bug in the nttrans wire encoding
2007-10-10 13:05:57 -05:00
Andrew Tridgell
3bf55c9e11 r2459: added STATUS_NO_MORE_FILES nt status code 2007-10-10 12:58:55 -05:00
Stefan Metzmacher
47a240d7b8 do some merging from 3.0
metze
-
Andrew Tridgell
b0510b5428 first public release of samba4 code -