summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1998-10-081-0/+3
| | | | (This used to be commit 0067e45d4194bd14549aac6e8f40a2ef19305716)
* - don't generate 0 params in tortureAndrew Tridgell1998-10-083-14/+20
| | | | | - handle 0 params in ipc.c (This used to be commit c0dc8e87f0d56444a8ddff0817a94065ca295847)
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-089-70/+53
| | | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway (This used to be commit 91597c12fb593f49b23c7cea5b64dbb89a0428b3)
* add "smbtorture" alias for building smbtortureAndrew Tridgell1998-10-081-0/+2
| | | | (This used to be commit 230e4eb3dd9753899564fd6ec0e0291ee00be8c4)
* removed extra comma (some compilers don't like it).Andrew Tridgell1998-10-081-1/+1
| | | | | Luke, I fixed this yesterday as well! grumble. (This used to be commit da5234faa0373f5b913a135b2557f2ca9e30111c)
* auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1998-10-083-368/+466
| | | | (This used to be commit 5d92e003978f02e53c0886508ccefc8c24ec1bbf)
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-085-11/+15
| | | | (This used to be commit 349469221a84658048790d7567b4fcea43c0b759)
* fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1998-10-082-10/+10
| | | | (This used to be commit 6121f7c8c2d63fd12266327a6f2ac9a5e717dccc)
* added some commentsAndrew Tridgell1998-10-081-1/+5
| | | | (This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-083-286/+247
| | | | (This used to be commit a3339c111de9f82b6badaac8e6ef430d277c3afa)
* don't prototype the acl() functionsAndrew Tridgell1998-10-071-5/+5
| | | | (This used to be commit 9efbb21f35aca6f86ed3cb9c58ebec40e5d44b90)
* dce/rpcLuke Leighton1998-10-0712-333/+657
| | | | (This used to be commit 6677b888bdb45df00646eb7cc13005b9465ff971)
* 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. (This used to be commit 361c1b7ea994cc25d460ebd25b2ad9025f90848c)
* return False _and_ a break in a switch statement.Luke Leighton1998-10-071-1/+0
| | | | (This used to be commit e3f0f1ad9c2b81fd3489d858a9a98338001538c5)
* make proto requiredLuke Leighton1998-10-071-0/+5
| | | | (This used to be commit cf4e2a601fe6b6c9980da87d51643b726c0de1dd)
* dce/rpcLuke Leighton1998-10-079-22/+105
| | | | (This used to be commit 34afa638f6f7bb145ec094510ac58f7a22dfc3aa)
* compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1998-10-071-2/+4
| | | | | compilers happy (This used to be commit 6625b696469089138f0bd01ab966f30ba509dbda)
* restore errno after smbw initialisationAndrew Tridgell1998-10-071-0/+5
| | | | (This used to be commit f374706cbf654bdb33df3074cb1a8101af0201eb)
* we need realcalls.h in realcalls.cAndrew Tridgell1998-10-071-0/+1
| | | | (This used to be commit 42765a654f9fe45160760e61a80d789279ee6198)
* SunOS doesn't need any ld flagsAndrew Tridgell1998-10-071-1/+3
| | | | (This used to be commit f92383689a6ee62c71553f12c633f1aadb32065e)
* fixed a warning on SunOSAndrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit fda52c6fd1ff0c46948bff7156742dab1dd1eacd)
* use double for dummy arrays to ensure alignmentAndrew Tridgell1998-10-071-7/+7
| | | | (This used to be commit d651229ef3eb06035d015770c5ea018f33234ebc)
* fixed fork() on SunOS4Andrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit c506ffa527428897689dfd9ff48719208c47669d)
* more solaris acl fixesAndrew Tridgell1998-10-071-0/+4
| | | | (This used to be commit 1ad5bc381ab00f0699f025cb64db7cb4fa102c13)
* - updated docs to say OSF1 worksAndrew Tridgell1998-10-072-4/+7
| | | | | - more solaris acl fixes (This used to be commit 8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63)
* fixed facl() bug for solarisAndrew Tridgell1998-10-071-2/+2
| | | | (This used to be commit ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3)
* fixed __xstat() under linuxAndrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit 15aa1b52cd78e9b59fa44b248267b9698a5b0d5c)
* remoevd a misplaced commaAndrew Tridgell1998-10-071-1/+1
| | | | (This used to be commit c1d2d4e27125cbd463f520d1109e7c7988b58222)
* 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)