Age | Commit message (Expand) | Author | Files | Lines |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -7/+12 |
2008-01-24 | Fix Coverity ID 454 | Volker Lendecke | 1 | -1/+8 |
2008-01-24 | Fix Coverity ID 465 | Volker Lendecke | 1 | -0/+2 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+2 |
2008-01-11 | Fix CID 475. work should not be checked against NULL | Jeremy Allison | 1 | -2/+2 |
2008-01-09 | Ensure we don't take address of one past buffer. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | More logical operation on bool. | Jeremy Allison | 1 | -1/+3 |
2008-01-02 | Attempt to fix bug #3617. Mix of patches from Volker and | Jeremy Allison | 2 | -22/+7 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -1/+1 |
2007-12-13 | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 1 | -0/+6 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -8/+11 |
2007-12-08 | Fix two incompatible pointer warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 3 | -30/+51 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+1 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 1 | -4/+4 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 10 | -111/+154 |
2007-11-15 | Fix bug noticed by kukks <linux@kukkukk.com> where | Jeremy Allison | 1 | -1/+9 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -0/+2 |
2007-11-15 | Fix for CVE-2007-5398. | Gerald (Jerry) Carter | 1 | -0/+6 |
2007-11-09 | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 1 | -3/+1 |
2007-11-08 | Remove more pstring/fstrings. | Jeremy Allison | 1 | -2/+7 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -2/+7 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -2/+2 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 3 | -12/+19 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -2/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 10 | -46/+80 |
2007-10-20 | fix move to OPT_LOG_STDOUT | Stefan Metzmacher | 1 | -1/+1 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -9/+32 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -11/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 22 | -118/+118 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 14 | -81/+149 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2 | -32/+31 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 1 | -27/+27 |
2007-10-10 | r25238: Make the error returns from the string functions | Jeremy Allison | 1 | -3/+27 |
2007-10-10 | r25170: Remove pstring limits from ms_fnmatch and module load. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -17/+82 |
2007-10-10 | r25021: Fix coverity #435. Use of -1. | Jeremy Allison | 1 | -4/+12 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -4/+11 |
2007-10-10 | r24621: - deferr calling build_options();exit(0); | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r24599: patch from Karolin Seeger <ks@sernet.de>: | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/: | Stefan Metzmacher | 1 | -0/+30 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 27 | -54/+27 |
2007-10-10 | r23783: Processing the UAS change message was causing problems on ppc64 Linux | Andrew Tridgell | 1 | -108/+2 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 27 | -27/+27 |
2007-10-10 | r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux... | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -2/+2 |
2007-10-10 | r23425: Volker noticed this obvious fix for the wins server | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23349: Fix from Steve Langasek <vorlon@debian.org> to | Jeremy Allison | 1 | -0/+16 |