Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9321: Fix potential bug found by Coverity. src_len has to be int but later w... | Alexander Bokovoy | 1 | -5/+5 |
2007-10-10 | r8658: move use of lp_security() and lp_nt_status_support() into the connecti... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6031: don't try to send errors when the socket has been destroyed | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -1/+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 | r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -11/+11 |
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 | r3591: to get a bit more useful info from valgrind I'm disabling the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3350: fixed a bug with sending multiple replies for the one request, as | Andrew Tridgell | 1 | -0/+31 |
2007-10-10 | r3341: - don't zero the async structure (makes valgrind more useful) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r3307: fixed the send side of the smb_server code to be non-blocking. This | Andrew Tridgell | 1 | -13/+5 |
2007-10-10 | r3304: changed the API to lib/socket/ a little. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2618: before we had refererence counts in talloc I added a hack in the | Andrew Tridgell | 1 | -6/+0 |
2007-10-10 | r2616: the cascading nature of talloc_free() can lead to some surprises. In | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r2544: (missed from the last commit) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2447: let the server code use the new lib/socket/ stuff | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r2326: remove definition and usage of struct socket_context | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 1 | -19/+8 |
2007-10-10 | r2159: converted samba4 over to UTF-16. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1486: commit the start of the generic server infastructure | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r1291: rename struct smbsrv_context to smbsrv_connection | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r1280: rename struct request_context to smbsrv_request | Stefan Metzmacher | 1 | -24/+24 |
2007-10-10 | r1277: rename struct server_context to smbsrv_ontext | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV... | Andrew Tridgell | 1 | -13/+20 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r898: - remove some unused macros | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r818: added server side SMB signing to Samba4 | Andrew Tridgell | 1 | -1/+18 |
2007-10-10 | r549: added support for DOS error codes in NTSTATUS returns. This uses a | Andrew Tridgell | 1 | -2/+9 |
2004-02-03 | - move all SMB server stuff to smb_server/* | Stefan Metzmacher | 1 | -0/+602 |