summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-10-06crc32 algorithm. obtained from dr dobb's journalLuke Leighton1-0/+70
1998-10-06using wrong cli_state in "security = domain" call.Luke Leighton1-47/+51
1998-10-06fixed rename error code from NT serversAndrew Tridgell1-0/+1
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell5-7/+34
1998-10-06added a wrapper for fork()Andrew Tridgell7-2/+91
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell2-9/+12
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell4-6/+36
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell3-32/+77
1998-10-06removed unused variableAndrew Tridgell1-1/+0
1998-10-06remove unused arguments from some static functions.Andrew Tridgell1-4/+4
1998-10-06use smbw_errno() not smbw_error()Andrew Tridgell1-1/+1
1998-10-05set HOST_OS after canonical system testAndrew Tridgell3-8/+9
1998-10-05clean needs to delete po32 and .so filesAndrew Tridgell1-1/+1
1998-10-05tell the user we are producing -32 code for the .32.so libraryAndrew Tridgell1-1/+1
1998-10-05the IRIX make is very fussy amount comment lines. If a comment lineAndrew Tridgell1-1/+1
1998-10-05rpcclient srvsvc commands.Luke Leighton5-12/+21
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell3-7/+17
1998-10-05More yuck changes for Red Hat RPM production.John Terpstra2-0/+12
1998-10-05- keep IRIX cc -64 happyAndrew Tridgell3-12/+12
1998-10-05ignore *.po32 filesAndrew Tridgell4-0/+7
1998-10-05fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell2-7/+8
1998-10-05- fixed cast warningsAndrew Tridgell2-11/+15
1998-10-05new prototypesAndrew Tridgell1-1/+1
1998-10-05fixed a cast warningAndrew Tridgell1-1/+1
1998-10-05reran autoconf for IRIX changesAndrew Tridgell1-364/+377
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell8-14/+69
1998-10-05fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving offAndrew Tridgell1-2/+2
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell2-3/+13
1998-10-05test for creat64()Andrew Tridgell4-3/+6
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell4-10/+51
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell5-12/+102
1998-10-05fixed typo in getgroups codeAndrew Tridgell1-1/+3
1998-10-05new file realcalls.cAndrew Tridgell1-0/+1
1998-10-05Added rpcclient and smbwrapper stuff.John Terpstra1-4/+16
1998-10-05IRIX uses -shared for shared libray creation.Andrew Tridgell2-361/+363
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell2-6/+13
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell4-108/+106
1998-10-05added Solaris 2.5Alexandre Oliva1-0/+1
1998-10-05updated READMEAndrew Tridgell1-5/+10
1998-10-05get type of callback rightAndrew Tridgell1-1/+1
1998-10-05test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell4-242/+314
1998-10-05revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva3-365/+241
1998-10-05just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1-1/+2
1998-10-05it's a bit dangerous to use rm -rfAndrew Tridgell1-1/+1
1998-10-05rm object files created by mkdir probesAlexandre Oliva1-7/+6
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell2-5/+5
1998-10-05handle ENOTDIR errno in cli_error()Andrew Tridgell1-0/+2
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-3/+162
1998-10-05added 64-bit file supportAlexandre Oliva3-241/+365
1998-10-05added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-126/+339