summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* !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)
* 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. (This used to be commit 0f835b52f8be800b7316042cdef8a985aeebaf92)
* dce/rpcLuke Leighton1998-10-149-116/+231
| | | | (This used to be commit 69f5f9f88935de1f63ffc9aa19c0629b395e66e6)
* use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1998-10-131-4/+4
| | | | (This used to be commit bff457b4a469c03977683c4521464c41f74db1ae)
* smbsh launch program is now in CAndrew Tridgell1998-10-131-0/+62
| | | | (This used to be commit 784b1590c8c305d6876a14fcaa6fc17b9daac6d0)
* made smbsh a standard binaryAndrew Tridgell1998-10-132-10/+11
| | | | (This used to be commit aea466aef7127607884f484c5987b9a5e2e362aa)
* Try to make smbprint a better behaved citizen.Richard Sharpe1998-10-111-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 ... (This used to be commit 4e2f5c625e50ebc09c7ebfa3266ddece6fa00f8e)
* dce/rpcLuke Leighton1998-10-103-12/+54
| | | | (This used to be commit b0af7cfd9dea8d286f430c51456b5f67d5e0658a)
* dce/rpcLuke Leighton1998-10-104-11/+21
| | | | (This used to be commit dfb48aab6153e53a5efd1f8ee518375cc584b101)
* dce/rpcLuke Leighton1998-10-097-114/+254
| | | | (This used to be commit 8a7ac4a25d177235a98c0f84f97ee50432fb6359)
* signed / unsigned issues spotted by herbLuke Leighton1998-10-094-11/+11
| | | | (This used to be commit 0b90442021aa3adb5ae7f09c53c9e54c7655d8c5)
* dce/rpc.Luke Leighton1998-10-096-19/+34
| | | | (This used to be commit e0445419b2d50ae6efef36f4f295ebcfdbf1ad82)
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-095-15/+76
| | | | (This used to be commit caeb99201a1471bd709b4e8f07c57e5caabf0795)
* dce/rpcLuke Leighton1998-10-0911-45/+109
| | | | (This used to be commit 32d0f5e4a564686ad6b270dd24423ee49a81f223)
* anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1998-10-091-0/+1
| | | | | awry (ascii_p16) (This used to be commit 0b45c08ffad6f8b12c6fb2b184d3b5d52177cabe)
* Added code to convert empty file names to "." so we avoidRichard Sharpe1998-10-091-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! (This used to be commit a2898af463132147cbe19b18585c793960cb39ee)
* Add a DEBUG to unix_convertRichard Sharpe1998-10-091-0/+2
| | | | (This used to be commit ac61a102473c7f23938368f9bfea494cd56344a1)
* dce/rpcLuke Leighton1998-10-0814-178/+512
| | | | (This used to be commit 62fdeef1b79c5c4c9bf0e860881651711bb80b9a)
* preparing for release of 2.0.0 alpha 11Samba Release Account1998-10-0853-53/+53
| | | | (This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
* fixed bug pointed out by Herb.Andrew Tridgell1998-10-081-1/+1
| | | | (This used to be commit 35a5e9ce4fd60806e652f221e25caa0664b69209)
* preparing for release of 2.0.0 alpha 10Samba Release Account1998-10-0853-53/+53
| | | | (This used to be commit 0a8c03bb98498c10186dd12f1602f6e859465a8a)
* fixed a bug in the readline supportAndrew Tridgell1998-10-081-3/+4
| | | | (This used to be commit b0a69622509b450cb7724735c51d4b7173beac73)
* really fixed the warning this time :)Andrew Tridgell1998-10-081-1/+1
| | | | (This used to be commit 64692f292fc610b90de97a85101203946ce65bfa)
* fixed a warningAndrew Tridgell1998-10-081-1/+1
| | | | (This used to be commit d4291d353b293bbc65fb0bf76c2d943733297726)
* add missing targets that were added to makefileHerb Lewis1998-10-082-2/+12
| | | | (This used to be commit 993c49a984fa2ae219f675543a1d0b6a7fbe043a)