summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-10-14dce/rpcLuke Leighton9-116/+231
(This used to be commit 69f5f9f88935de1f63ffc9aa19c0629b395e66e6)
1998-10-13use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1-4/+4
(This used to be commit bff457b4a469c03977683c4521464c41f74db1ae)
1998-10-13smbsh launch program is now in CAndrew Tridgell1-0/+62
(This used to be commit 784b1590c8c305d6876a14fcaa6fc17b9daac6d0)
1998-10-13made smbsh a standard binaryAndrew Tridgell2-10/+11
(This used to be commit aea466aef7127607884f484c5987b9a5e2e362aa)
1998-10-11Try to make smbprint a better behaved citizen.Richard Sharpe1-2/+20
Removed a -x on the first line that causes lots of output to the console and added a command line parameter handling flag for the tranlate case. The problem is that smbprint is being overwritten/replaced when you upgrade a RedHat rpm. If you had modified smbprint to include translation, you loose it, and you have to go and repatch etc. Now, we have a -t flag on smbprint, so we should have fewer problems in this regard. Untested as yet, but soon will be ... (This used to be commit 4e2f5c625e50ebc09c7ebfa3266ddece6fa00f8e)
1998-10-10dce/rpcLuke Leighton3-12/+54
(This used to be commit b0af7cfd9dea8d286f430c51456b5f67d5e0658a)
1998-10-10dce/rpcLuke Leighton4-11/+21
(This used to be commit dfb48aab6153e53a5efd1f8ee518375cc584b101)
1998-10-09dce/rpcLuke Leighton7-114/+254
(This used to be commit 8a7ac4a25d177235a98c0f84f97ee50432fb6359)
1998-10-09signed / unsigned issues spotted by herbLuke Leighton4-11/+11
(This used to be commit 0b90442021aa3adb5ae7f09c53c9e54c7655d8c5)
1998-10-09dce/rpc.Luke Leighton6-19/+34
(This used to be commit e0445419b2d50ae6efef36f4f295ebcfdbf1ad82)
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton5-15/+76
(This used to be commit caeb99201a1471bd709b4e8f07c57e5caabf0795)
1998-10-09dce/rpcLuke Leighton11-45/+109
(This used to be commit 32d0f5e4a564686ad6b270dd24423ee49a81f223)
1998-10-09anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1-0/+1
awry (ascii_p16) (This used to be commit 0b45c08ffad6f8b12c6fb2b184d3b5d52177cabe)
1998-10-09Added code to convert empty file names to "." so we avoidRichard Sharpe1-0/+12
searching the cache, but only if we are not on a print share. This code is known to work on at least one site! (This used to be commit a2898af463132147cbe19b18585c793960cb39ee)
1998-10-09Add a DEBUG to unix_convertRichard Sharpe1-0/+2
(This used to be commit ac61a102473c7f23938368f9bfea494cd56344a1)
1998-10-08dce/rpcLuke Leighton14-178/+512
(This used to be commit 62fdeef1b79c5c4c9bf0e860881651711bb80b9a)
1998-10-08preparing for release of 2.0.0 alpha 11Samba Release Account53-53/+53
(This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
1998-10-08fixed bug pointed out by Herb.Andrew Tridgell1-1/+1
(This used to be commit 35a5e9ce4fd60806e652f221e25caa0664b69209)
1998-10-08preparing for release of 2.0.0 alpha 10Samba Release Account53-53/+53
(This used to be commit 0a8c03bb98498c10186dd12f1602f6e859465a8a)
1998-10-08fixed a bug in the readline supportAndrew Tridgell1-3/+4
(This used to be commit b0a69622509b450cb7724735c51d4b7173beac73)
1998-10-08really fixed the warning this time :)Andrew Tridgell1-1/+1
(This used to be commit 64692f292fc610b90de97a85101203946ce65bfa)
1998-10-08fixed a warningAndrew Tridgell1-1/+1
(This used to be commit d4291d353b293bbc65fb0bf76c2d943733297726)
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)