Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can | Jeremy Allison | 1 | -12/+22 |
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 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r8184: fix build issue on Solaris in smbclient | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting or | Derrell Lipman | 1 | -6/+6 |
2007-10-10 | r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than | Derrell Lipman | 1 | -2/+2 |
2007-10-10 | r5968: derrell's large file fix for libsmbclient (BUG 2505) | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r3714: Getfacl now seems to work on files and directories. Next do setfacl | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind. | Jeremy Allison | 1 | -0/+48 |
2007-10-10 | r2665: Ensure the UNIX info level returned enough data. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC | Jeremy Allison | 1 | -1/+130 |
2007-10-10 | r1965: add cli_setattrE (inspired by samba4-code). needed for further | Günther Deschner | 1 | -0/+41 |
2007-10-10 | r96: Stupid f&%'n UNIX extensions.... SETPATHINFO | Jeremy Allison | 1 | -9/+10 |
2004-03-30 | Ensure we cope correctly with ea length of zero. Detect torture fail correctly. | Jeremy Allison | 1 | -0/+6 |
2004-03-29 | Fix get/set of EA's in client library. Added torture test for it. | Jeremy Allison | 1 | -74/+163 |
2004-03-27 | Working (tested) client code for setting EA's by filename and fnum. | Jeremy Allison | 1 | -5/+100 |
2004-03-24 | Added cli_set_ea(), cli_get_ea next... | Jeremy Allison | 1 | -0/+64 |
2004-03-03 | Added client "hardlink" commant to test doing NT rename with hard links. | Jeremy Allison | 1 | -2/+42 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 1 | -0/+38 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+3 |
2003-06-10 | fixed libsmb code to set correct timeout in cli_state when waiting for | Andrew Tridgell | 1 | -2/+2 |
2003-04-23 | Merge torture tests from HEAD - it looks like we had rather an incomplete | Andrew Bartlett | 1 | -1/+31 |
2003-04-15 | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 1 | -7/+10 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 1 | -1/+1 |
2003-03-13 | Merge from HEAD. 'win2000 can take much longer than the specified time to res... | Jeremy Allison | 1 | -1/+1 |
2003-03-13 | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 1 | -6/+6 |
2003-03-03 | More janitorial duties, fixing the BIG_UINT changes for large offsets. | Richard Sharpe | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-03-11 | added cli_locktype() for testing different lockingX lock types | Andrew Tridgell | 1 | -0/+54 |
2002-03-10 | better handling of a zero timeout in cli_lock | Andrew Tridgell | 1 | -2/+6 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 1 | -2/+2 |
2002-01-16 | Added CIFS UNIX extension code to client. | Jeremy Allison | 1 | -0/+164 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -26/+26 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 1 | -68/+65 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -3/+3 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -3/+12 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+2 |
2001-09-05 | use cli_is_error() instead of looking in smb_rcls, otherwise NT status | Andrew Tridgell | 1 | -19/+15 |
2001-08-23 | use 32 bit locking if client doesn't do 64 bit | Andrew Tridgell | 1 | -0/+8 |
2001-08-21 | string terminate in mkdir | Andrew Tridgell | 1 | -1/+1 |
2001-08-10 | A rewrite of the error handling in the libsmb client code. I've separated | Tim Potter | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -13/+13 |
2001-07-02 | Insure caught the fact that PTRDIFFs were being done between two unrelated | Jeremy Allison | 1 | -1/+1 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 1 | -2/+4 |
2001-05-17 | Fix a small warning about char * vs unsigned char * that gets some compilers | Richard Sharpe | 1 | -1/+1 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 1 | -8/+45 |