summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough1-2/+10
to a very recent snapshot) has arcfour-hmac code that doesn't work with windows. Love suggested detecting it via the existence of KEYTYPE_ARCFOUR_56 which only exists in working versions. (This used to be commit e039a61e51c50a1999ed8e375c4d5df8b622e310)
2003-09-02Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough1-0/+22
work properly. MIT does not support them, so this check will be used to decide whether to use them. First part of fixing bug #372. (This used to be commit 85737fc9371d8208f3dd55d408958e357c48266e)
2003-09-02Fix typo in smbcquotas manpageJelmer Vernooij1-1/+1
(This used to be commit b53d5064f326c0ae8c7a00cd643ee52afec81856)
2003-09-02I think this will gracefully get around issues between different rpmGerald Carter4-24/+20
versions. Particularly the long standing problem with Net::LDAP dependencies in examples/LDAP. I'll build new packages tomorrow as the final test. (This used to be commit cca0f603506b2e3c20eff5e1dd235354363d7a86)
2003-09-02Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2-2/+6
nsswitch/pam_winbind.h so we can compile properly on this platform. (This used to be commit 75411005fcab7ecf31940c5f7b87fd407166f98a)
2003-09-01Fix comment strings to 43 bytes as per spec.Jeremy Allison1-3/+2
Jeremy. (This used to be commit f1ec43fae400455d20931ab2d3ecd8f9a6609050)
2003-09-01Proper fix for #380 -- use different algorithm to generate codepagesAlexander Bokovoy2-3/+19
source code which allows to take gaps into account thus making unneccessary extended [index] = value, syntax in to_ucs2 array (This used to be commit 4ab08a4bb8dbd023eb85d16a594d3c4ed066f9ac)
2003-09-01Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2-510/+64
(This used to be commit 61c671bd69674b9e1c4a8b72453dc6aae24b4323)
2003-09-01Fix bug 342. Short version of --add now -a instead of -A.Tim Potter2-4/+4
(This used to be commit 233568dd6b08d3dfb48a712b763dfc31c03b229d)
2003-08-31We don't need to #include memory.h here. It's a BSD'ism and just includesTim Potter1-1/+0
string.h anyways. (This used to be commit 71034cede83b5605b25a4d3b640086294244c239)
2003-08-30i know there is an specfile macro for determing the RPM versionGerald Carter3-29/+30
but I can't seem to find it right now. This should get us around all problems with RPM adding Net::LDAP to the list of requirements. (This used to be commit 3c2bcc5804f3809221219b24be53a19e03b58535)
2003-08-29make changes in the template, not the generated files... :-(Gerald Carter1-0/+4
(This used to be commit 9e404772811ab0c88afbface2252df2e75c5e1ba)
2003-08-29packaging updates; use rpm -E when possible for spec & src dir; also avoid ↵Gerald Carter3-2/+14
Net::LDAP dependencies (This used to be commit 3b31d1aa8ff3baaa48beee86e72e8a6caaf5ac1b)
2003-08-29updating README file after I removed some scriptsGerald Carter1-42/+19
(This used to be commit 90133558073deb96a0e5baf26e44cf1af1acd538)
2003-08-29adding smbcquotas to the list of installed toolsGerald Carter1-1/+2
(This used to be commit e872c3e4a117090528b2b1c7036e07f30b0a31ca)
2003-08-29Remove cap_set_quota as it is the same as default oneAlexander Bokovoy1-8/+3
(This used to be commit e123f1a8c8ecc0958e640ed204348d0c831f90f5)
2003-08-29Update mount helper to take synonyms for file_mode and dir_mode (fmask and ↵Steve French1-9/+28
dmask) (This used to be commit 89a0e97094fa85b6339f0ad0884cf55987758263)
2003-08-29adding packaging for charset modulesGerald Carter1-0/+1
(This used to be commit 8c9ae560b4f61146f8add848337c24b62fa0b9ea)
2003-08-29bumping versionGerald Carter1-1/+1
(This used to be commit e5f091e79511c5dc15f750e81063a962471634f2)
2003-08-29fix order of init scripts and remove references to swat/READMEGerald Carter3-5/+2
(This used to be commit 3ec9e76052e2e5f9f2cf26d1925344497de7c5fb)
2003-08-29update change log with recent commit messagesGerald Carter1-0/+2
(This used to be commit 88f949f31e51e63ff247737624a40b8283aeadf9)
2003-08-29file was checked in by mistakeGerald Carter1-88/+0
(This used to be commit 801a074e70e314405e1796ab22d372ab130bcd32)
2003-08-29Fix some compiler warnings.Tim Potter1-10/+8
(This used to be commit f566de0541373fab97caa6b0f574f79e68ae74dc)
2003-08-29Add log2pcap to everything target.Tim Potter1-2/+4
(This used to be commit fb446ba8117c5e24489520aaea6abd25d6396287)
2003-08-29Adding new files needed for html files.John Terpstra4-0/+300
(This used to be commit da3e840e017cd64366042748d94a18faf772093b)
2003-08-29Update pre-release of RC2. Note: Due to config errors not all manpagesJohn Terpstra28-2206/+2343
were rebuilt. (This used to be commit 01fde1a40b11e73cc98f09ab2ebbd14ed0bed4cf)
2003-08-29Relocate CHANGESECRETPW to correct level.John Terpstra1-7/+7
(This used to be commit f65d0d5c361e849eb7247a8ae2722f2e62df3b20)
2003-08-29Add missing markup tag.John Terpstra1-0/+2
(This used to be commit 1b8947e30ff3368788d1ce9e4713dd15afefe352)
2003-08-29Adding docs for the CHANGESECRETPW command.John Terpstra1-1/+13
(This used to be commit c2f354e7dcacdad43deca4cf3f807bfe6a908fad)
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison3-8/+18
restored on next valid packet if a logon fails. This has relevence if people are using su.exe within logon scripts ! Jeremy. (This used to be commit d405a93a9d3f9a1d93bb3289b00683fba3160bbe)
2003-08-28Fixed warnings in secret code.Jeremy Allison1-26/+0
Jeremy. (This used to be commit 86ebf990431903b12ec24a4d9af00d665e828145)
2003-08-28Regenerate docsJelmer Vernooij18-22249/+22220
(This used to be commit b78c6ee1d155f255d329899c237281c7cf662260)
2003-08-28Commit some old stuff from my laptop; put in Docbook/XML version of ↵Jelmer Vernooij2-1/+304
mount.cifs manpage (This used to be commit c442e52488c342ba20bda0ed821d607bdbec1ddb)
2003-08-28add note about the new edition of Using Samba included in this releaseGerald Carter1-0/+8
(This used to be commit 4eefa01486ed12c6941f1ced4e45adf0f9b023be)
2003-08-28make sure using_samba 2ed. files get installed okGerald Carter1-0/+7
(This used to be commit 55b6129bd106898ebfe976facacfe1d079492993)
2003-08-28getting rid of copmpiler warningGerald Carter1-0/+2
(This used to be commit d3f5c5c22026b2e1e4f02617a823505ae88eab24)
2003-08-28fixing typos pointed out by Vance in WHATSNEWGerald Carter3-16/+72
Include patch to manually set the machine trust account password (on request from jht) to mimic 2.2. behavior. last changes before RC2 (not counting syncing the docs). (This used to be commit ce090371449097d4e5010e1219d449db8b0ccac5)
2003-08-28syncGerald Carter1-7/+57
(This used to be commit 3fcb31599984c0a3a2d2307edf0f91009bc17ef6)
2003-08-28fix link and author information for Using Samab 2ed (in SWAT front page)Gerald Carter1-1/+1
(This used to be commit c79840994c1f3067d268c0db6dc3166572e688eb)
2003-08-28Add length warning on register name.Jeremy Allison1-2/+12
Jeremy. (This used to be commit 68d02ebbcd9bc4cf7c84763d03c903b1f2e55fb8)
2003-08-28Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison3-9/+16
workgroup name is >15 characters. Jeremy. (This used to be commit 35a0b3c035d50474eda97b015676885722737a95)
2003-08-28Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison1-1/+1
but not the other. This now compiles but I need verification. Jeremy. (This used to be commit 787c9764b300651af83a6e54f3090cfcf078a8a9)
2003-08-28Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy9-75/+597
Now all 8-bit charsets with gaps (not all symbols defined) could be produced through one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file with three charset tables. Full source code for such modules can be generated by source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly to follow our data types and structure. (This used to be commit 37042c7bc0f349370e93e4bed37d8fa371013247)
2003-08-28remove rcs tagGerald Carter1-2/+0
(This used to be commit 7105f4bcabb29126999b5494f6d60d6f766ab5cc)
2003-08-28removing outdated scripts and adding comments about 'ldap password syc'Gerald Carter4-335/+5
(This used to be commit 29885eae591bdbb899d18ac2e7ae355751cd4be6)
2003-08-28revert a change to r1.397.2.91 because to operate like the docs; browseable ↵Gerald Carter1-0/+7
for new home directories should be inheritied from the global defaults, not [homes] (This used to be commit ea54bfc211f874c23b79572d8fb89bac73ec21a3)
2003-08-28Fix email address in copyright statementJim McDonough1-1/+1
(This used to be commit ffc82460f2b6b703739d9f95dc878d31bc9b3367)
2003-08-28skel_ -> cap_Alexander Bokovoy1-51/+51
(This used to be commit 8bb033273a0fa20ba88ad6797c9a6ba092224e3b)
2003-08-27Remove what looks like gcc-isms.Jeremy Allison1-16/+17
Jeremy. (This used to be commit ed72e0a1d56f0da29e4ef964f560f0962630e080)
2003-08-27Typo fix.Rafal Szczesniak1-1/+1
(This used to be commit 934fb418a3a3628ee4cde699df872bc1035fc769)