Age | Commit message (Expand) | Author | Files | Lines |
2008-03-31 | Ok, final move of this code :-). I think I've found the correct | Jeremy Allison | 1 | -9/+9 |
2008-03-31 | Move the message_dispatch() call after the check for errno on | Jeremy Allison | 1 | -11/+11 |
2008-03-31 | Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file | Jeremy Allison | 1 | -0/+9 |
2008-03-10 | Convert secrets_lock_trust_account_password to talloc | Volker Lendecke | 1 | -4/+7 |
2008-02-05 | Fix a couple of "might be used uninitialized" warnings. | Jeremy Allison | 1 | -2/+2 |
2008-02-02 | Remove smb_read_error global | Volker Lendecke | 1 | -7/+0 |
2008-02-02 | Remove dependency on get_srv_read_error() from main loop | Volker Lendecke | 1 | -49/+20 |
2008-02-02 | Convert receive_message_or_smb to NTSTATUS | Volker Lendecke | 1 | -36/+43 |
2008-02-02 | Make get_srv_read_error static to process.c | Volker Lendecke | 1 | -1/+1 |
2008-02-02 | read_socket_with_timeout_ntstatus->read_socket_with_timeout | Volker Lendecke | 1 | -3/+2 |
2008-02-02 | Convert receive_smb_talloc to NTSTATUS | Volker Lendecke | 1 | -33/+28 |
2008-02-02 | Convert receive_smb_raw_talloc to NTSTATUS | Volker Lendecke | 1 | -61/+29 |
2008-02-02 | Convert receive_smb_raw_talloc_partial_read to NTSTATUS | Volker Lendecke | 1 | -59/+47 |
2008-02-02 | Convert read_packet_remainder to return NTSTATUS | Volker Lendecke | 1 | -37/+44 |
2008-02-02 | Convert read_packet_remainder to use read_socket_with_timeout_ntstatus | Volker Lendecke | 1 | -8/+20 |
2008-02-02 | Convert read_smb_length_return_keepalive to return NTSTATUS | Volker Lendecke | 1 | -11/+17 |
2008-01-27 | Remove an unused external reference | Volker Lendecke | 1 | -1/+0 |
2008-01-23 | read_socket_with_timeout has timeout=0 handling | Volker Lendecke | 1 | -23/+6 |
2008-01-23 | Remove two unused variables | Volker Lendecke | 1 | -1/+0 |
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 |