summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add -Bshareable for *bsd*Andrew Tridgell1998-10-201-0/+3
| | | | (This used to be commit c511a619750152db03897ea682713bbc98f71c6b)
* removed my badly-done attempt at handling compilers that don't handleAndrew Tridgell1998-10-201-9/+3
| | | | | | | -c and -o at the same time. my shell script code wasn't portable (This used to be commit 759c72822b9b1e8c50b378378f3a45f1e7604ade)
* oopsLuke Leighton1998-10-191-2/+2
| | | | (This used to be commit 7f8dfedfc0933713ab7d6de0763f8776e5805e27)
* output password change messages instead of debug message.Luke Leighton1998-10-191-2/+2
| | | | (This used to be commit b9e728a97be323e9221889a63ffa02cff5c99403)
* - dce/rpc codeLuke Leighton1998-10-1914-214/+431
| | | | | | | | | | | | | | | | | | | | - removed debug info in struni2 and unistr2 (security risk) - rpc_pipe function was getting pointer to data then calling realloc *dur* - password check function, the start of "credential checking", user, wks, domain, pass as the credentials (not just user,pass which is incorrect in a domain context) - cli_write needs to return ssize_t not size_t, because total can be -1 if the write fails. - fixed signed / unsigned warnings (how come i don't get those any more when i compile with gcc???) - nt password change added in smbd. yes, jeremy, i verified that the SMBtrans2 version still works. (This used to be commit fcfb40d2b0fc565ee4f66b3a3761c246366a2ef3)
* added command line options to smbshAndrew Tridgell1998-10-194-30/+72
| | | | (This used to be commit 9b249c075e53e6cf75399d60a6371648c03104fa)
* improved session reestablishmentAndrew Tridgell1998-10-191-36/+82
| | | | (This used to be commit 5f96328d32e76785474ffd5cd73f8ddefc46d4f5)
* prototype new functionsAndrew Tridgell1998-10-191-0/+6
| | | | (This used to be commit ae6e3d8f3820ee09988948ec0c1fa2214acd9b62)
* return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1998-10-191-0/+1
| | | | (This used to be commit 4e3f8ef41b8de25dec4c01d5532dca1b567be55a)
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
| | | | (This used to be commit 5abdb70e2a5cda2df444dfe5a9cdcb751be75ca8)
* - 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 (This used to be commit 279cbe69efd75450113d2da0da5e67b29f3702b1)
* - added smbrapper/shared.oAndrew Tridgell1998-10-191-5/+10
| | | | | - added suport for C compilers that don't handle -c and -o at once (This used to be commit f1672d055716f4b701e22801cbf5cf5573081685)
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-186-193/+315
| | | | | | are *checked* :-). Jeremy. (This used to be commit b8b781191dd7d28944d87eec5fa0fbef798e289b)
* redid proto.hAndrew Tridgell1998-10-181-1/+1
| | | | (This used to be commit 20880966aafb2dbcdfbf979505a2d64a269dd9a8)
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-182-2/+2
| | | | (This used to be commit 44d901b3e040a520c4ad9089e68c566c78acacca)
* add an option to enable/disable nt pipesAndrew Tridgell1998-10-181-0/+4
| | | | (This used to be commit c161b2f850f124ac5f24968e7865a7d0eb68e23e)
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-1714-11/+25
| | | | | Jeremy. (This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a)
* Added man page for nmblookup(1)Eloy Paris1998-10-171-0/+126
| | | | (This used to be commit 69c7b8e2af225f3711d601a136ad3dbc9aaa476e)
* oops.Luke Leighton1998-10-161-1/+1
| | | | (This used to be commit fc1b7b9e75b029ffa93263766fe297d043c6d1df)
* dce/rpcLuke Leighton1998-10-168-9/+134
| | | | (This used to be commit 29434f496c18e816d864060d68f357aea6ef5de8)
* added maxfid testAndrew Tridgell1998-10-161-11/+66
| | | | (This used to be commit 710027a88a62565fbbe9eb5787e924d019906841)
* changed some debug levelsAndrew Tridgell1998-10-162-6/+15
| | | | (This used to be commit 121e321a12c5da5cb44ca1baece7e25c3ab7f943)
* strtoul removed, strtol used insteadLuke Leighton1998-10-161-1/+1
| | | | (This used to be commit d717d58c115fc5cf687af098100cf5adc0265afc)
* strtoul replace with strtolLuke Leighton1998-10-162-12/+12
| | | | (This used to be commit 4ebd2c5140e782ec43d9f7700bd588dfa52a16c7)
* !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1998-10-161-2/+2
| | | | (This used to be commit 866e1018180a70ff2ffa39e6a5ce5f187eca2764)
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-166-31/+43
| | | | (This used to be commit 95e8a910c5d9ba0ef57669fb1256eaa932e0bb09)
* cli_nt_session_open() encrypt arg removedLuke Leighton1998-10-161-1/+1
| | | | (This used to be commit 63def717992695ed4a4933c2605abe26086fb8c7)
* setup_groups() - code clarification. no functional change.Luke Leighton1998-10-161-13/+19
| | | | (This used to be commit dae7c5ea9a139552e1722357172fa1ad0c4a7143)
* oops.Luke Leighton1998-10-161-3/+4
| | | | (This used to be commit ff9e919b713f077e811b702db6ec20897a11d5a0)
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-1610-47/+101
| | | | (This used to be commit 16256f86bf451535c7955b8f51a9b88fc33a8e4d)
* only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1998-10-161-6/+10
| | | | (This used to be commit 91d224735d1a4ef26d75d87e3b35d8d156b8998b)
* - use large buffers for netshareenumAndrew Tridgell1998-10-161-19/+30
| | | | | | - handle errmoredata a bit better - fix dev type from tconx for smbw (This used to be commit 2f39409dc1ef012a8a7d315572a489d15df186f7)
* use the username GUEST if no other username is availableAndrew Tridgell1998-10-161-0/+5
| | | | (This used to be commit 59d99ad76cb2aa0f24467ed0df12d5ad50abff18)
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-164-13/+25
| | | | | | have. Needed for server diagnosis purposes... Jeremy. (This used to be commit 04d79a9ae515e7259277f9980552f1d61df239f1)
* rpcclient ntlogin testLuke Leighton1998-10-162-4/+15
| | | | (This used to be commit f69cf05ff56dffb313304964d5bf5e5aee2f40a7)
* 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. (This used to be commit 514e52e4b4d6c7db7ebe2265e60c77b4f18d11b3)
* trust passwordLuke Leighton1998-10-163-6/+6
| | | | (This used to be commit fa86770d56fd4a3e280ee4f5685e29dee2a713fb)
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-1513-73/+205
| | | | | cli_session_setup handles null sessions correctly (This used to be commit 60c0f22a4e84703467006dfe1971384a6294a9aa)
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
| | | | (This used to be commit 18e628ac1516cbd9773608cb5a9f4b784cf4dd9e)
* Fixed crypt problems on IRIX with prototype.Jeremy Allison1998-10-152-4/+4
| | | | | Jeremy. (This used to be commit bdba1bcf2094d2b33dd74d3cfde61723dd7fc46b)
* 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). (This used to be commit a7fccd807b938cbb51002ebae8c7a48b40dbb655)
* second implementation of crc32, used with permission of francesco ferraraLuke Leighton1998-10-151-4/+2
| | | | | | <francesco@aerre.it>. thanks! http://www.aerre.it/francesco (This used to be commit c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2)
* 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. (This used to be commit 475992730c0ecbf31c09b3518df2f0354cec61da)
* set recursion desired for bcast name queryAndrew Tridgell1998-10-142-2/+3
| | | | (This used to be commit 53805112f1a301f77cda93b68e6fa3054895f20f)
* removed lkclLuke Leighton1998-10-141-42/+0
| | | | (This used to be commit 8ff4df1f0e528eb96a11c0de48b01f5745d08737)
* 16 changed to 8 by mistake in samoemhash.Luke Leighton1998-10-141-1/+1
| | | | (This used to be commit ed6ffa4430e3ae6e0c9f49650f53ce79d12af28e)
* 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... (This used to be commit aa9dd697d41ed5bed1bddab519ea80df9e6f21f1)
* more warnings...Luke Leighton1998-10-143-4/+3
| | | | (This used to be commit 8b9c0bad889d4f26987d87c54b4d8bf102af1744)
* unused variable in pipe_smb_write_XLuke Leighton1998-10-141-1/+0
| | | | (This used to be commit cbc6ab6bb94dad7d71cfb71df3ee283831638e11)
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-145-23/+13
| | | | (This used to be commit 29434bf195b438f4ab41a10ac5ce03f9c2d2ac2f)