summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-07test whether seekdir() returns void or notAndrew Tridgell5-104/+159
1998-10-07- no getdents on OSF1Andrew Tridgell5-54/+35
1998-10-07reran autoconfAndrew Tridgell1-1/+1
1998-10-07fix typoAndrew Tridgell1-1/+1
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell3-413/+423
1998-10-07added a document on how to port smbwrapper to a new systemAndrew Tridgell1-0/+77
1998-10-07added some commentsAndrew Tridgell1-6/+12
1998-10-07somehow "in_client" got included twice in two places.Andrew Tridgell2-2/+0
1998-10-07put #if BROKEN_CODE around all the bits of code in rpc_parse.c thatAndrew Tridgell1-1/+8
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell2-1/+4
1998-10-06Added capability for smbclient to use the local WINS server on the sameRichard Sharpe2-5/+7
1998-10-06dce/rpcLuke Leighton8-119/+303
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-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-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