Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16410: remove some warnings of talloc_steal() usage without target | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16023: we don't need a global variable here... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15796: this talloc_reference() was causing a memory leak on every NTVFS | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r15745: - reorder the elements of smbsrv_request | Stefan Metzmacher | 1 | -10/+12 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -5/+99 |
2007-10-10 | r14739: keep the last request time for the smbsrv_connection, | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r14541: separate smbsrv_request and ntvfs_request, | Stefan Metzmacher | 1 | -26/+84 |
2007-10-10 | r14511: Install more headers | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 1 | -7/+25 |
2007-10-10 | r14456: don't access the smbsrv_tcon inside the ntvfs modules | Stefan Metzmacher | 1 | -8/+3 |
2007-10-10 | r14447: remove unused stuff | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13658: More moving around of files: | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13403: Try to better handle a case where SPNEGO isn't available (allow us to | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r12801: Some more include/ cleanups (remove unused macros + move files | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12126: get rid of the local ->terminate hacks, we do that genericly now | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r12102: for SMB2 we need to allocate tcons per session | Stefan Metzmacher | 1 | -23/+35 |
2007-10-10 | r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs it | Stefan Metzmacher | 1 | -12/+16 |
2007-10-10 | r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses | Stefan Metzmacher | 1 | -3/+14 |
2007-10-10 | r11781: rename tree to tcons to match the sessions substructure of smbsrv_con... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r11759: fix up the SEC_SHARE handling, when we want to support that later | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r11607: switched the smb server to use the generic packet send code | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r11603: converted the smb server to use the new generic packet code | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r8893: fixed the valgrind error on stream termination due to prototol errors | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8658: move use of lp_security() and lp_nt_status_support() into the connecti... | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r8577: added management calls to list current tree connects | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8574: added server side irpc calls for listing the current sessions | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r8487: kfixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7782: fixed an ordering problem with smb requests. I found this when I had "... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6310: Rename password.c to session.c, and remove the linked list of all | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r6270: Move the VUID handling to a IDR tree. This should avoid O(n) | Andrew Bartlett | 1 | -1/+8 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4927: parse the NBT session request in the smb server. This gets rid of that | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4730: remove unused struct elements | Stefan Metzmacher | 1 | -38/+1 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 1 | -13/+6 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r4684: the smbsrv code should not know about rpc stuff | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r4232: added server support for multi-part SMBtrans requests, while | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3341: - don't zero the async structure (makes valgrind more useful) | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 1 | -20/+8 |
2007-10-10 | r3307: fixed the send side of the smb_server code to be non-blocking. This | Andrew Tridgell | 1 | -0/+7 |