1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

1689 Commits

Author SHA1 Message Date
Luke Leighton
ba22030ed7 second implementation of crc32, used with permission of francesco ferrara
<francesco@aerre.it>.  thanks!
http://www.aerre.it/francesco
(This used to be commit c48ee2bfba)
1998-10-15 05:35:57 +00:00
Jeremy Allison
fc7d3e4caa config: Fix crypt prototype on RedHat Linux.
include/includes.h: Fix crypt prototype on RedHat Linux.
smbd/fileio.c: Fix mmap bug found by WinCE client.
smbd/ipc.c: Fix WinCE wierdness with pipes being opened as \server\pipe\lanman
smbd/password.c: Fix encrypted null passwords.
Jeremy.
(This used to be commit 475992730c)
1998-10-15 00:55:17 +00:00
Andrew Tridgell
bc747b8a07 set recursion desired for bcast name query
(This used to be commit 53805112f1)
1998-10-14 16:45:24 +00:00
Luke Leighton
2a3cd67074 16 changed to 8 by mistake in samoemhash.
(This used to be commit ed6ffa4430)
1998-10-14 16:12:45 +00:00
Luke Leighton
5a9a3ab344 tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code
that didn't have _STAT_VER_LINUX_OLD defined.  maybe you want to sort
this out properly...
(This used to be commit aa9dd697d4)
1998-10-14 07:16:00 +00:00
Luke Leighton
c09647c3e1 more warnings...
(This used to be commit 8b9c0bad88)
1998-10-14 07:08:43 +00:00
Luke Leighton
1cdfdd4f0e unused variable in pipe_smb_write_X
(This used to be commit cbc6ab6bb9)
1998-10-14 07:02:12 +00:00
Luke Leighton
948f81a592 warnings spotted by ./configure.developer options
(This used to be commit 29434bf195)
1998-10-14 07:00:00 +00:00
Luke Leighton
aede45bae3 script that defines some useful developer compiler options (gcc)
and then runs ./configure.

dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
(This used to be commit 0f835b52f8)
1998-10-14 06:38:40 +00:00
Luke Leighton
935dc98f66 dce/rpc
(This used to be commit 69f5f9f889)
1998-10-14 06:29:20 +00:00
Andrew Tridgell
99208208fa use level 0 for DEBUG() of malformed password entry in smbpasswd
(This used to be commit bff457b4a4)
1998-10-13 14:14:09 +00:00
Andrew Tridgell
7761e07197 smbsh launch program is now in C
(This used to be commit 784b1590c8)
1998-10-13 08:27:28 +00:00
Andrew Tridgell
21aed50c09 made smbsh a standard binary
(This used to be commit aea466aef7)
1998-10-13 08:26:48 +00:00
Luke Leighton
eb70607c86 dce/rpc
(This used to be commit b0af7cfd9d)
1998-10-10 00:58:12 +00:00
Luke Leighton
827a9d862e dce/rpc
(This used to be commit dfb48aab61)
1998-10-10 00:46:28 +00:00
Luke Leighton
78c1fd054f dce/rpc
(This used to be commit 8a7ac4a25d)
1998-10-09 23:31:50 +00:00
Luke Leighton
abb67ee6de signed / unsigned issues spotted by herb
(This used to be commit 0b90442021)
1998-10-09 20:31:52 +00:00
Luke Leighton
8158620124 dce/rpc.
(This used to be commit e0445419b2)
1998-10-09 20:17:11 +00:00
Luke Leighton
4e004a0b5e basic client-side ntcreateX function (hard-wired values except filename)
(This used to be commit caeb99201a)
1998-10-09 19:34:57 +00:00
Luke Leighton
755986764f dce/rpc
(This used to be commit 32d0f5e4a5)
1998-10-09 19:05:19 +00:00
Luke Leighton
00224e7d08 anders blomdell spotted an unititialised fstring causing strlen to go
awry (ascii_p16)
(This used to be commit 0b45c08ffa)
1998-10-09 14:02:59 +00:00
Richard Sharpe
7c45b3c25c Added code to convert empty file names to "." so we avoid
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 a2898af463)
1998-10-09 10:03:19 +00:00
Richard Sharpe
4c2b041e78 Add a DEBUG to unix_convert
(This used to be commit ac61a10247)
1998-10-09 06:47:22 +00:00
Luke Leighton
6909350ed9 dce/rpc
(This used to be commit 62fdeef1b7)
1998-10-08 23:57:46 +00:00
Andrew Tridgell
d57d00005e fixed bug pointed out by Herb.
(This used to be commit 35a5e9ce4f)
1998-10-08 22:48:46 +00:00
Andrew Tridgell
8043472753 fixed a bug in the readline support
(This used to be commit b0a6962250)
1998-10-08 22:12:13 +00:00
Andrew Tridgell
eaac4014f0 really fixed the warning this time :)
(This used to be commit 64692f292f)
1998-10-08 21:58:24 +00:00
Andrew Tridgell
3a4a2d56be fixed a warning
(This used to be commit d4291d353b)
1998-10-08 21:54:26 +00:00
Luke Leighton
d0ca2da837 added "permission obtained from John Erickson <jerickson@ddj.com> ...."
(This used to be commit 0067e45d41)
1998-10-08 14:11:19 +00:00
Andrew Tridgell
a813f38e2d - don't generate 0 params in torture
- handle 0 params in ipc.c
(This used to be commit c0dc8e87f0)
1998-10-08 06:49:00 +00:00
Andrew Tridgell
788263ba2f - fixed a bunch of warnings and minor errors
- 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 91597c12fb)
1998-10-08 06:21:33 +00:00
Andrew Tridgell
60877fdd8d add "smbtorture" alias for building smbtorture
(This used to be commit 230e4eb3dd)
1998-10-08 06:19:29 +00:00
Andrew Tridgell
2475668af8 removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
(This used to be commit da5234faa0)
1998-10-08 04:57:59 +00:00
Andrew Tridgell
7e5f267ee9 auto-detect the right flag for the compiler to produce PIC code
(This used to be commit 5d92e00397)
1998-10-08 04:52:11 +00:00
Andrew Tridgell
4750ce1760 use 1 second resolution calls if possible
(This used to be commit 349469221a)
1998-10-08 02:28:21 +00:00
Andrew Tridgell
ef2e37cf94 fixed a problem with fchdir() that broke "cvs -d" in smbsh
(This used to be commit 6121f7c8c2)
1998-10-08 01:23:33 +00:00
Andrew Tridgell
fa0ff0980b added some comments
(This used to be commit e5ed0e6f96)
1998-10-08 00:23:08 +00:00
Andrew Tridgell
08e890aee6 removed lukes acl check in configure (not needed)
(This used to be commit a3339c111d)
1998-10-08 00:02:43 +00:00
Andrew Tridgell
0dc8033f7d don't prototype the acl() functions
(This used to be commit 9efbb21f35)
1998-10-07 23:57:02 +00:00
Luke Leighton
48b31ae44f dce/rpc
(This used to be commit 6677b888bd)
1998-10-07 21:42:24 +00:00
Luke Leighton
cf115a77d0 added aclent_t autoconf test (defines as an int if it doesn't exist).
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 361c1b7ea9)
1998-10-07 16:49:32 +00:00
Luke Leighton
4c172b5575 return False _and_ a break in a switch statement.
(This used to be commit e3f0f1ad9c)
1998-10-07 16:45:44 +00:00
Luke Leighton
eb37144cad make proto required
(This used to be commit cf4e2a601f)
1998-10-07 15:24:48 +00:00
Luke Leighton
2fef8f2e87 dce/rpc
(This used to be commit 34afa638f6)
1998-10-07 15:22:49 +00:00
Andrew Tridgell
3d601dafe9 compile to .po.o first then mv to .po in order to make the sun
compilers happy
(This used to be commit 6625b69646)
1998-10-07 13:27:54 +00:00
Andrew Tridgell
bdec84db60 restore errno after smbw initialisation
(This used to be commit f374706cbf)
1998-10-07 11:07:24 +00:00
Andrew Tridgell
b818ce6359 we need realcalls.h in realcalls.c
(This used to be commit 42765a654f)
1998-10-07 10:58:12 +00:00
Andrew Tridgell
f4aff92e03 SunOS doesn't need any ld flags
(This used to be commit f92383689a)
1998-10-07 10:57:51 +00:00
Andrew Tridgell
e7001e26cb fixed a warning on SunOS
(This used to be commit fda52c6fd1)
1998-10-07 10:49:27 +00:00
Andrew Tridgell
8adc7c00e1 use double for dummy arrays to ensure alignment
(This used to be commit d651229ef3)
1998-10-07 10:44:12 +00:00