summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* return type cleanups for IRIXAndrew Tridgell1998-10-071-32/+33
| | | | (This used to be commit 96fc2856bcb1424f69ecf513f7b685bec08dcb1f)
* yet another attempt at making this stuff portable. This time I useAndrew Tridgell1998-10-074-297/+206
| | | | | minimal includes in wrapped.c (This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
* not needed any moreAndrew Tridgell1998-10-071-31/+0
| | | | (This used to be commit 4ea3f86f996c1c6acfbf0363e1a02ace4b4a302c)
* fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell1998-10-072-106/+107
| | | | (This used to be commit ed0b43294a922dc24be87082fa22b45b0fa2af46)
* detect __sys_llseek()Andrew Tridgell1998-10-073-5/+8
| | | | (This used to be commit 2a25034b033d207b5ce50946f3d9c9fad2c3a153)
* possibly use __sys_llseek()Andrew Tridgell1998-10-071-0/+2
| | | | (This used to be commit ab49ffe37f11b28144a7815ada1d891b14ffbc2d)
* won't need wrapper.h anymoreAndrew Tridgell1998-10-071-0/+0
| | | | (This used to be commit 1918ea2991bef323fdb00912500961d60da17cdb)
* 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 (This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
* test whether seekdir() returns void or notAndrew Tridgell1998-10-075-104/+159
| | | | (This used to be commit 4dbfec81b2c67f2d36b26685a631001738d9569f)
* - 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! (This used to be commit 77aea37bb83f2b9ad541f851b003ca10b9811314)
* reran autoconfAndrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit 50526c45ba7920b15b6947edc8bc714a00d80f79)
* fix typoAndrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit c4da5741f33f9108e01309a6734f16b1b854ea30)
* fixed a bug in real_seekdir()Andrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit 699777a5c149d8608c834034d50b207d6da254b2)
* some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1998-10-073-413/+423
| | | | | doesn't work yet) (This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b)
* added a document on how to port smbwrapper to a new systemAndrew Tridgell1998-10-071-0/+77
| | | | (This used to be commit bf1e257afb51f93e707bd7c1f75c8a2b35e69bed)
* added some commentsAndrew Tridgell1998-10-071-6/+12
| | | | (This used to be commit c81568a6934acab45702639c1c57aadb145f246b)
* somehow "in_client" got included twice in two places.Andrew Tridgell1998-10-072-2/+0
| | | | (This used to be commit 378290bfe1dc4965679495aab58be55e81ecf192)
* 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. (This used to be commit 4f411d62640615ce94667ddb9946082e72e23bb6)
* do an anonymous login if the username/password is rejected.Andrew Tridgell1998-10-072-1/+4
| | | | (This used to be commit 0ee3e0c62378bdf7a8e145de0727ea85763af95a)
* Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1998-10-062-5/+7
| | | | | machine if WINSsupport configured (This used to be commit 1398feebbcb65a9e78b7084811bf9727b6d89682)
* dce/rpcLuke Leighton1998-10-068-119/+303
| | | | (This used to be commit eb279cabd059603b6c8d9b74e4fd31c4ffe87593)
* 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. (This used to be commit 73667141af2f707fe306a0fda4853d160e55bd97)
* using wrong cli_state in "security = domain" call.Luke Leighton1998-10-061-47/+51
| | | | (This used to be commit 1c08cc2466f7bf615a3508e028f0b65f120d2e5d)
* fixed rename error code from NT serversAndrew Tridgell1998-10-061-0/+1
| | | | (This used to be commit e7516901270a4a790a3e346065eb2be8ede16cb3)
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-065-7/+34
| | | | (This used to be commit a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0)
* 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. (This used to be commit b7ecbca3aff34ff06a445e5ee39efba48261b7e8)
* fixed a bug in time setting (utime() call)Andrew Tridgell1998-10-062-9/+12
| | | | (This used to be commit 2f4506a33c7015f2a176929d794c6c40f1433591)
* 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. (This used to be commit 0a5dcddd3fa23081d7cd214acc32b8046125a74e)
* 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. (This used to be commit 71acf338d721b106af8d80e7b3a6f318ab75da8b)
* removed unused variableAndrew Tridgell1998-10-061-1/+0
| | | | (This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
* remove unused arguments from some static functions.Andrew Tridgell1998-10-061-4/+4
| | | | (This used to be commit a9e0e5895a671910f315d9e45eca4fe419d815e5)
* use smbw_errno() not smbw_error()Andrew Tridgell1998-10-061-1/+1
| | | | (This used to be commit be7ae2a4e75aab0a71be10eb39cef9434dedae2a)
* set HOST_OS after canonical system testAndrew Tridgell1998-10-053-8/+9
| | | | (This used to be commit fc602e5e26a2de94be6b5a5509b77876dc0fd7ff)
* clean needs to delete po32 and .so filesAndrew Tridgell1998-10-051-1/+1
| | | | (This used to be commit 969eb180646977a01e6d44bde1e13343fd0fa1f7)
* tell the user we are producing -32 code for the .32.so libraryAndrew Tridgell1998-10-051-1/+1
| | | | (This used to be commit e9676812affbdaa0519415fff85d7e31383e7e2f)
* the IRIX make is very fussy amount comment lines. If a comment lineAndrew Tridgell1998-10-051-1/+1
| | | | | | | | has a trailing \ then it continues the comment and wipes out the next non-blank line! be careful when commenting out bits of the Makefile (This used to be commit 450b1813bf965cc43b9551f265d824b13885bff4)
* rpcclient srvsvc commands.Luke Leighton1998-10-055-12/+21
| | | | (This used to be commit 1a9a22c657c46648adaa98ac1fe394ce4bce11f0)
* - fixed errno return in smbw_open()Andrew Tridgell1998-10-053-7/+17
| | | | | | - updated README a bit - fixed Linux compilation of utime() (This used to be commit 4bacf32755f8012110797f7aae2b3e1e0e2f537b)
* More yuck changes for Red Hat RPM production.John Terpstra1998-10-052-0/+12
| | | | (This used to be commit aa38a03961442e70e453f65c60f717765b4bea6f)
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-053-12/+12
| | | | | - fixed a chdir bug (This used to be commit 80d1c5118abaa99fe0f1c9d2089a81c9953cebad)
* ignore *.po32 filesAndrew Tridgell1998-10-054-0/+7
| | | | (This used to be commit 01de9a50e030da722076c67c235801c36c90bb66)
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-052-7/+8
| | | | (This used to be commit 624097e8f4a104393865ee100e884f000ca3f6df)
* - fixed cast warningsAndrew Tridgell1998-10-052-11/+15
| | | | | - ignore *.po32 files (This used to be commit 469474803d39ceec7155792d364787318708fb91)
* new prototypesAndrew Tridgell1998-10-051-1/+1
| | | | (This used to be commit 0a733ce59d3e77f8cfd6a8165beeb39c23b26999)
* fixed a cast warningAndrew Tridgell1998-10-051-1/+1
| | | | (This used to be commit 4093bb16d20b0057e07085f061bdcfb372c679c1)
* reran autoconf for IRIX changesAndrew Tridgell1998-10-051-364/+377
| | | | (This used to be commit cbba700cb5f49fa6833a3326d7ad7c77bb76e3f7)
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-058-14/+69
| | | | | especially as the headers get the syscall numbers wrong! (This used to be commit a5405f1ab069a3123a819311a87ca84f2c5f0fea)
* fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving offAndrew Tridgell1998-10-051-2/+2
| | | | | the % works) (This used to be commit 7c4ad07b5989feee6ab84eb7ff2fe2e76e1475a6)
* this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1998-10-052-3/+13
| | | | (This used to be commit 0c8288a72c6d6f2774dd57a7107ad68c98e0d24a)
* test for creat64()Andrew Tridgell1998-10-054-3/+6
| | | | (This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)