summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-10-07dce/rpcLuke Leighton12-333/+657
1998-10-07added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton4-363/+401
1998-10-07return False _and_ a break in a switch statement.Luke Leighton1-1/+0
1998-10-07make proto requiredLuke Leighton1-0/+5
1998-10-07dce/rpcLuke Leighton9-22/+105
1998-10-07compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1-2/+4
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
1998-10-07we need realcalls.h in realcalls.cAndrew Tridgell1-0/+1
1998-10-07SunOS doesn't need any ld flagsAndrew Tridgell1-1/+3
1998-10-07fixed a warning on SunOSAndrew Tridgell1-1/+1
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
1998-10-07more solaris acl fixesAndrew Tridgell1-0/+4
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell2-4/+7
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
1998-10-07remoevd a misplaced commaAndrew Tridgell1-1/+1
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell4-297/+206
1998-10-07not needed any moreAndrew Tridgell1-31/+0
1998-10-07fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell2-106/+107
1998-10-07detect __sys_llseek()Andrew Tridgell3-5/+8
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
1998-10-07won't need wrapper.h anymoreAndrew Tridgell1-0/+0
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell13-358/+344
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