summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
| | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy. (This used to be commit f5781f11eb924bdf32d20819c58a782493f4b239)
* charset_initialise() doesn't exist anymore.Tim Potter2001-10-171-2/+0
| | | | | | Why don't we build smbwrapper on a build farm machine to spot this sort of thing earlier? (This used to be commit 234943c066f7cc549b84980cef51116f30f3f7c4)
* Optimisation to send only to correct processid.Jeremy Allison2001-10-161-6/+16
| | | | | Jeremy (This used to be commit 3807c747a4522c719fe67b876e4a3bd92bffcf7f)
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-163-2/+53
| | | | | | | | | | | | | To speed up operations with the lpq command, it's now run in a separate asynchronous process. Opening the Printers folder on NT is now fast ;-) I think even faster than with a ** server Jeremy, you should look at that patch to include it in 2.2.3 J.F. (This used to be commit 8ef9dff3074e7979579ce66a204e8ec7bf62a587)
* Fix some unicode string error.Jean-François Micouleau2001-10-161-31/+42
| | | | | | | | | I'm wondering if I have to audit *all* the rpc code for that kind of trouble ;-) Oh well I've done it twice already, I can do it a third time ;-) J.F. (This used to be commit 6be8ea28f98d71e04de18b317f4d7a99b55209e8)
* Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison2001-10-161-4/+16
| | | | | | | | | | | means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy (This used to be commit 21f776df5932e024a0d1fef9097377d35b5cf511)
* added Italian message file from Simo SourceMotonobu Takahashi2001-10-161-0/+1707
| | | | (This used to be commit 810272fe44e71706db4379a03c9f3766cfce3a68)
* fix heimdal compilationAndrew Tridgell2001-10-161-1/+2
| | | | (This used to be commit 888183a17cfb12c0cbf7d1ed515064d6f1716114)
* fix linking of k5crypto library on openbsdAndrew Tridgell2001-10-162-72/+172
| | | | (This used to be commit 2667dea146169658f3c0290bb78dc5854c821eb4)
* Fix for connectinos.tdb error message from "Richard Bollinger" ↵Jeremy Allison2001-10-161-2/+3
| | | | | | | <rabollinger@home.com> Jeremy. (This used to be commit f1f1a14598be64d4930049691ca970fe93506007)
* fixed finding the resolv libraryAndrew Tridgell2001-10-162-448/+392
| | | | (This used to be commit 7bb99a9e892f8d60d4acb71ffc047b28ba66ffd8)
* remove zh_CN.msg because there is no maintainer.Motonobu Takahashi2001-10-152-1572/+13
| | | | | and correct some strings in ja.msg (This used to be commit 77806c317801a5fd2148e033f6dac21944e37409)
* updated copyright noticesAndrew Tridgell2001-10-153-6/+30
| | | | (This used to be commit 1f4c8a1d9f0bf6ff615566d1a9c2f457278acd6b)
* - renamed *.po message files to *.msgAndrew Tridgell2001-10-156-12/+15
| | | | | | | | - fixed minor bug in lang_tdb.c the msg files are still in a po/ directory, but unfortunately that is not easy to fix given the terrible handling of directories in CVS. (This used to be commit 2fbeedeb1607957f1e48e66074445dc3bc5a16f7)
* split session setup code out of reply.c in preparation for addingAndrew Tridgell2001-10-153-345/+357
| | | | | NTLMSSP and kerberos support in smbd (This used to be commit 38a43d75e25bbebe0f6cdfcf389129a842ede842)
* always install swat language filesAndrew Tridgell2001-10-151-13/+5
| | | | (This used to be commit f283011c284844ef1bdd1f1fc718263904ef5797)
* removed unused gettext codeAndrew Tridgell2001-10-1533-7614/+0
| | | | (This used to be commit aaa1e9315e5c8cc6ef4517aa9ec4f22fd2f0eb5c)
* include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell2001-10-153-892/+776
| | | | | removed some no longer needed i18n stuff from configure.in (This used to be commit dd3ad91724125df355d1ff9050a1262d9d4f2cbf)
* fixed the --with-krb5=dir option.Andrew Tridgell2001-10-142-87/+92
| | | | | thanks to monyo for pointing out the problem (This used to be commit 5a6774c43897e75a152b751f18a8bc323a4b6ef5)
* fixed typoAndrew Tridgell2001-10-141-1/+1
| | | | (This used to be commit bef729741e5151574710286f7406852981580945)
* forgot to add intl.hAndrew Tridgell2001-10-141-0/+25
| | | | (This used to be commit 6c61c50d4f9c94e38b5dbb43e013ce549c133500)
* return of vsnprintf doesn't include terminationAndrew Tridgell2001-10-141-1/+1
| | | | | thanks to simo for spotting this (This used to be commit acd84ed762a5f50c69c79d13cb18e4204096b304)
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-1416-794/+525
| | | | | | | | and also completes the switch to lang_tdb.c. SWAT should now work with a po file in the lib/ directory also removed useless SYSLOG defines in many files (This used to be commit 5296b20ad85d7519c870768455cb4d8df048c55a)
* bit neater talloc_asprintf() implementationAndrew Tridgell2001-10-141-19/+11
| | | | (This used to be commit 8ca8875cd94dce8827ce8cb857b2d7a959ab7891)
* minor Realloc() fix - pedanticAndrew Tridgell2001-10-141-2/+5
| | | | (This used to be commit 1bcdf9106afacbe18437e87178bc1f219695c1e9)
* Some reformatting.Tim Potter2001-10-141-6/+10
| | | | (This used to be commit 5fc97e72ebf5976d66345107f3d9e6d3ae27eb94)
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-143-32/+29
| | | | (This used to be commit c6338d7eaeb31db2666603fcdd9179e61891a1c9)
* Resurrected sam sequence number code.Tim Potter2001-10-141-117/+175
| | | | | | | Pass domain structure around in cache code rather than the domain name. Some misc reformatting to make things look prettier. (This used to be commit 295dd2a5817b5d7c40474b9e460f3515e8c8e449)
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-142-3/+17
| | | | | in the asn1 spnego structures) (This used to be commit 131010e9fb842b4d5a8660c538a3313c95fadae7)
* fixed two bugs in the NTLMSSP codeAndrew Tridgell2001-10-141-2/+8
| | | | | | - handle servers that don't send a kerberos principle (non-member servers) - enable spnego without KRB5 (This used to be commit b218d465a1968a11d2d6a42afa7e552fea8b7f5e)
* introduce mangle backward compatibility functionsSimo Sorce2001-10-132-2/+178
| | | | | add talloc_asprintf() (This used to be commit 7264d611eff871f424d449e1ff1c7ec3f5fdde40)
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-123-31/+59
| | | | | Jeremy. (This used to be commit ebba334c15619610475a5c8242a55ed4fcdedf7c)
* Converted a few winbind functions to use a talloc context that is destroyedTim Potter2001-10-121-32/+72
| | | | | immediately after the call. (This used to be commit 3e9a80d5bed724690da7321cde6b95022d60ba60)
* fixed compiler warning.Tim Potter2001-10-121-1/+1
| | | | (This used to be commit 2d5b0f7ad865f92668954f87fd3b116a7abffa10)
* This file is really old and not used anymore.Tim Potter2001-10-121-1375/+0
| | | | (This used to be commit ffef3c386957b08994f62eca18a29554daa91d3c)
* Moved from include subdir.Tim Potter2001-10-121-0/+35
| | | | (This used to be commit f6f0a444fac3506165e9d375ef6377fbf350683c)
* Moved to rpcclient subdirectory.Tim Potter2001-10-121-33/+0
| | | | (This used to be commit 3baa90470bfd2c409dd116bbe36d4867ee6fa372)
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-129-1045/+292
| | | | | | | rpcclient code. Refactored cmd_* functions to move common mem_ctx and pipe opening stuff up one level. Moved rpcclient.h into rpcclient directory and out of includes/smb.h (This used to be commit a40facba9651f9fb1dcc9e143f92ca298a324312)
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-123-8/+10
| | | | (This used to be commit 7092beef9d7a68018ede569883b22c822300c7ff)
* added NTLMSSP authentication to libsmb. It seems to work well so I have ↵Andrew Tridgell2001-10-129-275/+590
| | | | | | enabled it by default if the server supports it. Let me know if this breaks anything. Choose kerberos with the -k flag to smbclient, otherwise it will use SPNEGO/NTLMSSP/NTLM (This used to be commit 076aa97bee54d182288d9e93ae160ae22a5f7757)
* Removed some unused code from the recent cleanup.Tim Potter2001-10-122-291/+2
| | | | (This used to be commit 4f12df9fc569b73dcf037b476976cb3be47ac43f)
* Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
| | | | | Jeremy. (This used to be commit 2b135fba625191a13e4110c68531a0e6d5fb373d)
* merge from 2.2Gerald Carter2001-10-112-10/+10
| | | | (This used to be commit 062bba07f2faedfce7612c8b4a16072fa200349e)
* improve the error handling in the ASN1 code a bitAndrew Tridgell2001-10-111-14/+22
| | | | (This used to be commit 8b692d8326a1548a7dbbd2cecee9ece6aa60473a)
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-114-78/+324
| | | | | | | | | | packet which means I can extract the service and realm, so we should now work with realms other than the local realm. it also means we now check the list of OIDs given by the server just in case it says that it doesn't support kerberos. In that case we should fall back to NTLMSSP but that isn't written yet. (This used to be commit 395cfeea94febb5280ea57027e8a8a3c7c3f9291)
* remove unused function in mangle.cSimo Sorce2001-10-113-17/+10
| | | | | fix some alloc leaks spotted by andreas moroder. (This used to be commit 39409a20f69078709c63f6f867c042e66d5c7de3)
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-112-12/+42
| | | | (This used to be commit 919734c1a6fd8b3bd0e12e96d878f47b6d6ff5e0)
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-1112-2745/+803
| | | | | of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
* profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell2001-10-111-461/+0
| | | | | written MIT kerberos5 header files :( (This used to be commit 13d168f13f07ad36407d5c7eebe078d956fbc22e)
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-1119-980/+2306
| | | | | | | | | | | activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth (This used to be commit d33057585644e1337bac743e25ed7653bfb39eef)