Age | Commit message (Expand) | Author | Files | Lines |
1998-10-09 | dce/rpc | Luke Leighton | 7 | -114/+254 |
1998-10-09 | signed / unsigned issues spotted by herb | Luke Leighton | 4 | -11/+11 |
1998-10-09 | dce/rpc. | Luke Leighton | 6 | -19/+34 |
1998-10-09 | basic client-side ntcreateX function (hard-wired values except filename) | Luke Leighton | 5 | -15/+76 |
1998-10-09 | dce/rpc | Luke Leighton | 11 | -45/+109 |
1998-10-09 | anders blomdell spotted an unititialised fstring causing strlen to go | Luke Leighton | 1 | -0/+1 |
1998-10-09 | Added code to convert empty file names to "." so we avoid | Richard Sharpe | 1 | -0/+12 |
1998-10-09 | Add a DEBUG to unix_convert | Richard Sharpe | 1 | -0/+2 |
1998-10-08 | dce/rpc | Luke Leighton | 14 | -178/+512 |
1998-10-08 | fixed bug pointed out by Herb. | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | fixed a bug in the readline support | Andrew Tridgell | 1 | -3/+4 |
1998-10-08 | really fixed the warning this time :) | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | fixed a warning | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | added "permission obtained from John Erickson <jerickson@ddj.com> ...." | Luke Leighton | 1 | -0/+3 |
1998-10-08 | - don't generate 0 params in torture | Andrew Tridgell | 3 | -14/+20 |
1998-10-08 | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 9 | -70/+53 |
1998-10-08 | add "smbtorture" alias for building smbtorture | Andrew Tridgell | 1 | -0/+2 |
1998-10-08 | removed extra comma (some compilers don't like it). | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | auto-detect the right flag for the compiler to produce PIC code | Andrew Tridgell | 3 | -368/+466 |
1998-10-08 | use 1 second resolution calls if possible | Andrew Tridgell | 5 | -11/+15 |
1998-10-08 | fixed a problem with fchdir() that broke "cvs -d" in smbsh | Andrew Tridgell | 2 | -10/+10 |
1998-10-08 | added some comments | Andrew Tridgell | 1 | -1/+5 |
1998-10-08 | removed lukes acl check in configure (not needed) | Andrew Tridgell | 3 | -286/+247 |
1998-10-07 | don't prototype the acl() functions | Andrew Tridgell | 1 | -5/+5 |
1998-10-07 | dce/rpc | Luke Leighton | 12 | -333/+657 |
1998-10-07 | added aclent_t autoconf test (defines as an int if it doesn't exist). | Luke Leighton | 4 | -363/+401 |
1998-10-07 | return False _and_ a break in a switch statement. | Luke Leighton | 1 | -1/+0 |
1998-10-07 | make proto required | Luke Leighton | 1 | -0/+5 |
1998-10-07 | dce/rpc | Luke Leighton | 9 | -22/+105 |
1998-10-07 | compile to .po.o first then mv to .po in order to make the sun | Andrew Tridgell | 1 | -2/+4 |
1998-10-07 | restore errno after smbw initialisation | Andrew Tridgell | 1 | -0/+5 |
1998-10-07 | we need realcalls.h in realcalls.c | Andrew Tridgell | 1 | -0/+1 |
1998-10-07 | SunOS doesn't need any ld flags | Andrew Tridgell | 1 | -1/+3 |
1998-10-07 | fixed a warning on SunOS | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | use double for dummy arrays to ensure alignment | Andrew Tridgell | 1 | -7/+7 |
1998-10-07 | fixed fork() on SunOS4 | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | more solaris acl fixes | Andrew Tridgell | 1 | -0/+4 |
1998-10-07 | - updated docs to say OSF1 works | Andrew Tridgell | 2 | -4/+7 |
1998-10-07 | fixed facl() bug for solaris | Andrew Tridgell | 1 | -2/+2 |
1998-10-07 | fixed __xstat() under linux | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | remoevd a misplaced comma | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | return type cleanups for IRIX | Andrew Tridgell | 1 | -32/+33 |
1998-10-07 | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 4 | -297/+206 |
1998-10-07 | not needed any more | Andrew Tridgell | 1 | -31/+0 |
1998-10-07 | fix the SEEKDIR_RETURNS_VOID test | Andrew Tridgell | 2 | -106/+107 |
1998-10-07 | detect __sys_llseek() | Andrew Tridgell | 3 | -5/+8 |
1998-10-07 | possibly use __sys_llseek() | Andrew Tridgell | 1 | -0/+2 |
1998-10-07 | won't need wrapper.h anymore | Andrew Tridgell | 1 | -0/+0 |
1998-10-07 | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 13 | -358/+344 |
1998-10-07 | test whether seekdir() returns void or not | Andrew Tridgell | 5 | -104/+159 |