summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-20crude fix for anonymous session setup with extended securityAndrew Tridgell1-1/+62
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell3-9/+23
2001-10-20finished auth when we get a valid kerberos ticketAndrew Tridgell1-8/+58
2001-10-20add non_root_mode() checkAndrew Tridgell1-1/+1
2001-10-20removed an unused variableAndrew Tridgell1-1/+0
2001-10-20don't need KRB5_DIR defineAndrew Tridgell1-1/+0
2001-10-20fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell1-7/+8
2001-10-20quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell1-5/+2
2001-10-19Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2-3/+3
2001-10-19Added include guards around file.Jeremy Allison1-0/+4
2001-10-19Add RAP net share add supportJim McDonough1-31/+113
2001-10-19print in a human readable format when the password expired.Jean-François Micouleau2-2/+2
2001-10-19Add build of net utilityJim McDonough1-2/+8
2001-10-19Add command-line remote management utilityJim McDonough1-0/+1510
2001-10-19Add additional client RAP callsJim McDonough1-0/+1832
2001-10-19Add rap.h for net utility and libsmbJim McDonough1-0/+2
2001-10-19Add header for common RAP definitionsJim McDonough1-0/+478
2001-10-19Fixed issues with changenotify only being called once in VC++.Jeremy Allison1-4/+29
2001-10-19Tidy up debug in notify code.Jeremy Allison2-24/+35
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter4-20/+29
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter5-87/+106
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison5-61/+280
2001-10-19client : Fixed error return.Jeremy Allison2-1/+3
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison16-93/+197
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-18Now compiles under head branch.Tim Potter1-89/+51
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