summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1998-10-082-10/+10
|
* added some commentsAndrew Tridgell1998-10-081-1/+5
|
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-083-286/+247
|
* don't prototype the acl() functionsAndrew Tridgell1998-10-071-5/+5
|
* dce/rpcLuke Leighton1998-10-0712-333/+657
|
* added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1998-10-074-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 Leighton1998-10-071-1/+0
|
* make proto requiredLuke Leighton1998-10-071-0/+5
|
* dce/rpcLuke Leighton1998-10-079-22/+105
|
* compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1998-10-071-2/+4
| | | | compilers happy
* restore errno after smbw initialisationAndrew Tridgell1998-10-071-0/+5
|
* we need realcalls.h in realcalls.cAndrew Tridgell1998-10-071-0/+1
|
* SunOS doesn't need any ld flagsAndrew Tridgell1998-10-071-1/+3
|
* fixed a warning on SunOSAndrew Tridgell1998-10-071-1/+1
|
* use double for dummy arrays to ensure alignmentAndrew Tridgell1998-10-071-7/+7
|
* fixed fork() on SunOS4Andrew Tridgell1998-10-071-1/+1
|
* more solaris acl fixesAndrew Tridgell1998-10-071-0/+4
|
* - updated docs to say OSF1 worksAndrew Tridgell1998-10-072-4/+7
| | | | - more solaris acl fixes
* fixed facl() bug for solarisAndrew Tridgell1998-10-071-2/+2
|
* fixed __xstat() under linuxAndrew Tridgell1998-10-071-1/+1
|
* remoevd a misplaced commaAndrew Tridgell1998-10-071-1/+1
|
* return type cleanups for IRIXAndrew Tridgell1998-10-071-32/+33
|
* yet another attempt at making this stuff portable. This time I useAndrew Tridgell1998-10-074-297/+206
| | | | minimal includes in wrapped.c
* not needed any moreAndrew Tridgell1998-10-071-31/+0
|
* fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell1998-10-072-106/+107
|
* detect __sys_llseek()Andrew Tridgell1998-10-073-5/+8
|
* possibly use __sys_llseek()Andrew Tridgell1998-10-071-0/+2
|
* won't need wrapper.h anymoreAndrew Tridgell1998-10-071-0/+0
|
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-0713-358/+344
| | | | includes.h in wrapped.c, thus making porting much simpler
* test whether seekdir() returns void or notAndrew Tridgell1998-10-075-104/+159
|
* - no getdents on OSF1Andrew Tridgell1998-10-075-54/+35
| | | | | - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes!
* reran autoconfAndrew Tridgell1998-10-071-1/+1
|
* fix typoAndrew Tridgell1998-10-071-1/+1
|
* fixed a bug in real_seekdir()Andrew Tridgell1998-10-071-1/+1
|
* some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1998-10-073-413/+423
| | | | doesn't work yet)
* added a document on how to port smbwrapper to a new systemAndrew Tridgell1998-10-071-0/+77
|
* added some commentsAndrew Tridgell1998-10-071-6/+12
|
* somehow "in_client" got included twice in two places.Andrew Tridgell1998-10-072-2/+0
|
* put #if BROKEN_CODE around all the bits of code in rpc_parse.c thatAndrew Tridgell1998-10-071-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 Tridgell1998-10-072-1/+4
|
* Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1998-10-062-5/+7
| | | | machine if WINSsupport configured
* dce/rpcLuke Leighton1998-10-068-119/+303
|
* crc32 algorithm. obtained from dr dobb's journalLuke Leighton1998-10-061-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 Leighton1998-10-061-47/+51
|
* fixed rename error code from NT serversAndrew Tridgell1998-10-061-0/+1
|
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-065-7/+34
|
* added a wrapper for fork()Andrew Tridgell1998-10-067-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 Tridgell1998-10-062-9/+12
|
* implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1998-10-064-6/+36
| | | | the same manner as smbd. See the README for a full explanation.
* added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1998-10-063-32/+77
| | | | | | | | of smb filesystem) fixed "cd /smb" bug updated README with full list of environment variables.