Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
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 | 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 | 1 | -11/+126 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3350: fixed a bug with sending multiple replies for the one request, as | Andrew Tridgell | 1 | -26/+35 |
2007-10-10 | r3255: - fixed 2 uninitialised data errors found with valgrind | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3054: use talloc_zero_array_p() in a couple of places | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2618: before we had refererence counts in talloc I added a hack in the | Andrew Tridgell | 1 | -5/+3 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r1280: rename struct request_context to smbsrv_request | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r1279: rename struct tcon_context to smbsrv_tcon | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -1/+1 |
2004-02-03 | - move all SMB server stuff to smb_server/* | Stefan Metzmacher | 1 | -0/+273 |