summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update mount helper to take synonyms for file_mode and dir_mode (fmask and ↵Steve French2003-08-291-9/+28
| | | | | | dmask) (This used to be commit 89a0e97094fa85b6339f0ad0884cf55987758263)
* adding packaging for charset modulesGerald Carter2003-08-291-0/+1
| | | | (This used to be commit 8c9ae560b4f61146f8add848337c24b62fa0b9ea)
* bumping versionGerald Carter2003-08-291-1/+1
| | | | (This used to be commit e5f091e79511c5dc15f750e81063a962471634f2)
* fix order of init scripts and remove references to swat/READMEGerald Carter2003-08-293-5/+2
| | | | (This used to be commit 3ec9e76052e2e5f9f2cf26d1925344497de7c5fb)
* update change log with recent commit messagesGerald Carter2003-08-291-0/+2
| | | | (This used to be commit 88f949f31e51e63ff247737624a40b8283aeadf9)
* file was checked in by mistakeGerald Carter2003-08-291-88/+0
| | | | (This used to be commit 801a074e70e314405e1796ab22d372ab130bcd32)
* Fix some compiler warnings.Tim Potter2003-08-291-10/+8
| | | | (This used to be commit f566de0541373fab97caa6b0f574f79e68ae74dc)
* Add log2pcap to everything target.Tim Potter2003-08-291-2/+4
| | | | (This used to be commit fb446ba8117c5e24489520aaea6abd25d6396287)
* Adding new files needed for html files.John Terpstra2003-08-294-0/+300
| | | | (This used to be commit da3e840e017cd64366042748d94a18faf772093b)
* Update pre-release of RC2. Note: Due to config errors not all manpagesJohn Terpstra2003-08-2928-2206/+2343
| | | | | were rebuilt. (This used to be commit 01fde1a40b11e73cc98f09ab2ebbd14ed0bed4cf)
* Relocate CHANGESECRETPW to correct level.John Terpstra2003-08-291-7/+7
| | | | (This used to be commit f65d0d5c361e849eb7247a8ae2722f2e62df3b20)
* Add missing markup tag.John Terpstra2003-08-291-0/+2
| | | | (This used to be commit 1b8947e30ff3368788d1ce9e4713dd15afefe352)
* Adding docs for the CHANGESECRETPW command.John Terpstra2003-08-291-1/+13
| | | | (This used to be commit c2f354e7dcacdad43deca4cf3f807bfe6a908fad)
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-283-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)
* Fixed warnings in secret code.Jeremy Allison2003-08-281-26/+0
| | | | | Jeremy. (This used to be commit 86ebf990431903b12ec24a4d9af00d665e828145)
* Regenerate docsJelmer Vernooij2003-08-2818-22249/+22220
| | | | (This used to be commit b78c6ee1d155f255d329899c237281c7cf662260)
* Commit some old stuff from my laptop; put in Docbook/XML version of ↵Jelmer Vernooij2003-08-282-1/+304
| | | | | | mount.cifs manpage (This used to be commit c442e52488c342ba20bda0ed821d607bdbec1ddb)
* add note about the new edition of Using Samba included in this releaseGerald Carter2003-08-281-0/+8
| | | | (This used to be commit 4eefa01486ed12c6941f1ced4e45adf0f9b023be)
* make sure using_samba 2ed. files get installed okGerald Carter2003-08-281-0/+7
| | | | (This used to be commit 55b6129bd106898ebfe976facacfe1d079492993)
* getting rid of copmpiler warningGerald Carter2003-08-281-0/+2
| | | | (This used to be commit d3f5c5c22026b2e1e4f02617a823505ae88eab24)
* fixing typos pointed out by Vance in WHATSNEWGerald Carter2003-08-283-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)
* syncGerald Carter2003-08-281-7/+57
| | | | (This used to be commit 3fcb31599984c0a3a2d2307edf0f91009bc17ef6)
* fix link and author information for Using Samab 2ed (in SWAT front page)Gerald Carter2003-08-281-1/+1
| | | | (This used to be commit c79840994c1f3067d268c0db6dc3166572e688eb)
* Add length warning on register name.Jeremy Allison2003-08-281-2/+12
| | | | | Jeremy. (This used to be commit 68d02ebbcd9bc4cf7c84763d03c903b1f2e55fb8)
* Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison2003-08-283-9/+16
| | | | | | workgroup name is >15 characters. Jeremy. (This used to be commit 35a0b3c035d50474eda97b015676885722737a95)
* Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison2003-08-281-1/+1
| | | | | | but not the other. This now compiles but I need verification. Jeremy. (This used to be commit 787c9764b300651af83a6e54f3090cfcf078a8a9)
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-289-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)
* remove rcs tagGerald Carter2003-08-281-2/+0
| | | | (This used to be commit 7105f4bcabb29126999b5494f6d60d6f766ab5cc)
* removing outdated scripts and adding comments about 'ldap password syc'Gerald Carter2003-08-284-335/+5
| | | | (This used to be commit 29885eae591bdbb899d18ac2e7ae355751cd4be6)
* revert a change to r1.397.2.91 because to operate like the docs; browseable ↵Gerald Carter2003-08-281-0/+7
| | | | | | for new home directories should be inheritied from the global defaults, not [homes] (This used to be commit ea54bfc211f874c23b79572d8fb89bac73ec21a3)
* Fix email address in copyright statementJim McDonough2003-08-281-1/+1
| | | | (This used to be commit ffc82460f2b6b703739d9f95dc878d31bc9b3367)
* skel_ -> cap_Alexander Bokovoy2003-08-281-51/+51
| | | | (This used to be commit 8bb033273a0fa20ba88ad6797c9a6ba092224e3b)
* Remove what looks like gcc-isms.Jeremy Allison2003-08-271-16/+17
| | | | | Jeremy. (This used to be commit ed72e0a1d56f0da29e4ef964f560f0962630e080)
* Typo fix.Rafal Szczesniak2003-08-271-1/+1
| | | | (This used to be commit 934fb418a3a3628ee4cde699df872bc1035fc769)
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-273-26/+5
| | | | (This used to be commit 3724063f1518c25e33ba6b65cd3bb1e36cec51fa)
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-274-467/+493
| | | | | | | | | pam_smbpass.so will load ok. Had to move some functions around to work around dependency problems (hence the new passdb/lookup_sid.c) Also make sure that libsmbclient.a is built and installed when we support shared libraries. (This used to be commit 780055f4422f11fb0524ac1f003cdc5f317f8b19)
* renaming some functions for consistencyGerald Carter2003-08-272-10/+10
| | | | (This used to be commit f4ca4aae8ad0496b76c710cf79c791724bdaa4ec)
* Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough2003-08-272-1/+13
| | | | | | | | in heimdal it is an enum. Thanks to Guenther Deschner (gd@suse.de). With this join will work, but without a keytab, cifs connections will still fail with heimdal. Fix to come later. (This used to be commit d30bef4c37e8203c273eb3852215a89348bece7a)
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide ↵Alexander Bokovoy2003-08-274-7/+470
| | | | | | CAP-compatible encoded file names for CJKV (This used to be commit e8a5a962ed2218144cbb9c593d8e996c7d034b0c)
* Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison2003-08-271-1/+23
| | | | | | Should fix mangling for Japanese language. Jeremy. (This used to be commit a238bcc440e310a9ea7800e4fb0b4d39c1f0a0d7)
* Fix initial debug.Jeremy Allison2003-08-271-1/+1
| | | | | Jeremy. (This used to be commit bd40da06352184ed1c4bcaf3449dcdc7fdc59bbd)
* Ignore smbiconv binary as wellAlexander Bokovoy2003-08-271-0/+1
| | | | (This used to be commit eea27b9a9cc749b3a67f2ced36ab72586a3905a1)
* Remove completely unneeded malloc/free out of this codepath.Jeremy Allison2003-08-271-12/+11
| | | | | Jeremy. (This used to be commit fda254169778cc3fa9c226473b5a1f95c17c99a7)
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-278-25/+24
| | | | | Jeremy. (This used to be commit be534c8adf6c3cb8921ce49dbb79991c632d501e)
* fix segfault on empty wins server name registration replyGerald Carter2003-08-271-2/+4
| | | | (This used to be commit 743560284cebd686be1094ce1d657e6d06c291b0)
* Be consistent about using capital letters in the function names. (The onlyPaul Green2003-08-271-5/+5
| | | | | | one that really matters is the init entrypoint, but I changed the others to remain consistent). (This used to be commit ce0469ad1c01b36d3f0000756f6917478df37d02)
* add --help to scriptGerald Carter2003-08-271-1/+8
| | | | (This used to be commit 5b20494aff3da9414ac0100220de96750c3f06a3)
* fix bug 230; make sure to set #define SYSV for solaris; do this outside of ↵Gerald Carter2003-08-271-1/+9
| | | | | | the checks for shared library support (move the IRIX define as well) (This used to be commit 42d9b75d8c6ab61afd3b399ab485da6733af5bd2)
* Fix typo in configure.in for libsmbclientAlexander Bokovoy2003-08-271-1/+1
| | | | (This used to be commit 302da352a2f7f23c39ab97076505b5297ffdbe8d)
* Print an error instead of crashing if no argument is specified forTim Potter2003-08-271-0/+4
| | | | | | | smbclient -T Fixes bug 345. (This used to be commit a46e58e2b6e3d9526012d6a2d903163a3373fa59)