Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r25387: Sync with 3.2.0 svn tree | Gerald Carter | 2007-09-27 | 1 | -0/+4 |
| | |||||
* | r24660: Merge the inbuf/outbuf changes | Volker Lendecke | 2007-08-25 | 1 | -4/+6 |
| | |||||
* | r24601: Fix if statements where we still expected cli_connect() to return BOOL. | Lars Müller | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | r24036: Fix dfs rename bug in smbclient reported by Thomas Bork ↵ | Jeremy Allison | 2007-07-24 | 1 | -5/+14 |
| | | | | | | | <tombork@web.de>. Couldn't rename file as we weren't DFS enabling the target path. Jeremy. | ||||
* | r23989: For testing purposes, add "echo" to smbclient | Volker Lendecke | 2007-07-22 | 1 | -0/+19 |
| | |||||
* | r23825: Add ".." command as an alias to "cd ..". | Günther Deschner | 2007-07-11 | 1 | -1/+15 |
| | | | | Guenther | ||||
* | r23824: Add ls alias for lazy typers like me. | Günther Deschner | 2007-07-11 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 8 | -16/+8 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 9 | -9/+9 |
| | | | | Jeremy. | ||||
* | r23596: Add notes about smbfs/cifs to usage() in smb[u]mount | Volker Lendecke | 2007-06-25 | 2 | -1/+6 |
| | |||||
* | r23571: Fix, parsing of multi byte share names. | Simo Sorce | 2007-06-21 | 1 | -16/+10 |
| | | | | | | | | | | | Thanks to SATOH Fumiyasu Fixes 4720 Jerry, this is a showstopper for 3.0.25b, please grab it into SAMBA_3_0_RELEASE before cuting the tarballs. Simo. | ||||
* | r23567: Fix bug 4721 | Volker Lendecke | 2007-06-21 | 1 | -1/+1 |
| | |||||
* | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 2007-06-20 | 1 | -2/+8 |
| | | | | | Long overdue fix.... Jeremy. | ||||
* | r23527: Use existing escaping function pointed by James | Simo Sorce | 2007-06-16 | 1 | -27/+3 |
| | |||||
* | r23524: Fix bug 2319. | Simo Sorce | 2007-06-16 | 1 | -13/+60 |
| | | | | | | Got report this is all ok form a tester. Close a loong standing bug preventing people to freely use any character in their password when printing via cups were involved. | ||||
* | r22981: Do not prompt for password on sec=none for mount.cifs (and allow guest | Steve French | 2007-05-17 | 1 | -2/+5 |
| | | | | option to pass to kernel code so it can know when to retry) | ||||
* | r22980: Add in misc frees that valgrind noticed for mount.cifs.c | Steve French | 2007-05-17 | 1 | -15/+23 |
| | |||||
* | r22909: Change prototype of dump_data(), so that it takes unsigned char * | Michael Adam | 2007-05-15 | 1 | -1/+1 |
| | | | | | | | | | | instead of char *, which matches what samba4 has. Fix all the callers to prevent compiler warnings. This essentially ports r22001 from SAMBA_3_0 to SAMBA_3_0_26. There are a few additional type cast corrections. | ||||
* | r22525: Allow prepath | Steve French | 2007-04-26 | 1 | -0/+10 |
| | |||||
* | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 2007-04-10 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ↵ | Simo Sorce | 2007-03-28 | 1 | -26/+63 |
| | | | | | | next) and -T argument parsing behavior (which is just insane but a separate bug) | ||||
* | r21844: Janitor for Stevef : | Jeremy Allison | 2007-03-15 | 1 | -0/+4 |
| | | | | | | | mount.cifs compile on old libc missing bind mount #define Thanks to Thomas Jarosch for pointing this out. Jeremy. | ||||
* | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 2007-03-08 | 3 | -53/+66 |
| | | | | | | | | | process deep dfs links (ie. links that go to non root parts of a share). Make the directory handling conanonical in POSIX and Windows pathname processing. dfs should not be fully working in client tools. Please bug me if not. Jeremy. | ||||
* | r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>. | Jeremy Allison | 2007-03-07 | 1 | -0/+5 |
| | | | | Jeremy. | ||||
* | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 2007-03-05 | 3 | -7/+7 |
| | | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy. | ||||
* | r21657: get rid of warning - not everyone understands %F | Herb Lewis | 2007-03-02 | 1 | -3/+3 |
| | |||||
* | r21641: Add test code for POSIX pathname calls into smbclient. | Jeremy Allison | 2007-03-01 | 1 | -1/+147 |
| | | | | Jeremy. | ||||
* | r20673: Add in the wdel smbclient command that allows me | Jeremy Allison | 2007-01-11 | 1 | -8/+12 |
| | | | | | | to hand test attribute and wildcard delete strings to try and understand the underlying method in w2k3. Jeremy. | ||||
* | r20655: After consulting with Volker, fix our pathname | Jeremy Allison | 2007-01-10 | 1 | -0/+29 |
| | | | | | | | | | | handling. Gets rid of more code than it adds. I will port this to SAMBA_3_0 next. There are still some wrinkles with wildcard delete I am working on - for example a dirtype pattern of 0x8aa4 isn't handled correctly yet.... still looking at this. Jeremy. | ||||
* | r20260: clean up a bunch of no previous prototype warnings | Herb Lewis | 2006-12-19 | 1 | -3/+3 |
| | |||||
* | r20156: clean up nested extern declaration warnings | Herb Lewis | 2006-12-13 | 1 | -3/+2 |
| | |||||
* | r19814: Fix 'make everything build' | Gerald Carter | 2006-11-21 | 1 | -17/+16 |
| | | | | | | | The only major remaining pieces that are not being merged are: * The IDL work * The security descriptor merge. | ||||
* | r19810: more merge work....does not compile currently. Working on smbd merge | Gerald Carter | 2006-11-21 | 4 | -85/+287 |
| | |||||
* | r19806: merge time.c changes | Gerald Carter | 2006-11-20 | 2 | -22/+31 |
| | |||||
* | r19782: more compile fixes for merge | Gerald Carter | 2006-11-19 | 1 | -15/+25 |
| | |||||
* | r19529: Added showacls togle. Previously was vendor-specific code. | Jeremy Allison | 2006-11-01 | 1 | -7/+71 |
| | | | | | | Merging these in - should have been merged back before (will be tidied up later). Jeremy. | ||||
* | r16674: After removing each individual post-3.0.23rc3 change: | Gerald Carter | 2006-06-29 | 3 | -2/+10 |
| | | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0. | ||||
* | r16418: Pull in more Klocwork fixes (up to r16415) | Gerald Carter | 2006-06-20 | 1 | -0/+5 |
| | |||||
* | r16348: * merging changes from SAMBA_3_0 r16346 | Gerald Carter | 2006-06-19 | 2 | -7/+23 |
| | | | | * updating release notes to match | ||||
* | r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251) | Gerald Carter | 2006-06-15 | 3 | -17/+49 |
| | |||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 2 | -2/+5 |
| | |||||
* | r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141) | Gerald Carter | 2006-04-20 | 1 | -19/+30 |
| | |||||
* | r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵ | Volker Lendecke | 2006-04-16 | 1 | -1/+56 |
| | | | | | | | | should list long share names. Volker | ||||
* | r14359: Try and fix Coverity #176 by making the pointer | Jeremy Allison | 2006-03-13 | 1 | -7/+7 |
| | | | | | | aliasing clearer. This isn't a bug but a code clarification. Jeremy. | ||||
* | r14351: Ensure we use the minimum of PATH_MAX and sizeof(pstring). | Jeremy Allison | 2006-03-13 | 1 | -5/+12 |
| | | | | | Fix Coverity #59. Jeremy. | ||||
* | r14248: Fix Coverity bug # 84 | Volker Lendecke | 2006-03-12 | 1 | -0/+1 |
| | |||||
* | r14246: Fix Coverity bug # 85 | Volker Lendecke | 2006-03-12 | 1 | -0/+2 |
| | |||||
* | r14242: Fix Coverity bug # 82 | Volker Lendecke | 2006-03-12 | 1 | -0/+2 |
| | |||||
* | r14176: Fix coverity bug #30. Ensure no possible null deref. | Jeremy Allison | 2006-03-10 | 1 | -2/+7 |
| | | | | Jeremy. |