Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -4/+4 |
2001-03-29 | Added cli_nt_delete_on_close() call to allow flag to be set for torture tests. | Jeremy Allison | 1 | -0/+41 |
2001-03-29 | Added cli_nt_create_full() as a way to get at all the ntcreate parameters. | Jeremy Allison | 1 | -6/+20 |
2001-03-14 | simpler clistr interface which handles individual packets having | Andrew Tridgell | 1 | -1/+1 |
2001-03-10 | to use the same macros in the client and server rename the CLISTR_ | Andrew Tridgell | 1 | -11/+11 |
2001-02-22 | cope better with broken filer expectations | Andrew Tridgell | 1 | -2/+2 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 1 | -50/+0 |
2001-02-20 | yipee! client unicode now works well with nt | Andrew Tridgell | 1 | -3/+9 |
2001-02-20 | converted a bunch more fns | Andrew Tridgell | 1 | -15/+25 |
2001-02-20 | converted nt_create and setatr | Andrew Tridgell | 1 | -9/+10 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 1 | -13/+14 |
2001-02-20 | converted cli_open() | Andrew Tridgell | 1 | -7/+8 |
2001-02-20 | converted cli_chkpath() | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | converted cli_mkdir() | Andrew Tridgell | 1 | -3/+4 |
2000-12-21 | Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename, | Tim Potter | 1 | -2/+49 |
2000-12-04 | pass the desired access into cli_nt_create() | Andrew Tridgell | 1 | -3/+3 |
2000-12-04 | fixed indentation | Andrew Tridgell | 1 | -1/+1 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -1/+4 |
2000-09-29 | added cli_lock64() and cli_unlock64() | Andrew Tridgell | 1 | -0/+96 |
2000-04-25 | split clientgen.c into several parts | Andrew Tridgell | 1 | -0/+609 |