Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a problem with fchdir() that broke "cvs -d" in smbsh | Andrew Tridgell | 1998-10-08 | 2 | -10/+10 |
| | |||||
* | added some comments | Andrew Tridgell | 1998-10-08 | 1 | -1/+5 |
| | |||||
* | removed lukes acl check in configure (not needed) | Andrew Tridgell | 1998-10-08 | 3 | -286/+247 |
| | |||||
* | don't prototype the acl() functions | Andrew Tridgell | 1998-10-07 | 1 | -5/+5 |
| | |||||
* | dce/rpc | Luke Leighton | 1998-10-07 | 12 | -333/+657 |
| | |||||
* | added aclent_t autoconf test (defines as an int if it doesn't exist). | Luke Leighton | 1998-10-07 | 4 | -363/+401 |
| | | | | | | | | this is to stop a compilation error caused by make proto putting functions that are wrapped in #if HAVE_ACLxxx code. maybe a better fix would be to have mkproto.awk exclude any functions wrapped in #if HAVEs that don't exist. | ||||
* | return False _and_ a break in a switch statement. | Luke Leighton | 1998-10-07 | 1 | -1/+0 |
| | |||||
* | make proto required | Luke Leighton | 1998-10-07 | 1 | -0/+5 |
| | |||||
* | dce/rpc | Luke Leighton | 1998-10-07 | 9 | -22/+105 |
| | |||||
* | compile to .po.o first then mv to .po in order to make the sun | Andrew Tridgell | 1998-10-07 | 1 | -2/+4 |
| | | | | compilers happy | ||||
* | restore errno after smbw initialisation | Andrew Tridgell | 1998-10-07 | 1 | -0/+5 |
| | |||||
* | we need realcalls.h in realcalls.c | Andrew Tridgell | 1998-10-07 | 1 | -0/+1 |
| | |||||
* | SunOS doesn't need any ld flags | Andrew Tridgell | 1998-10-07 | 1 | -1/+3 |
| | |||||
* | fixed a warning on SunOS | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | use double for dummy arrays to ensure alignment | Andrew Tridgell | 1998-10-07 | 1 | -7/+7 |
| | |||||
* | fixed fork() on SunOS4 | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | more solaris acl fixes | Andrew Tridgell | 1998-10-07 | 1 | -0/+4 |
| | |||||
* | - updated docs to say OSF1 works | Andrew Tridgell | 1998-10-07 | 2 | -4/+7 |
| | | | | - more solaris acl fixes | ||||
* | fixed facl() bug for solaris | Andrew Tridgell | 1998-10-07 | 1 | -2/+2 |
| | |||||
* | fixed __xstat() under linux | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | remoevd a misplaced comma | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | return type cleanups for IRIX | Andrew Tridgell | 1998-10-07 | 1 | -32/+33 |
| | |||||
* | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 1998-10-07 | 4 | -297/+206 |
| | | | | minimal includes in wrapped.c | ||||
* | not needed any more | Andrew Tridgell | 1998-10-07 | 1 | -31/+0 |
| | |||||
* | fix the SEEKDIR_RETURNS_VOID test | Andrew Tridgell | 1998-10-07 | 2 | -106/+107 |
| | |||||
* | detect __sys_llseek() | Andrew Tridgell | 1998-10-07 | 3 | -5/+8 |
| | |||||
* | possibly use __sys_llseek() | Andrew Tridgell | 1998-10-07 | 1 | -0/+2 |
| | |||||
* | won't need wrapper.h anymore | Andrew Tridgell | 1998-10-07 | 1 | -0/+0 |
| | |||||
* | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 1998-10-07 | 13 | -358/+344 |
| | | | | includes.h in wrapped.c, thus making porting much simpler | ||||
* | test whether seekdir() returns void or not | Andrew Tridgell | 1998-10-07 | 5 | -104/+159 |
| | |||||
* | - no getdents on OSF1 | Andrew Tridgell | 1998-10-07 | 5 | -54/+35 |
| | | | | | - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! | ||||
* | reran autoconf | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | fixed a bug in real_seekdir() | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1998-10-07 | 3 | -413/+423 |
| | | | | doesn't work yet) | ||||
* | added a document on how to port smbwrapper to a new system | Andrew Tridgell | 1998-10-07 | 1 | -0/+77 |
| | |||||
* | added some comments | Andrew Tridgell | 1998-10-07 | 1 | -6/+12 |
| | |||||
* | somehow "in_client" got included twice in two places. | Andrew Tridgell | 1998-10-07 | 2 | -2/+0 |
| | |||||
* | put #if BROKEN_CODE around all the bits of code in rpc_parse.c that | Andrew Tridgell | 1998-10-07 | 1 | -1/+8 |
| | | | | | | don't compile. Luke, you'll need to remove these when you've fixed the code. | ||||
* | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 1998-10-07 | 2 | -1/+4 |
| | |||||
* | Added capability for smbclient to use the local WINS server on the same | Richard Sharpe | 1998-10-06 | 2 | -5/+7 |
| | | | | machine if WINSsupport configured | ||||
* | dce/rpc | Luke Leighton | 1998-10-06 | 8 | -119/+303 |
| | |||||
* | crc32 algorithm. obtained from dr dobb's journal | Luke Leighton | 1998-10-06 | 1 | -0/+70 |
| | | | | | http://www.ddj.com/ftp/1992/1992.05/crcman.zip. copyright 1992 mark r nelson. | ||||
* | using wrong cli_state in "security = domain" call. | Luke Leighton | 1998-10-06 | 1 | -47/+51 |
| | |||||
* | fixed rename error code from NT servers | Andrew Tridgell | 1998-10-06 | 1 | -0/+1 |
| | |||||
* | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1998-10-06 | 5 | -7/+34 |
| | |||||
* | added a wrapper for fork() | Andrew Tridgell | 1998-10-06 | 7 | -2/+91 |
| | | | | | in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket. | ||||
* | fixed a bug in time setting (utime() call) | Andrew Tridgell | 1998-10-06 | 2 | -9/+12 |
| | |||||
* | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 1998-10-06 | 4 | -6/+36 |
| | | | | the same manner as smbd. See the README for a full explanation. | ||||
* | added SMBW_PREFIX environment variable (allowing you to specify root | Andrew Tridgell | 1998-10-06 | 3 | -32/+77 |
| | | | | | | | | of smb filesystem) fixed "cd /smb" bug updated README with full list of environment variables. |