Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list | Andrew Tridgell | 1 | -0/+43 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4159: fixed error return for writebraw | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2 | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r4145: make sure we don't set the 32-bit error codes flag unless the client | Andrew Tridgell | 1 | -5/+9 |
2007-10-10 | r4109: fixed an uninitialised socket write found by kukks | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4101: ignore secondary session requests to cope with a OS/2 bug reported by | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4099: Spelling fixes. | Tim Potter | 2 | -6/+6 |
2007-10-10 | r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,... | Andrew Tridgell | 3 | -2/+11 |
2007-10-10 | r4079: implement the gensec_have_feature() correctly by asking | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 2 | -4/+2 |
2007-10-10 | r4069: better error code for SMBwriteBMPX | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r4068: added LANMAN2.1 to list of supported protocols (for OS/2) | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 7 | -35/+35 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -19/+0 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 2 | -7/+7 |
2007-10-10 | r3916: w2k3 does not check the max_setup count in nttrans requests | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r3831: added nttrans server code for query/set security descriptor. This | Andrew Tridgell | 1 | -1/+106 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r3810: create a LIB_SECURITY subsystem | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3806: added support to smb_server and pvfs for the NTTRANS Create call. This | Andrew Tridgell | 2 | -11/+128 |
2007-10-10 | r3756: Fix netbios session request reply. The buffer should not be a stack-based | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r3720: fixed the pulling of zero length ucs2 strings in smbd. I found this | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va... | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r3591: to get a bit more useful info from valgrind I'm disabling the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 2 | -1/+62 |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ... | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r3529: fixed signing support for SMBntcancel requests (no reply means seq | Andrew Tridgell | 2 | -2/+11 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3518: fixed some includes to be consistent. | Andrew Tridgell | 1 | -13/+4 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing | Andrew Tridgell | 1 | -96/+36 |
2007-10-10 | r3493: fixed a bug in readx reply where the client specifies an invalid high | Andrew Tridgell | 1 | -1/+7 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 14 | -2/+27 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 6 | -0/+6 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -11/+11 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 2 | -2/+1 |
2007-10-10 | r3380: - changed the default behaviour of server signing. We now have a default | Andrew Tridgell | 1 | -0/+7 |