1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-30 08:49:41 +03:00

1715 Commits

Author SHA1 Message Date
Andrew Tridgell
44d901b3e0 check for lp_nt_pipe_support() in open calls -
Andrew Tridgell
c161b2f850 add an option to enable/disable nt pipes -
Jeremy Allison
60dc1a4a00 Small tidyups for gcc in 'preen' mode....
Jeremy.
-
Luke Leighton
fc1b7b9e75 oops. -
Luke Leighton
29434f496c dce/rpc -
Andrew Tridgell
710027a88a added maxfid test -
Andrew Tridgell
121e321a12 changed some debug levels -
Luke Leighton
d717d58c11 strtoul removed, strtol used instead -
Luke Leighton
4ebd2c5140 strtoul replace with strtol -
Luke Leighton
866e101818 !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. -
Luke Leighton
95e8a910c5 made pass_check_smb() available for dce/rpc use. -
Luke Leighton
63def71799 cli_nt_session_open() encrypt arg removed -
Luke Leighton
dae7c5ea9a setup_groups() - code clarification. no functional change. -
Luke Leighton
ff9e919b71 oops. -
Luke Leighton
16256f86bf rpc client mods (ntlmssp flags) -
Andrew Tridgell
91d224735d only do the MAC extensions if we are a NTFS filesystem -
Andrew Tridgell
2f39409dc1 - use large buffers for netshareenum
- handle errmoredata a bit better
- fix dev type from tconx for smbw
-
Andrew Tridgell
59d99ad76c use the username GUEST if no other username is available -
Jeremy Allison
04d79a9ae5 Re-added code to tell the user how many open files they
have. Needed for server diagnosis purposes...
Jeremy.
-
Luke Leighton
f69cf05ff5 rpcclient ntlogin test -
Jeremy Allison
514e52e4b4 trans2.h: Added Thursby MAC extension.
smbd/trans2.c: Added Thursby MAX extension.
libsmb/clientgen.c: Fixed smbtorture lock code.
Jeremy.
-
Luke Leighton
fa86770d56 trust password -
Luke Leighton
60c0f22a4e rpcclient interactive login (with trust account changing if you are root)
cli_session_setup handles null sessions correctly
-
Luke Leighton
18e628ac15 getpwnam() failing is a serious error (corrupt smbpasswd database) -
Jeremy Allison
bdba1bcf20 Fixed crypt problems on IRIX with prototype.
Jeremy.
-
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
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 -
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 -