Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector | Jeremy Allison | 1998-10-20 | 5 | -17/+79 | |
| | | | | | | has some *horrible* bugs ! smbwrapper/shared.c smbwrapper/smbsh.c smbwrapper/smbw.c: Fixed gcc warnings. Jeremy. | |||||
* | add -Bshareable for *bsd* | Andrew Tridgell | 1998-10-20 | 1 | -0/+3 | |
| | ||||||
* | removed my badly-done attempt at handling compilers that don't handle | Andrew Tridgell | 1998-10-20 | 1 | -9/+3 | |
| | | | | | | -c and -o at the same time. my shell script code wasn't portable | |||||
* | oops | Luke Leighton | 1998-10-19 | 1 | -2/+2 | |
| | ||||||
* | output password change messages instead of debug message. | Luke Leighton | 1998-10-19 | 1 | -2/+2 | |
| | ||||||
* | - dce/rpc code | Luke Leighton | 1998-10-19 | 14 | -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. | |||||
* | added command line options to smbsh | Andrew Tridgell | 1998-10-19 | 4 | -30/+72 | |
| | ||||||
* | improved session reestablishment | Andrew Tridgell | 1998-10-19 | 1 | -36/+82 | |
| | ||||||
* | prototype new functions | Andrew Tridgell | 1998-10-19 | 1 | -0/+6 | |
| | ||||||
* | return the resolved IP on a cli_connect() call so it can be cached | Andrew Tridgell | 1998-10-19 | 1 | -0/+1 | |
| | ||||||
* | removed an incorrect comment | Andrew Tridgell | 1998-10-19 | 1 | -4/+0 | |
| | ||||||
* | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 1998-10-19 | 4 | -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.o | Andrew Tridgell | 1998-10-19 | 1 | -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 returns | Jeremy Allison | 1998-10-18 | 6 | -193/+315 | |
| | | | | | are *checked* :-). Jeremy. | |||||
* | redid proto.h | Andrew Tridgell | 1998-10-18 | 1 | -1/+1 | |
| | ||||||
* | check for lp_nt_pipe_support() in open calls | Andrew Tridgell | 1998-10-18 | 2 | -2/+2 | |
| | ||||||
* | add an option to enable/disable nt pipes | Andrew Tridgell | 1998-10-18 | 1 | -0/+4 | |
| | ||||||
* | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1998-10-17 | 14 | -11/+25 | |
| | | | | Jeremy. | |||||
* | Added man page for nmblookup(1) | Eloy Paris | 1998-10-17 | 1 | -0/+126 | |
| | ||||||
* | oops. | Luke Leighton | 1998-10-16 | 1 | -1/+1 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-16 | 8 | -9/+134 | |
| | ||||||
* | added maxfid test | Andrew Tridgell | 1998-10-16 | 1 | -11/+66 | |
| | ||||||
* | changed some debug levels | Andrew Tridgell | 1998-10-16 | 2 | -6/+15 | |
| | ||||||
* | strtoul removed, strtol used instead | Luke Leighton | 1998-10-16 | 1 | -1/+1 | |
| | ||||||
* | strtoul replace with strtol | Luke Leighton | 1998-10-16 | 2 | -12/+12 | |
| | ||||||
* | !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. | Luke Leighton | 1998-10-16 | 1 | -2/+2 | |
| | ||||||
* | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1998-10-16 | 6 | -31/+43 | |
| | ||||||
* | cli_nt_session_open() encrypt arg removed | Luke Leighton | 1998-10-16 | 1 | -1/+1 | |
| | ||||||
* | setup_groups() - code clarification. no functional change. | Luke Leighton | 1998-10-16 | 1 | -13/+19 | |
| | ||||||
* | oops. | Luke Leighton | 1998-10-16 | 1 | -3/+4 | |
| | ||||||
* | rpc client mods (ntlmssp flags) | Luke Leighton | 1998-10-16 | 10 | -47/+101 | |
| | ||||||
* | only do the MAC extensions if we are a NTFS filesystem | Andrew Tridgell | 1998-10-16 | 1 | -6/+10 | |
| | ||||||
* | - use large buffers for netshareenum | Andrew Tridgell | 1998-10-16 | 1 | -19/+30 | |
| | | | | | - handle errmoredata a bit better - fix dev type from tconx for smbw | |||||
* | use the username GUEST if no other username is available | Andrew Tridgell | 1998-10-16 | 1 | -0/+5 | |
| | ||||||
* | Re-added code to tell the user how many open files they | Jeremy Allison | 1998-10-16 | 4 | -13/+25 | |
| | | | | | have. Needed for server diagnosis purposes... Jeremy. | |||||
* | rpcclient ntlogin test | Luke Leighton | 1998-10-16 | 2 | -4/+15 | |
| | ||||||
* | trans2.h: Added Thursby MAC extension. | Jeremy Allison | 1998-10-16 | 3 | -0/+21 | |
| | | | | | | smbd/trans2.c: Added Thursby MAX extension. libsmb/clientgen.c: Fixed smbtorture lock code. Jeremy. | |||||
* | trust password | Luke Leighton | 1998-10-16 | 3 | -6/+6 | |
| | ||||||
* | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 1998-10-15 | 13 | -73/+205 | |
| | | | | cli_session_setup handles null sessions correctly | |||||
* | getpwnam() failing is a serious error (corrupt smbpasswd database) | Luke Leighton | 1998-10-15 | 1 | -1/+6 | |
| | ||||||
* | Fixed crypt problems on IRIX with prototype. | Jeremy Allison | 1998-10-15 | 2 | -4/+4 | |
| | | | | Jeremy. | |||||
* | bug-fixing against: | Luke Leighton | 1998-10-15 | 15 | -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 ferrara | Luke Leighton | 1998-10-15 | 1 | -4/+2 | |
| | | | | | <francesco@aerre.it>. thanks! http://www.aerre.it/francesco | |||||
* | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1998-10-15 | 9 | -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 query | Andrew Tridgell | 1998-10-14 | 2 | -2/+3 | |
| | ||||||
* | removed lkcl | Luke Leighton | 1998-10-14 | 1 | -42/+0 | |
| | ||||||
* | 16 changed to 8 by mistake in samoemhash. | Luke Leighton | 1998-10-14 | 1 | -1/+1 | |
| | ||||||
* | tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code | Luke Leighton | 1998-10-14 | 1 | -0/+2 | |
| | | | | | that didn't have _STAT_VER_LINUX_OLD defined. maybe you want to sort this out properly... | |||||
* | more warnings... | Luke Leighton | 1998-10-14 | 3 | -4/+3 | |
| | ||||||
* | unused variable in pipe_smb_write_X | Luke Leighton | 1998-10-14 | 1 | -1/+0 | |
| |