Age | Commit message (Expand) | Author | Files | Lines |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 2 | -2/+2 |
2007-11-23 | smbd: close_stat() should be static | Stefan Metzmacher | 1 | -1/+1 |
2007-11-20 | Paranoia check that space_remaining never goes -ve. | Jeremy Allison | 1 | -2/+10 |
2007-11-19 | Always check return from push_ascii. | Jeremy Allison | 1 | -0/+6 |
2007-11-16 | Ensure we use PATH_MAX for symlinks. | Jeremy Allison | 1 | -2/+2 |
2007-11-16 | Match the 3.0.27a version of this function. | Jeremy Allison | 1 | -14/+4 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -3/+3 |
2007-11-16 | Fix an implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+4 |
2007-11-13 | Fix potential orphaned open files. | Michael Adam | 1 | -2/+4 |
2007-11-13 | Remove last pstring from smbd/*.c | Jeremy Allison | 4 | -240/+310 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 4 | -31/+33 |
2007-11-12 | More pstring removal from smbd/*.c | Jeremy Allison | 1 | -11/+17 |
2007-11-12 | Remove pstrings from lanman.c | Jeremy Allison | 1 | -54/+148 |
2007-11-12 | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 1 | -67/+90 |
2007-11-12 | Fix bug #5073. Allow "delete readonly = yes" to correctly | Jeremy Allison | 1 | -1/+2 |
2007-11-11 | Three more pstring removals. | Jeremy Allison | 3 | -8/+17 |
2007-11-11 | Cosmetic fix | Volker Lendecke | 1 | -3/+5 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 3 | -37/+41 |
2007-11-10 | Remove last pstring from sesssetup.c | Jeremy Allison | 1 | -19/+21 |
2007-11-10 | Fix the build when realpath doesn't take null | Jeremy Allison | 1 | -1/+1 |
2007-11-10 | Remove pstring from service.c. | Jeremy Allison | 1 | -71/+109 |
2007-11-09 | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 1 | -4/+2 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 1 | -13/+19 |
2007-11-09 | prepare changes in ndr code | Stefan Metzmacher | 1 | -3/+2 |
2007-11-09 | Fix some warnings | Volker Lendecke | 1 | -1/+1 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -6/+8 |
2007-11-07 | Constrain "min receivefile size" to max of BUFFER_SIZE | Jeremy Allison | 1 | -2/+20 |
2007-11-07 | Try to fix the build on irix. | Michael Adam | 1 | -2/+2 |
2007-11-06 | Move some access check functions that are not posix-acl specific | Michael Adam | 2 | -212/+239 |
2007-11-06 | Don't repeat fast-pathing... | Michael Adam | 1 | -1/+1 |
2007-11-06 | This is a proposed patch for Bug #5023. | Michael Adam | 1 | -300/+70 |
2007-11-06 | Add a const. | Michael Adam | 1 | -1/+1 |
2007-11-05 | Add two const's. | Michael Adam | 1 | -2/+2 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 3 | -24/+42 |
2007-11-05 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2007-11-05 | Make load_registry_service return the share number | Volker Lendecke | 1 | -1/+0 |
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 | 6 | -11/+17 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 6 | -9/+15 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 6 | -8/+19 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 5 | -38/+21 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 1 | -5/+10 |
2007-11-02 | Argggh. smblen doesn't include the +4, so my smb_doff calculations | Jeremy Allison | 1 | -4/+4 |
2007-11-01 | Ensure we can't accidently do a pipe write with | Jeremy Allison | 1 | -0/+5 |
2007-11-01 | Be careful and take care of the correct lengths in large | Jeremy Allison | 1 | -9/+7 |
2007-11-01 | Ensure we detect a large writeX when using recvfile. | Jeremy Allison | 1 | -1/+2 |
2007-11-01 | Add brackets so as not to break the POSIX caps return. | Jeremy Allison | 1 | -2/+2 |
2007-10-31 | Note when we're setting change time, not write time, and send | Jeremy Allison | 3 | -16/+32 |