Age | Commit message (Expand) | Author | Files | Lines |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 1 | -2/+2 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 1 | -0/+30 |
2007-10-31 | Add printout of large read/write caps if detected. | Jeremy Allison | 1 | -0/+6 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 2 | -2/+2 |
2007-10-27 | Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET) | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Two patches | Volker Lendecke | 2 | -6/+6 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -9/+9 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 6 | -95/+95 |
2007-10-15 | Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctool | Günter Kukkukk | 3 | -10/+10 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | 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 | 3 | -119/+19 |
2007-10-10 | r25355: IP address parsing did not allow for fully expanded ipv6 addresses | Steve French | 1 | -1/+1 |
2007-10-10 | r25169: Fix bug 4028 | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r24601: Fix if statements where we still expected cli_connect() to return BOOL. | Lars Müller | 1 | -1/+1 |
2007-10-10 | r24223: Convert reply_echo to the new API | Volker Lendecke | 1 | -4/+6 |
2007-10-10 | r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web.... | Jeremy Allison | 1 | -5/+14 |
2007-10-10 | r23989: For testing purposes, add "echo" to smbclient | Volker Lendecke | 1 | -0/+19 |
2007-10-10 | r23825: Add ".." command as an alias to "cd ..". | Günther Deschner | 1 | -1/+15 |
2007-10-10 | r23824: Add ls alias for lazy typers like me. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 8 | -16/+8 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 9 | -9/+9 |
2007-10-10 | r23596: Add notes about smbfs/cifs to usage() in smb[u]mount | Volker Lendecke | 2 | -1/+6 |
2007-10-10 | r23571: Fix, parsing of multi byte share names. | Simo Sorce | 1 | -16/+10 |
2007-10-10 | r23567: Fix bug 4721 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r23527: Use existing escaping function pointed by James | Simo Sorce | 1 | -27/+3 |
2007-10-10 | r23524: Fix bug 2319. | Simo Sorce | 1 | -13/+60 |
2007-10-10 | r22982: Do not prompt for password on sec=none for mount.cifs (and allow guest | Steve French | 1 | -2/+5 |
2007-10-10 | r22979: Revert previous checkin (which had some debug junk) and fix misc free... | Steve French | 1 | -68/+25 |
2007-10-10 | r22779: Patch for not prompting for password on cifs mounts when "sec=none" | Steve French | 1 | -10/+61 |
2007-10-10 | r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex for | Steve French | 1 | -6/+6 |
2007-10-10 | r22526: Support deep tree mounts after share (instead of having to specify | Steve French | 1 | -0/+10 |
2007-10-10 | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 1 | -23/+28 |
2007-10-10 | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ... | Simo Sorce | 1 | -26/+63 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21992: Fix keepalive processing when encryption turned on. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21901: Don't use fstrcat when you mean fstrcpy. Doh ! | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r21898: Added test command, fixed first valgrind bugs. | Jeremy Allison | 1 | -0/+43 |
2007-10-10 | r21840: mount.cifs compile on old libc missing bind mount #define | Steve French | 1 | -0/+4 |
2007-10-10 | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 3 | -53/+66 |
2007-10-10 | r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient | Jeremy Allison | 1 | -0/+32 |
2007-10-10 | r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 3 | -7/+7 |
2007-10-10 | r21657: get rid of warning - not everyone understands %F | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r21641: Add test code for POSIX pathname calls into smbclient. | Jeremy Allison | 1 | -0/+147 |
2007-10-10 | r21283: Do not display away debug output of cifs dfs resolver by default | Steve French | 1 | -3/+3 |
2007-10-10 | r21224: Initial checkin of cifs_host_name resolver helper script | Steve French | 1 | -0/+51 |
2007-10-10 | r20832: Remove extra pointers previously added to unique [out] pointers. Inst... | Jelmer Vernooij | 1 | -2/+1 |