summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2001-10-17Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison1-3/+0
Noticed by albert chin (china@thewrittenword.com) . Jeremy. (This used to be commit f5781f11eb924bdf32d20819c58a782493f4b239)
2001-10-17charset_initialise() doesn't exist anymore.Tim Potter1-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)
2001-10-16Optimisation to send only to correct processid.Jeremy Allison1-6/+16
Jeremy (This used to be commit 3807c747a4522c719fe67b876e4a3bd92bffcf7f)
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau3-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)
2001-10-16Fix some unicode string error.Jean-François Micouleau1-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)
2001-10-16Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison1-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)
2001-10-16added Italian message file from Simo SourceMotonobu Takahashi1-0/+1707
(This used to be commit 810272fe44e71706db4379a03c9f3766cfce3a68)
2001-10-16fix heimdal compilationAndrew Tridgell1-1/+2
(This used to be commit 888183a17cfb12c0cbf7d1ed515064d6f1716114)
2001-10-16fix linking of k5crypto library on openbsdAndrew Tridgell2-72/+172
(This used to be commit 2667dea146169658f3c0290bb78dc5854c821eb4)
2001-10-16Fix for connectinos.tdb error message from "Richard Bollinger" ↵Jeremy Allison1-2/+3
<rabollinger@home.com> Jeremy. (This used to be commit f1f1a14598be64d4930049691ca970fe93506007)
2001-10-16fixed finding the resolv libraryAndrew Tridgell2-448/+392
(This used to be commit 7bb99a9e892f8d60d4acb71ffc047b28ba66ffd8)
2001-10-15remove zh_CN.msg because there is no maintainer.Motonobu Takahashi2-1572/+13
and correct some strings in ja.msg (This used to be commit 77806c317801a5fd2148e033f6dac21944e37409)
2001-10-15updated copyright noticesAndrew Tridgell3-6/+30
(This used to be commit 1f4c8a1d9f0bf6ff615566d1a9c2f457278acd6b)
2001-10-15- renamed *.po message files to *.msgAndrew Tridgell6-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)
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell3-345/+357
NTLMSSP and kerberos support in smbd (This used to be commit 38a43d75e25bbebe0f6cdfcf389129a842ede842)
2001-10-15always install swat language filesAndrew Tridgell1-13/+5
(This used to be commit f283011c284844ef1bdd1f1fc718263904ef5797)
2001-10-15removed unused gettext codeAndrew Tridgell33-7614/+0
(This used to be commit aaa1e9315e5c8cc6ef4517aa9ec4f22fd2f0eb5c)
2001-10-15include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell3-892/+776
removed some no longer needed i18n stuff from configure.in (This used to be commit dd3ad91724125df355d1ff9050a1262d9d4f2cbf)
2001-10-14fixed the --with-krb5=dir option.Andrew Tridgell2-87/+92
thanks to monyo for pointing out the problem (This used to be commit 5a6774c43897e75a152b751f18a8bc323a4b6ef5)
2001-10-14fixed typoAndrew Tridgell1-1/+1
(This used to be commit bef729741e5151574710286f7406852981580945)
2001-10-14forgot to add intl.hAndrew Tridgell1-0/+25
(This used to be commit 6c61c50d4f9c94e38b5dbb43e013ce549c133500)
2001-10-14return of vsnprintf doesn't include terminationAndrew Tridgell1-1/+1
thanks to simo for spotting this (This used to be commit acd84ed762a5f50c69c79d13cb18e4204096b304)
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell16-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)
2001-10-14bit neater talloc_asprintf() implementationAndrew Tridgell1-19/+11
(This used to be commit 8ca8875cd94dce8827ce8cb857b2d7a959ab7891)
2001-10-14minor Realloc() fix - pedanticAndrew Tridgell1-2/+5
(This used to be commit 1bcdf9106afacbe18437e87178bc1f219695c1e9)
2001-10-14Some reformatting.Tim Potter1-6/+10
(This used to be commit 5fc97e72ebf5976d66345107f3d9e6d3ae27eb94)
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter3-32/+29
(This used to be commit c6338d7eaeb31db2666603fcdd9179e61891a1c9)
2001-10-14Resurrected sam sequence number code.Tim Potter1-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)
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2-3/+17
in the asn1 spnego structures) (This used to be commit 131010e9fb842b4d5a8660c538a3313c95fadae7)
2001-10-14fixed two bugs in the NTLMSSP codeAndrew Tridgell1-2/+8
- handle servers that don't send a kerberos principle (non-member servers) - enable spnego without KRB5 (This used to be commit b218d465a1968a11d2d6a42afa7e552fea8b7f5e)
2001-10-13introduce mangle backward compatibility functionsSimo Sorce2-2/+178
add talloc_asprintf() (This used to be commit 7264d611eff871f424d449e1ff1c7ec3f5fdde40)
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison3-31/+59
Jeremy. (This used to be commit ebba334c15619610475a5c8242a55ed4fcdedf7c)
2001-10-12Converted a few winbind functions to use a talloc context that is destroyedTim Potter1-32/+72
immediately after the call. (This used to be commit 3e9a80d5bed724690da7321cde6b95022d60ba60)
2001-10-12fixed compiler warning.Tim Potter1-1/+1
(This used to be commit 2d5b0f7ad865f92668954f87fd3b116a7abffa10)
2001-10-12This file is really old and not used anymore.Tim Potter1-1375/+0
(This used to be commit ffef3c386957b08994f62eca18a29554daa91d3c)
2001-10-12Moved from include subdir.Tim Potter1-0/+35
(This used to be commit f6f0a444fac3506165e9d375ef6377fbf350683c)
2001-10-12Moved to rpcclient subdirectory.Tim Potter1-33/+0
(This used to be commit 3baa90470bfd2c409dd116bbe36d4867ee6fa372)
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter9-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)
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell3-8/+10
(This used to be commit 7092beef9d7a68018ede569883b22c822300c7ff)
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have ↵Andrew Tridgell9-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)
2001-10-12Removed some unused code from the recent cleanup.Tim Potter2-291/+2
(This used to be commit 4f12df9fc569b73dcf037b476976cb3be47ac43f)
2001-10-12Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison1-2/+7
Jeremy. (This used to be commit 2b135fba625191a13e4110c68531a0e6d5fb373d)
2001-10-11merge from 2.2Gerald Carter2-10/+10
(This used to be commit 062bba07f2faedfce7612c8b4a16072fa200349e)
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22
(This used to be commit 8b692d8326a1548a7dbbd2cecee9ece6aa60473a)
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell4-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)
2001-10-11remove unused function in mangle.cSimo Sorce3-17/+10
fix some alloc leaks spotted by andreas moroder. (This used to be commit 39409a20f69078709c63f6f867c042e66d5c7de3)
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2-12/+42
(This used to be commit 919734c1a6fd8b3bd0e12e96d878f47b6d6ff5e0)
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell12-2745/+803
of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
2001-10-11profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell1-461/+0
written MIT kerberos5 header files :( (This used to be commit 13d168f13f07ad36407d5c7eebe078d956fbc22e)
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell19-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)