summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-10-08add missing targets that were added to makefileHerb Lewis2-2/+12
(This used to be commit 993c49a984fa2ae219f675543a1d0b6a7fbe043a)
1998-10-08added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1-0/+3
(This used to be commit 0067e45d4194bd14549aac6e8f40a2ef19305716)
1998-10-08- don't generate 0 params in tortureAndrew Tridgell3-14/+20
- handle 0 params in ipc.c (This used to be commit c0dc8e87f0d56444a8ddff0817a94065ca295847)
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell9-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)
1998-10-08add "smbtorture" alias for building smbtortureAndrew Tridgell1-0/+2
(This used to be commit 230e4eb3dd9753899564fd6ec0e0291ee00be8c4)
1998-10-08removed extra comma (some compilers don't like it).Andrew Tridgell1-1/+1
Luke, I fixed this yesterday as well! grumble. (This used to be commit da5234faa0373f5b913a135b2557f2ca9e30111c)
1998-10-08auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell3-368/+466
(This used to be commit 5d92e003978f02e53c0886508ccefc8c24ec1bbf)
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell5-11/+15
(This used to be commit 349469221a84658048790d7567b4fcea43c0b759)
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell2-10/+10
(This used to be commit 6121f7c8c2d63fd12266327a6f2ac9a5e717dccc)
1998-10-08added some commentsAndrew Tridgell1-1/+5
(This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
1998-10-08removed lukes acl check in configure (not needed)Andrew Tridgell3-286/+247
(This used to be commit a3339c111de9f82b6badaac8e6ef430d277c3afa)
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
(This used to be commit 9efbb21f35aca6f86ed3cb9c58ebec40e5d44b90)
1998-10-07dce/rpcLuke Leighton12-333/+657
(This used to be commit 6677b888bdb45df00646eb7cc13005b9465ff971)
1998-10-07added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton4-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)
1998-10-07return False _and_ a break in a switch statement.Luke Leighton1-1/+0
(This used to be commit e3f0f1ad9c2b81fd3489d858a9a98338001538c5)
1998-10-07make proto requiredLuke Leighton1-0/+5
(This used to be commit cf4e2a601fe6b6c9980da87d51643b726c0de1dd)
1998-10-07dce/rpcLuke Leighton9-22/+105
(This used to be commit 34afa638f6f7bb145ec094510ac58f7a22dfc3aa)
1998-10-07compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1-2/+4
compilers happy (This used to be commit 6625b696469089138f0bd01ab966f30ba509dbda)
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
(This used to be commit f374706cbf654bdb33df3074cb1a8101af0201eb)
1998-10-07we need realcalls.h in realcalls.cAndrew Tridgell1-0/+1
(This used to be commit 42765a654f9fe45160760e61a80d789279ee6198)
1998-10-07SunOS doesn't need any ld flagsAndrew Tridgell1-1/+3
(This used to be commit f92383689a6ee62c71553f12c633f1aadb32065e)
1998-10-07fixed a warning on SunOSAndrew Tridgell1-1/+1
(This used to be commit fda52c6fd1ff0c46948bff7156742dab1dd1eacd)
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
(This used to be commit d651229ef3eb06035d015770c5ea018f33234ebc)
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
(This used to be commit c506ffa527428897689dfd9ff48719208c47669d)
1998-10-07more solaris acl fixesAndrew Tridgell1-0/+4
(This used to be commit 1ad5bc381ab00f0699f025cb64db7cb4fa102c13)
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell2-4/+7
- more solaris acl fixes (This used to be commit 8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63)
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
(This used to be commit ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3)
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
(This used to be commit 15aa1b52cd78e9b59fa44b248267b9698a5b0d5c)
1998-10-07remoevd a misplaced commaAndrew Tridgell1-1/+1
(This used to be commit c1d2d4e27125cbd463f520d1109e7c7988b58222)
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
(This used to be commit 96fc2856bcb1424f69ecf513f7b685bec08dcb1f)
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell4-297/+206
minimal includes in wrapped.c (This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
1998-10-07not needed any moreAndrew Tridgell1-31/+0
(This used to be commit 4ea3f86f996c1c6acfbf0363e1a02ace4b4a302c)
1998-10-07fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell2-106/+107
(This used to be commit ed0b43294a922dc24be87082fa22b45b0fa2af46)
1998-10-07detect __sys_llseek()Andrew Tridgell3-5/+8
(This used to be commit 2a25034b033d207b5ce50946f3d9c9fad2c3a153)
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
(This used to be commit ab49ffe37f11b28144a7815ada1d891b14ffbc2d)
1998-10-07won't need wrapper.h anymoreAndrew Tridgell1-0/+0
(This used to be commit 1918ea2991bef323fdb00912500961d60da17cdb)
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell13-358/+344
includes.h in wrapped.c, thus making porting much simpler (This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
1998-10-07test whether seekdir() returns void or notAndrew Tridgell5-104/+159
(This used to be commit 4dbfec81b2c67f2d36b26685a631001738d9569f)
1998-10-07- no getdents on OSF1Andrew Tridgell5-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)
1998-10-07reran autoconfAndrew Tridgell1-1/+1
(This used to be commit 50526c45ba7920b15b6947edc8bc714a00d80f79)
1998-10-07fix typoAndrew Tridgell1-1/+1
(This used to be commit c4da5741f33f9108e01309a6734f16b1b854ea30)
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
(This used to be commit 699777a5c149d8608c834034d50b207d6da254b2)
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell3-413/+423
doesn't work yet) (This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b)
1998-10-07added a document on how to port smbwrapper to a new systemAndrew Tridgell1-0/+77
(This used to be commit bf1e257afb51f93e707bd7c1f75c8a2b35e69bed)
1998-10-07added some commentsAndrew Tridgell1-6/+12
(This used to be commit c81568a6934acab45702639c1c57aadb145f246b)
1998-10-07somehow "in_client" got included twice in two places.Andrew Tridgell2-2/+0
(This used to be commit 378290bfe1dc4965679495aab58be55e81ecf192)
1998-10-07put #if BROKEN_CODE around all the bits of code in rpc_parse.c thatAndrew Tridgell1-1/+8
don't compile. Luke, you'll need to remove these when you've fixed the code. (This used to be commit 4f411d62640615ce94667ddb9946082e72e23bb6)
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell2-1/+4
(This used to be commit 0ee3e0c62378bdf7a8e145de0727ea85763af95a)
1998-10-06Added capability for smbclient to use the local WINS server on the sameRichard Sharpe2-5/+7
machine if WINSsupport configured (This used to be commit 1398feebbcb65a9e78b7084811bf9727b6d89682)
1998-10-06dce/rpcLuke Leighton8-119/+303
(This used to be commit eb279cabd059603b6c8d9b74e4fd31c4ffe87593)