Age | Commit message (Expand) | Author | Files | Lines |
1998-10-07 | somehow "in_client" got included twice in two places. | Andrew Tridgell | 2 | -2/+0 |
1998-10-07 | put #if BROKEN_CODE around all the bits of code in rpc_parse.c that | Andrew Tridgell | 1 | -1/+8 |
1998-10-07 | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 2 | -1/+4 |
1998-10-06 | Added capability for smbclient to use the local WINS server on the same | Richard Sharpe | 2 | -5/+7 |
1998-10-06 | dce/rpc | Luke Leighton | 8 | -119/+303 |
1998-10-06 | crc32 algorithm. obtained from dr dobb's journal | Luke Leighton | 1 | -0/+70 |
1998-10-06 | using wrong cli_state in "security = domain" call. | Luke Leighton | 1 | -47/+51 |
1998-10-06 | fixed rename error code from NT servers | Andrew Tridgell | 1 | -0/+1 |
1998-10-06 | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 5 | -7/+34 |
1998-10-06 | added a wrapper for fork() | Andrew Tridgell | 7 | -2/+91 |
1998-10-06 | fixed a bug in time setting (utime() call) | Andrew Tridgell | 2 | -9/+12 |
1998-10-06 | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 4 | -6/+36 |
1998-10-06 | added SMBW_PREFIX environment variable (allowing you to specify root | Andrew Tridgell | 3 | -32/+77 |
1998-10-06 | removed unused variable | Andrew Tridgell | 1 | -1/+0 |
1998-10-06 | remove unused arguments from some static functions. | Andrew Tridgell | 1 | -4/+4 |
1998-10-06 | use smbw_errno() not smbw_error() | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | set HOST_OS after canonical system test | Andrew Tridgell | 3 | -8/+9 |
1998-10-05 | clean needs to delete po32 and .so files | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | tell the user we are producing -32 code for the .32.so library | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | the IRIX make is very fussy amount comment lines. If a comment line | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | rpcclient srvsvc commands. | Luke Leighton | 5 | -12/+21 |
1998-10-05 | - fixed errno return in smbw_open() | Andrew Tridgell | 3 | -7/+17 |
1998-10-05 | - keep IRIX cc -64 happy | Andrew Tridgell | 3 | -12/+12 |
1998-10-05 | ignore *.po32 files | Andrew Tridgell | 4 | -0/+7 |
1998-10-05 | fixed some cast warnings from "cc -64" on IRIX | Andrew Tridgell | 2 | -7/+8 |
1998-10-05 | - fixed cast warnings | Andrew Tridgell | 2 | -11/+15 |
1998-10-05 | new prototypes | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | fixed a cast warning | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | reran autoconf for IRIX changes | Andrew Tridgell | 1 | -364/+377 |
1998-10-05 | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 8 | -14/+69 |
1998-10-05 | fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off | Andrew Tridgell | 1 | -2/+2 |
1998-10-05 | this gets it compiling under IRIX 6.4. Doesn't work yet though. | Andrew Tridgell | 2 | -3/+13 |
1998-10-05 | test for creat64() | Andrew Tridgell | 4 | -3/+6 |
1998-10-05 | handle systems that are missing either SYS_utime or SYS_utimes | Andrew Tridgell | 4 | -10/+51 |
1998-10-05 | ported smbwrapper to SunOS4. It seems to work. pity so many binaries on | Andrew Tridgell | 5 | -12/+102 |
1998-10-05 | fixed typo in getgroups code | Andrew Tridgell | 1 | -1/+3 |
1998-10-05 | new file realcalls.c | Andrew Tridgell | 1 | -0/+1 |
1998-10-05 | IRIX uses -shared for shared libray creation. | Andrew Tridgell | 2 | -361/+363 |
1998-10-05 | need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't | Andrew Tridgell | 2 | -6/+13 |
1998-10-05 | got rid of all assembly code and gcc special features. I'm hoping to | Andrew Tridgell | 4 | -108/+106 |
1998-10-05 | added Solaris 2.5 | Alexandre Oliva | 1 | -0/+1 |
1998-10-05 | updated README | Andrew Tridgell | 1 | -5/+10 |
1998-10-05 | get type of callback right | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | test for loff_t and offset_t to support llseek() on Solaris and Linux. | Andrew Tridgell | 4 | -242/+314 |
1998-10-05 | revert 64-bit file support; it's hard-coded already | Alexandre Oliva | 3 | -365/+241 |
1998-10-05 | just try to rmdir bin after removing bin/.dummy, in realclean | Alexandre Oliva | 1 | -1/+2 |
1998-10-05 | it's a bit dangerous to use rm -rf | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | rm object files created by mkdir probes | Alexandre Oliva | 1 | -7/+6 |
1998-10-05 | removed requirement of having a smb.conf for smbwrapper to work. | Andrew Tridgell | 2 | -5/+5 |
1998-10-05 | handle ENOTDIR errno in cli_error() | Andrew Tridgell | 1 | -0/+2 |