Age | Commit message (Expand) | Author | Files | Lines |
2008-02-28 | Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against | Jeremy Allison | 1 | -1/+15 |
2008-02-08 | We don't need the extra null termination - we've | Jeremy Allison | 1 | -9/+4 |
2008-02-08 | Make clilist work again with OS/2 (kukks help!). | Jeremy Allison | 1 | -1/+17 |
2008-02-08 | From kukks - prevent crashes if finfo.name == NULL. | Jeremy Allison | 1 | -0/+11 |
2008-02-08 | Try and fix length and finfo calls for older clients. Working | Jeremy Allison | 1 | -7/+21 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -2/+2 |
2007-12-08 | Fix C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-06 | Don't understand this. I have no changes here.... | Jeremy Allison | 1 | -33/+64 |
2007-12-05 | Fix path length limits on cli_list (outgoing. Incoming | Jeremy Allison | 1 | -5/+16 |
2007-11-29 | Remove pstrings. Ensure we validate offsets. | Jeremy Allison | 1 | -64/+132 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 1 | -7/+3 |
2007-10-10 | r18011: Should fix bug 3835. | Derrell Lipman | 1 | -4/+11 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 1 | -11/+13 |
2007-10-10 | r17761: Handle times consistently across all client utils. | Jeremy Allison | 1 | -16/+2 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r16541: Fix #3862 reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r15997: Fix bug in OS/2 Warp - it doesn't set the ff_last | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -11/+6 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500 | Derrell Lipman | 1 | -5/+1 |
2007-10-10 | r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru> | Jeremy Allison | 1 | -2/+14 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r7157: Ensure we abort a directory listing if we see the same | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r7151: Fix for bug #2698. If a unicode to unix charset conversion fails (due ... | Jeremy Allison | 1 | -10/+40 |
2007-10-10 | r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* for | Jeremy Allison | 1 | -5/+11 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r5991: Fixup last entry offset correctly for level 260. | Jeremy Allison | 1 | -6/+10 |
2007-10-10 | r5975: Re-arrange code and comments to make more sense. | Jeremy Allison | 1 | -12/+10 |
2007-10-10 | r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump). | Jeremy Allison | 1 | -4/+1 |
2007-10-10 | r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused a | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5967: Fix typo bug where flags overwrote info level. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5723: Add missing part of fix for #2271. After analysing the actions of a XP | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r5702: Fix bug #2271. Correctly pull out and use resume names in a | Jeremy Allison | 1 | -20/+10 |
2007-10-10 | r5577: get recurse; dir working across single level dfs referrals | Gerald Carter | 1 | -5/+8 |
2007-10-10 | r5520: fix last remaining dfs issues with smbclient. | Gerald Carter | 1 | -2/+8 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 1 | -1/+1 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 1 | -1/+1 |
2003-08-02 | Correct fix (removed the earlier band-aid) for what I thought was a signing | Jeremy Allison | 1 | -2/+10 |
2003-07-30 | Fix bug we discovered in W2K client signing on secondary trans2 packets. | Jeremy Allison | 1 | -2/+3 |
2003-07-30 | Eliminate valgrind error when client gets bad sig on list. Some reformatting. | Jeremy Allison | 1 | -12/+22 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 1 | -2/+2 |
2003-03-13 | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 1 | -1/+1 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -1/+1 |