1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

2294 Commits

Author SHA1 Message Date
Luke Leighton
a7fccd807b bug-fixing against:
AS/U:
      it returns dce/rpc "first" and "last" bits _clear_ in a bind/ack
      response, when they should be set in a (small) packet.  they also,
      in the bind/ack do not set a secondary address string at all, so
      we can't check against that...

Win95:
      client-side dce/rpc code is a bit odd.  it does a "WaitNamedPipeState"
      and has slightly different pipe-naming (\PIPE\LANMAN is joined by
      \PIPE\SRVSVC, \PIPE\WINREG etc whereas nt just has \PIPE\LANMAN
      and \PIPE\).

Win95-USRMGR.EXE:
      added LsaOpenPolicy (renamed existing to LsaOpenPolicy2).
      added SamrConnect (renamed existing to SamrConnect2).
-
Luke Leighton
c48ee2bfba second implementation of crc32, used with permission of francesco ferrara
<francesco@aerre.it>.  thanks!
http://www.aerre.it/francesco
-
Jeremy Allison
475992730c 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.
-
Andrew Tridgell
53805112f1 set recursion desired for bcast name query -
Luke Leighton
8ff4df1f0e removed lkcl -
Luke Leighton
ed6ffa4430 16 changed to 8 by mistake in samoemhash. -
Luke Leighton
aa9dd697d4 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...
-
Luke Leighton
8b9c0bad88 more warnings... -
Luke Leighton
cbc6ab6bb9 unused variable in pipe_smb_write_X -
Luke Leighton
29434bf195 warnings spotted by ./configure.developer options -
Luke Leighton
0f835b52f8 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.
-
Luke Leighton
69f5f9f889 dce/rpc -
Andrew Tridgell
bff457b4a4 use level 0 for DEBUG() of malformed password entry in smbpasswd -
Andrew Tridgell
784b1590c8 smbsh launch program is now in C -
Andrew Tridgell
aea466aef7 made smbsh a standard binary -
Richard Sharpe
4e2f5c625e Try to make smbprint a better behaved citizen.
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 ...
-
Luke Leighton
b0af7cfd9d dce/rpc -
Luke Leighton
dfb48aab61 dce/rpc -
Luke Leighton
8a7ac4a25d dce/rpc -
Luke Leighton
0b90442021 signed / unsigned issues spotted by herb -
Luke Leighton
e0445419b2 dce/rpc. -
Luke Leighton
caeb99201a basic client-side ntcreateX function (hard-wired values except filename) -
Luke Leighton
32d0f5e4a5 dce/rpc -
Luke Leighton
0b45c08ffa anders blomdell spotted an unititialised fstring causing strlen to go
awry (ascii_p16)
-
Richard Sharpe
a2898af463 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!
-
Richard Sharpe
ac61a10247 Add a DEBUG to unix_convert -
Luke Leighton
62fdeef1b7 dce/rpc -
Samba Release Account
8d9c5f3522 preparing for release of 2.0.0 alpha 11 -
Andrew Tridgell
35a5e9ce4f fixed bug pointed out by Herb. -
Samba Release Account
0a8c03bb98 preparing for release of 2.0.0 alpha 10 -
Andrew Tridgell
b0a6962250 fixed a bug in the readline support -
Andrew Tridgell
64692f292f really fixed the warning this time :) -
Andrew Tridgell
d4291d353b fixed a warning -
Herb Lewis
993c49a984 add missing targets that were added to makefile -
Luke Leighton
0067e45d41 added "permission obtained from John Erickson <jerickson@ddj.com> ...." -
Andrew Tridgell
c0dc8e87f0 - don't generate 0 params in torture
- handle 0 params in ipc.c
-
Andrew Tridgell
91597c12fb - 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
-
Andrew Tridgell
230e4eb3dd add "smbtorture" alias for building smbtorture -
Andrew Tridgell
da5234faa0 removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
-
Andrew Tridgell
5d92e00397 auto-detect the right flag for the compiler to produce PIC code -
Andrew Tridgell
349469221a use 1 second resolution calls if possible -
Andrew Tridgell
6121f7c8c2 fixed a problem with fchdir() that broke "cvs -d" in smbsh -
Andrew Tridgell
e5ed0e6f96 added some comments -
Andrew Tridgell
a3339c111d removed lukes acl check in configure (not needed) -
Andrew Tridgell
9efbb21f35 don't prototype the acl() functions -
Luke Leighton
6677b888bd dce/rpc -
Luke Leighton
361c1b7ea9 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.
-
Luke Leighton
e3f0f1ad9c return False _and_ a break in a switch statement. -
Luke Leighton
cf4e2a601f make proto required -
Luke Leighton
34afa638f6 dce/rpc -