Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8272: added the hooks for adding a name to a messaging context, so we will | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8119: fixed two error code returns in the smb server now that we have | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8028: fix a crash bug in ulogoff, when the tree_connect failed before | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r7857: improved the handling of end-of-file on sockets in the smb server | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r7782: fixed an ordering problem with smb requests. I found this when I had "... | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r7676: Make VUID and TID choice random, as this gives us protection against | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r7675: Use correct memory context for anonymous session setup auth context | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2 | -4/+11 |
2007-10-10 | r7631: - remove unused function, as the disgn of samba4 doesn't allow the old... | Stefan Metzmacher | 1 | -39/+2 |
2007-10-10 | r7523: blergh | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r7510: fixed error code for using a bad tid. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7222: remove double call to the same function in the same place, probable cu... | Simo Sorce | 1 | -6/+0 |
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 | r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don't | Andrew Bartlett | 1 | -12/+14 |
2007-10-10 | r6312: Metze reminds me this header is no longer required. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r6310: Rename password.c to session.c, and remove the linked list of all | Andrew Bartlett | 3 | -7/+3 |
2007-10-10 | r6309: Remove this file it is empty and unreferenced. (In preperation for | Andrew Bartlett | 1 | -29/+0 |
2007-10-10 | r6270: Move the VUID handling to a IDR tree. This should avoid O(n) | Andrew Bartlett | 4 | -119/+157 |
2007-10-10 | r6031: don't try to send errors when the socket has been destroyed | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r5899: Fix spelling. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 2 | -3/+4 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r5193: make sure we mark the event dead when we free it on a dead connection | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 7 | -111/+68 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 6 | -21/+21 |
2007-10-10 | r4927: parse the NBT session request in the smb server. This gets rid of that | Andrew Tridgell | 2 | -7/+45 |
2007-10-10 | r4819: its just not my day today .... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -4/+1 |
2007-10-10 | r4730: remove unused struct elements | Stefan Metzmacher | 1 | -38/+1 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 5 | -106/+35 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 5 | -66/+33 |
2007-10-10 | r4684: the smbsrv code should not know about rpc stuff | Stefan Metzmacher | 2 | -5/+0 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 2 | -55/+70 |
2007-10-10 | r4611: - renamed add_socket() to smb_add_socket() as that is less confusing | Andrew Tridgell | 1 | -10/+6 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 5 | -7/+10 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 3 | -5/+5 |
2007-10-10 | r4383: in order to cope with overfilled buffers on trans2 findfirst we need t... | Andrew Tridgell | 1 | -5/+6 |
2007-10-10 | r4382: check for bad tid in SMBtdis | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4364: - added support for testing of chained SMB operations in smbtorture | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4284: fixed a problem with very large EA lists and OS/2 clients. These | Andrew Tridgell | 1 | -17/+28 |
2007-10-10 | r4263: added support for the trans2 RAW_SEARCH_EA_LIST information | Andrew Tridgell | 1 | -0/+42 |
2007-10-10 | r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei... | Andrew Tridgell | 1 | -15/+3 |
2007-10-10 | r4232: added server support for multi-part SMBtrans requests, while | Andrew Tridgell | 3 | -87/+257 |