Age | Commit message (Expand) | Author | Files | Lines |
2008-01-12 | Get the inbuf on talloc_tos() | Volker Lendecke | 1 | -1/+1 |
2008-01-09 | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -2/+2 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -60/+113 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 1 | -0/+10 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -3/+53 |
2007-12-18 | Remove last_message completely as it's no longer used. | Jeremy Allison | 1 | -3/+0 |
2007-11-11 | Three more pstring removals. | Jeremy Allison | 1 | -3/+9 |
2007-11-09 | Fix some warnings | Volker Lendecke | 1 | -1/+1 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -21/+38 |
2007-11-04 | Forgot arg type. | Jeremy Allison | 1 | -1/+1 |
2007-11-04 | Don't believe len returned from read_smb_length_return_keepalive(), | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+2 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+4 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 1 | -32/+19 |
2007-10-31 | Fix vfstest link - move socket calls into smbd/process.c | Jeremy Allison | 1 | -0/+288 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -17/+45 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -15/+14 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -6/+4 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -496/+308 |
2007-10-10 | r24500: Add check that bcc is correct in an incoming packet. | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r24468: Don't forget the +4 for length :-). | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r24467: Do range checking on incoming smb request. | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r24457: Convert reply_tcon to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24453: Remove the read and write bmpx calls | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24444: Convert reply_find[n]close to the new API | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24443: Convert reply_search/fclose to the new API | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r24442: Convert reply_copy to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24441: Convert reply_ioctl to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24440: Convert the reply_sendXX functions to the new API | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r24439: Convert reply_get/setattrE to the new API | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24436: Convert reply_lockread/writeunlock to the new API | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24433: Convert reply_ntrename to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24431: Convert the reply_printXX calls to the new API | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r24430: Convert reply_writeclose to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24428: Convert reply_unlock to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24427: Convert reply_lock to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24426: Convert reply_read to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24425: Convert reply_write to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24423: Convert reply_lseek to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24422: Convert reply_ctemp to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24417: Convert reply_setatr to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24415: Convert reply_getatr to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24414: Convert reply_mv to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24412: Convert reply_open to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24406: Push reply_prep_legacy into reply_lockingX | Volker Lendecke | 1 | -1/+1 |