summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added command line options to smbshAndrew Tridgell1998-10-194-30/+72
|
* improved session reestablishmentAndrew Tridgell1998-10-191-36/+82
|
* prototype new functionsAndrew Tridgell1998-10-191-0/+6
|
* return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1998-10-191-0/+1
|
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
|
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-194-23/+242
| | | | | | - added a shared variable area based on a unlinked open file, and implement a general get/set interface to it - cache hostname lookups and master ip lookups in shared variable area
* - added smbrapper/shared.oAndrew Tridgell1998-10-191-5/+10
| | | | - added suport for C compilers that don't handle -c and -o at once
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-186-193/+315
| | | | | are *checked* :-). Jeremy.
* redid proto.hAndrew Tridgell1998-10-181-1/+1
|
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-182-2/+2
|
* add an option to enable/disable nt pipesAndrew Tridgell1998-10-181-0/+4
|
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-1714-11/+25
| | | | Jeremy.
* Added man page for nmblookup(1)Eloy Paris1998-10-171-0/+126
|
* oops.Luke Leighton1998-10-161-1/+1
|
* dce/rpcLuke Leighton1998-10-168-9/+134
|
* added maxfid testAndrew Tridgell1998-10-161-11/+66
|
* changed some debug levelsAndrew Tridgell1998-10-162-6/+15
|
* strtoul removed, strtol used insteadLuke Leighton1998-10-161-1/+1
|
* strtoul replace with strtolLuke Leighton1998-10-162-12/+12
|
* !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1998-10-161-2/+2
|
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-166-31/+43
|
* cli_nt_session_open() encrypt arg removedLuke Leighton1998-10-161-1/+1
|
* setup_groups() - code clarification. no functional change.Luke Leighton1998-10-161-13/+19
|
* oops.Luke Leighton1998-10-161-3/+4
|
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-1610-47/+101
|
* only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1998-10-161-6/+10
|
* - use large buffers for netshareenumAndrew Tridgell1998-10-161-19/+30
| | | | | - handle errmoredata a bit better - fix dev type from tconx for smbw
* use the username GUEST if no other username is availableAndrew Tridgell1998-10-161-0/+5
|
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-164-13/+25
| | | | | have. Needed for server diagnosis purposes... Jeremy.
* rpcclient ntlogin testLuke Leighton1998-10-162-4/+15
|
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-163-0/+21
| | | | | | smbd/trans2.c: Added Thursby MAX extension. libsmb/clientgen.c: Fixed smbtorture lock code. Jeremy.
* trust passwordLuke Leighton1998-10-163-6/+6
|
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-1513-73/+205
| | | | cli_session_setup handles null sessions correctly
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
|
* Fixed crypt problems on IRIX with prototype.Jeremy Allison1998-10-152-4/+4
| | | | Jeremy.
* bug-fixing against:Luke Leighton1998-10-1515-55/+454
| | | | | | | | | | | | | | | | | | 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).
* second implementation of crc32, used with permission of francesco ferraraLuke Leighton1998-10-151-4/+2
| | | | | <francesco@aerre.it>. thanks! http://www.aerre.it/francesco
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-159-246/+312
| | | | | | | | 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.
* set recursion desired for bcast name queryAndrew Tridgell1998-10-142-2/+3
|
* removed lkclLuke Leighton1998-10-141-42/+0
|
* 16 changed to 8 by mistake in samoemhash.Luke Leighton1998-10-141-1/+1
|
* tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of codeLuke Leighton1998-10-141-0/+2
| | | | | that didn't have _STAT_VER_LINUX_OLD defined. maybe you want to sort this out properly...
* more warnings...Luke Leighton1998-10-143-4/+3
|
* unused variable in pipe_smb_write_XLuke Leighton1998-10-141-1/+0
|
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-145-23/+13
|
* script that defines some useful developer compiler options (gcc)Luke Leighton1998-10-141-0/+3
| | | | | | and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
* dce/rpcLuke Leighton1998-10-149-116/+231
|
* use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1998-10-131-4/+4
|
* smbsh launch program is now in CAndrew Tridgell1998-10-131-0/+62
|
* made smbsh a standard binaryAndrew Tridgell1998-10-132-10/+11
|