summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-10-18Merge Gerry's %G change from 2.2.2.Jeremy Allison1-7/+8
2001-10-18got rid of start_background_queue()Andrew Tridgell1-1/+6
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell7-15/+141
2001-10-18Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter3-5/+5
2001-10-17removed some debug codeAndrew Tridgell1-2/+2
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell10-66/+606
2001-10-17Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison1-3/+0
2001-10-17charset_initialise() doesn't exist anymore.Tim Potter1-2/+0
2001-10-16Optimisation to send only to correct processid.Jeremy Allison1-6/+16
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau3-2/+53
2001-10-16Fix some unicode string error.Jean-François Micouleau1-31/+42
2001-10-16Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison1-4/+16
2001-10-16added Italian message file from Simo SourceMotonobu Takahashi1-0/+1707
2001-10-16fix heimdal compilationAndrew Tridgell1-1/+2
2001-10-16fix linking of k5crypto library on openbsdAndrew Tridgell2-72/+172
2001-10-16Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h...Jeremy Allison1-2/+3
2001-10-16fixed finding the resolv libraryAndrew Tridgell2-448/+392
2001-10-15remove zh_CN.msg because there is no maintainer.Motonobu Takahashi2-1572/+13
2001-10-15updated copyright noticesAndrew Tridgell3-6/+30
2001-10-15- renamed *.po message files to *.msgAndrew Tridgell6-12/+15
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell3-345/+357
2001-10-15always install swat language filesAndrew Tridgell1-13/+5
2001-10-15removed unused gettext codeAndrew Tridgell33-7614/+0
2001-10-15include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell3-892/+776
2001-10-14fixed the --with-krb5=dir option.Andrew Tridgell2-87/+92
2001-10-14fixed typoAndrew Tridgell1-1/+1
2001-10-14forgot to add intl.hAndrew Tridgell1-0/+25
2001-10-14return of vsnprintf doesn't include terminationAndrew Tridgell1-1/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell16-794/+525
2001-10-14bit neater talloc_asprintf() implementationAndrew Tridgell1-19/+11
2001-10-14minor Realloc() fix - pedanticAndrew Tridgell1-2/+5
2001-10-14Some reformatting.Tim Potter1-6/+10
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter3-32/+29
2001-10-14Resurrected sam sequence number code.Tim Potter1-117/+175
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2-3/+17
2001-10-14fixed two bugs in the NTLMSSP codeAndrew Tridgell1-2/+8
2001-10-13introduce mangle backward compatibility functionsSimo Sorce2-2/+178
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison3-31/+59
2001-10-12Converted a few winbind functions to use a talloc context that is destroyedTim Potter1-32/+72
2001-10-12fixed compiler warning.Tim Potter1-1/+1
2001-10-12This file is really old and not used anymore.Tim Potter1-1375/+0
2001-10-12Moved from include subdir.Tim Potter1-0/+35
2001-10-12Moved to rpcclient subdirectory.Tim Potter1-33/+0
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter9-1045/+292
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell3-8/+10
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell9-275/+590
2001-10-12Removed some unused code from the recent cleanup.Tim Potter2-291/+2
2001-10-12Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison1-2/+7
2001-10-11merge from 2.2Gerald Carter2-10/+10
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22