Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix typo | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | fixed a bug in real_seekdir() | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1998-10-07 | 3 | -413/+423 | |
| | | | | doesn't work yet) | |||||
* | added a document on how to port smbwrapper to a new system | Andrew Tridgell | 1998-10-07 | 1 | -0/+77 | |
| | ||||||
* | added some comments | Andrew Tridgell | 1998-10-07 | 1 | -6/+12 | |
| | ||||||
* | somehow "in_client" got included twice in two places. | Andrew Tridgell | 1998-10-07 | 2 | -2/+0 | |
| | ||||||
* | put #if BROKEN_CODE around all the bits of code in rpc_parse.c that | Andrew Tridgell | 1998-10-07 | 1 | -1/+8 | |
| | | | | | | don't compile. Luke, you'll need to remove these when you've fixed the code. | |||||
* | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 1998-10-07 | 2 | -1/+4 | |
| | ||||||
* | Added capability for smbclient to use the local WINS server on the same | Richard Sharpe | 1998-10-06 | 2 | -5/+7 | |
| | | | | machine if WINSsupport configured | |||||
* | dce/rpc | Luke Leighton | 1998-10-06 | 8 | -119/+303 | |
| | ||||||
* | crc32 algorithm. obtained from dr dobb's journal | Luke Leighton | 1998-10-06 | 1 | -0/+70 | |
| | | | | | http://www.ddj.com/ftp/1992/1992.05/crcman.zip. copyright 1992 mark r nelson. | |||||
* | using wrong cli_state in "security = domain" call. | Luke Leighton | 1998-10-06 | 1 | -47/+51 | |
| | ||||||
* | fixed rename error code from NT servers | Andrew Tridgell | 1998-10-06 | 1 | -0/+1 | |
| | ||||||
* | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1998-10-06 | 5 | -7/+34 | |
| | ||||||
* | added a wrapper for fork() | Andrew Tridgell | 1998-10-06 | 7 | -2/+91 | |
| | | | | | in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket. | |||||
* | fixed a bug in time setting (utime() call) | Andrew Tridgell | 1998-10-06 | 2 | -9/+12 | |
| | ||||||
* | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 1998-10-06 | 4 | -6/+36 | |
| | | | | the same manner as smbd. See the README for a full explanation. | |||||
* | added SMBW_PREFIX environment variable (allowing you to specify root | Andrew Tridgell | 1998-10-06 | 3 | -32/+77 | |
| | | | | | | | | of smb filesystem) fixed "cd /smb" bug updated README with full list of environment variables. | |||||
* | removed unused variable | Andrew Tridgell | 1998-10-06 | 1 | -1/+0 | |
| | ||||||
* | remove unused arguments from some static functions. | Andrew Tridgell | 1998-10-06 | 1 | -4/+4 | |
| | ||||||
* | use smbw_errno() not smbw_error() | Andrew Tridgell | 1998-10-06 | 1 | -1/+1 | |
| | ||||||
* | set HOST_OS after canonical system test | Andrew Tridgell | 1998-10-05 | 3 | -8/+9 | |
| | ||||||
* | clean needs to delete po32 and .so files | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | tell the user we are producing -32 code for the .32.so library | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | the IRIX make is very fussy amount comment lines. If a comment line | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | | | | | | | has a trailing \ then it continues the comment and wipes out the next non-blank line! be careful when commenting out bits of the Makefile | |||||
* | rpcclient srvsvc commands. | Luke Leighton | 1998-10-05 | 5 | -12/+21 | |
| | ||||||
* | - fixed errno return in smbw_open() | Andrew Tridgell | 1998-10-05 | 3 | -7/+17 | |
| | | | | | - updated README a bit - fixed Linux compilation of utime() | |||||
* | More yuck changes for Red Hat RPM production. | John Terpstra | 1998-10-05 | 2 | -0/+12 | |
| | ||||||
* | - keep IRIX cc -64 happy | Andrew Tridgell | 1998-10-05 | 3 | -12/+12 | |
| | | | | - fixed a chdir bug | |||||
* | ignore *.po32 files | Andrew Tridgell | 1998-10-05 | 4 | -0/+7 | |
| | ||||||
* | fixed some cast warnings from "cc -64" on IRIX | Andrew Tridgell | 1998-10-05 | 2 | -7/+8 | |
| | ||||||
* | - fixed cast warnings | Andrew Tridgell | 1998-10-05 | 2 | -11/+15 | |
| | | | | - ignore *.po32 files | |||||
* | new prototypes | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | fixed a cast warning | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | reran autoconf for IRIX changes | Andrew Tridgell | 1998-10-05 | 1 | -364/+377 | |
| | ||||||
* | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 1998-10-05 | 8 | -14/+69 | |
| | | | | especially as the headers get the syscall numbers wrong! | |||||
* | fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off | Andrew Tridgell | 1998-10-05 | 1 | -2/+2 | |
| | | | | the % works) | |||||
* | this gets it compiling under IRIX 6.4. Doesn't work yet though. | Andrew Tridgell | 1998-10-05 | 2 | -3/+13 | |
| | ||||||
* | test for creat64() | Andrew Tridgell | 1998-10-05 | 4 | -3/+6 | |
| | ||||||
* | handle systems that are missing either SYS_utime or SYS_utimes | Andrew Tridgell | 1998-10-05 | 4 | -10/+51 | |
| | ||||||
* | ported smbwrapper to SunOS4. It seems to work. pity so many binaries on | Andrew Tridgell | 1998-10-05 | 5 | -12/+102 | |
| | | | | my SunOS box are statically linked. | |||||
* | fixed typo in getgroups code | Andrew Tridgell | 1998-10-05 | 1 | -1/+3 | |
| | ||||||
* | new file realcalls.c | Andrew Tridgell | 1998-10-05 | 1 | -0/+1 | |
| | ||||||
* | Added rpcclient and smbwrapper stuff. | John Terpstra | 1998-10-05 | 1 | -4/+16 | |
| | ||||||
* | IRIX uses -shared for shared libray creation. | Andrew Tridgell | 1998-10-05 | 2 | -361/+363 | |
| | ||||||
* | need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't | Andrew Tridgell | 1998-10-05 | 2 | -6/+13 | |
| | | | | work right. | |||||
* | got rid of all assembly code and gcc special features. I'm hoping to | Andrew Tridgell | 1998-10-05 | 4 | -108/+106 | |
| | | | | get smbsh working with the normal sun compiler | |||||
* | added Solaris 2.5 | Alexandre Oliva | 1998-10-05 | 1 | -0/+1 | |
| | ||||||
* | updated README | Andrew Tridgell | 1998-10-05 | 1 | -5/+10 | |
| | ||||||
* | get type of callback right | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| |