Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3350: fixed a bug with sending multiple replies for the one request, as | Andrew Tridgell | 1 | -29/+34 |
2007-10-10 | r3054: use talloc_zero_array_p() in a couple of places | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2784: - fixed alignment of ascii directory listings | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -32/+22 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 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 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2503: the RAW-SEARCH test now mostly passes against the posix backend | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r2046: fixed two server packet format errors found with the RAW-* tests | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r2044: fixed two unin | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1741: fixed padding of setpathinfo in server | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level' | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r1470: Get the smb_trans2 structure out of the rap_cli_call struct. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r1291: rename struct smbsrv_context to smbsrv_connection | Stefan Metzmacher | 1 | -15/+15 |
2007-10-10 | r1280: rename struct request_context to smbsrv_request | Stefan Metzmacher | 1 | -24/+24 |
2007-10-10 | r1279: rename struct tcon_context to smbsrv_tcon | Stefan Metzmacher | 1 | -19/+19 |
2007-10-10 | r1277: rename struct server_context to smbsrv_ontext | Stefan Metzmacher | 1 | -15/+15 |
2007-10-10 | r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV... | Andrew Tridgell | 1 | -1/+5 |
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 | -27/+27 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -33/+33 |
2007-10-10 | r612: fixed a timezone call typo noticed by abartlet | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -15/+15 |
2004-03-26 | copy with a null volume name in a trans2 QFSINFO call | Andrew Tridgell | 1 | -1/+1 |
2004-02-03 | - move all SMB server stuff to smb_server/* | Stefan Metzmacher | 1 | -0/+1411 |