summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-08added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1-0/+3
1998-10-08- don't generate 0 params in tortureAndrew Tridgell3-14/+20
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell9-70/+53
1998-10-08add "smbtorture" alias for building smbtortureAndrew Tridgell1-0/+2
1998-10-08removed extra comma (some compilers don't like it).Andrew Tridgell1-1/+1
1998-10-08auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell3-368/+466
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell5-11/+15
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell2-10/+10
1998-10-08added some commentsAndrew Tridgell1-1/+5
1998-10-08removed lukes acl check in configure (not needed)Andrew Tridgell3-286/+247
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
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