Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | warnings spotted by ./configure.developer options | Luke Leighton | 1998-10-14 | 5 | -23/+13 | |
| | ||||||
* | script that defines some useful developer compiler options (gcc) | Luke Leighton | 1998-10-14 | 1 | -0/+3 | |
| | | | | | | and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares. | |||||
* | dce/rpc | Luke Leighton | 1998-10-14 | 9 | -116/+231 | |
| | ||||||
* | use level 0 for DEBUG() of malformed password entry in smbpasswd | Andrew Tridgell | 1998-10-13 | 1 | -4/+4 | |
| | ||||||
* | smbsh launch program is now in C | Andrew Tridgell | 1998-10-13 | 1 | -0/+62 | |
| | ||||||
* | made smbsh a standard binary | Andrew Tridgell | 1998-10-13 | 2 | -10/+11 | |
| | ||||||
* | Try to make smbprint a better behaved citizen. | Richard Sharpe | 1998-10-11 | 1 | -2/+20 | |
| | | | | | | | | | | | | | | 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 ... | |||||
* | dce/rpc | Luke Leighton | 1998-10-10 | 3 | -12/+54 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-10 | 4 | -11/+21 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-09 | 7 | -114/+254 | |
| | ||||||
* | signed / unsigned issues spotted by herb | Luke Leighton | 1998-10-09 | 4 | -11/+11 | |
| | ||||||
* | dce/rpc. | Luke Leighton | 1998-10-09 | 6 | -19/+34 | |
| | ||||||
* | basic client-side ntcreateX function (hard-wired values except filename) | Luke Leighton | 1998-10-09 | 5 | -15/+76 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-09 | 11 | -45/+109 | |
| | ||||||
* | anders blomdell spotted an unititialised fstring causing strlen to go | Luke Leighton | 1998-10-09 | 1 | -0/+1 | |
| | | | | awry (ascii_p16) | |||||
* | Added code to convert empty file names to "." so we avoid | Richard Sharpe | 1998-10-09 | 1 | -0/+12 | |
| | | | | | | searching the cache, but only if we are not on a print share. This code is known to work on at least one site! | |||||
* | Add a DEBUG to unix_convert | Richard Sharpe | 1998-10-09 | 1 | -0/+2 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-08 | 14 | -178/+512 | |
| | ||||||
* | preparing for release of 2.0.0 alpha 11 | Samba Release Account | 1998-10-08 | 53 | -53/+53 | |
| | ||||||
* | fixed bug pointed out by Herb. | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | ||||||
* | preparing for release of 2.0.0 alpha 10 | Samba Release Account | 1998-10-08 | 53 | -53/+53 | |
| | ||||||
* | fixed a bug in the readline support | Andrew Tridgell | 1998-10-08 | 1 | -3/+4 | |
| | ||||||
* | really fixed the warning this time :) | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | ||||||
* | fixed a warning | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | ||||||
* | add missing targets that were added to makefile | Herb Lewis | 1998-10-08 | 2 | -2/+12 | |
| | ||||||
* | added "permission obtained from John Erickson <jerickson@ddj.com> ...." | Luke Leighton | 1998-10-08 | 1 | -0/+3 | |
| | ||||||
* | - don't generate 0 params in torture | Andrew Tridgell | 1998-10-08 | 3 | -14/+20 | |
| | | | | - handle 0 params in ipc.c | |||||
* | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1998-10-08 | 9 | -70/+53 | |
| | | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway |