1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00
Commit Graph

2120 Commits

Author SHA1 Message Date
44d901b3e0 check for lp_nt_pipe_support() in open calls -
c161b2f850 add an option to enable/disable nt pipes -
60dc1a4a00 Small tidyups for gcc in 'preen' mode....
Jeremy.
-
69c7b8e2af Added man page for nmblookup(1) -
fc1b7b9e75 oops. -
29434f496c dce/rpc -
710027a88a added maxfid test -
121e321a12 changed some debug levels -
d717d58c11 strtoul removed, strtol used instead -
4ebd2c5140 strtoul replace with strtol -
866e101818 !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. -
95e8a910c5 made pass_check_smb() available for dce/rpc use. -
63def71799 cli_nt_session_open() encrypt arg removed -
dae7c5ea9a setup_groups() - code clarification. no functional change. -
ff9e919b71 oops. -
16256f86bf rpc client mods (ntlmssp flags) -
91d224735d only do the MAC extensions if we are a NTFS filesystem -
2f39409dc1 - use large buffers for netshareenum
- handle errmoredata a bit better
- fix dev type from tconx for smbw
-
59d99ad76c use the username GUEST if no other username is available -
04d79a9ae5 Re-added code to tell the user how many open files they
have. Needed for server diagnosis purposes...
Jeremy.
-
f69cf05ff5 rpcclient ntlogin test -
514e52e4b4 trans2.h: Added Thursby MAC extension.
smbd/trans2.c: Added Thursby MAX extension.
libsmb/clientgen.c: Fixed smbtorture lock code.
Jeremy.
-
fa86770d56 trust password -
60c0f22a4e rpcclient interactive login (with trust account changing if you are root)
cli_session_setup handles null sessions correctly
-
18e628ac15 getpwnam() failing is a serious error (corrupt smbpasswd database) -
bdba1bcf20 Fixed crypt problems on IRIX with prototype.
Jeremy.
-
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).
-
c48ee2bfba second implementation of crc32, used with permission of francesco ferrara
<francesco@aerre.it>.  thanks!
http://www.aerre.it/francesco
-
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.
-
53805112f1 set recursion desired for bcast name query -
8ff4df1f0e removed lkcl -
ed6ffa4430 16 changed to 8 by mistake in samoemhash. -
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...
-
8b9c0bad88 more warnings... -
cbc6ab6bb9 unused variable in pipe_smb_write_X -
29434bf195 warnings spotted by ./configure.developer options -
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.
-
69f5f9f889 dce/rpc -
bff457b4a4 use level 0 for DEBUG() of malformed password entry in smbpasswd -
784b1590c8 smbsh launch program is now in C -
aea466aef7 made smbsh a standard binary -
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 ...
-
b0af7cfd9d dce/rpc -
dfb48aab61 dce/rpc -
8a7ac4a25d dce/rpc -
0b90442021 signed / unsigned issues spotted by herb -
e0445419b2 dce/rpc. -
caeb99201a basic client-side ntcreateX function (hard-wired values except filename) -
32d0f5e4a5 dce/rpc -
0b45c08ffa anders blomdell spotted an unititialised fstring causing strlen to go
awry (ascii_p16)
-