summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-09dce/rpcLuke Leighton11-45/+109
1998-10-09anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1-0/+1
1998-10-09Added code to convert empty file names to "." so we avoidRichard Sharpe1-0/+12
1998-10-09Add a DEBUG to unix_convertRichard Sharpe1-0/+2
1998-10-08dce/rpcLuke Leighton14-178/+512
1998-10-08fixed bug pointed out by Herb.Andrew Tridgell1-1/+1
1998-10-08fixed a bug in the readline supportAndrew Tridgell1-3/+4
1998-10-08really fixed the warning this time :)Andrew Tridgell1-1/+1
1998-10-08fixed a warningAndrew Tridgell1-1/+1
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