summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett2001-09-251-5/+2
| | | | | | | the one in the sampass anyway. Andrew Bartlett (This used to be commit 29b7434293d7778376486b241f9458a71fa843a6)
* Fix up the ./configure for the BSDs:Andrew Bartlett2001-09-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Subject: Re: bugs in installman.sh script Date: Tue, 25 Sep 2001 16:02:11 +0200 (CEST) From: Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> To: Andrew Bartlett <abartlet@pcug.org.au> CC: <samba-technical@lists.samba.org> On Tue, 25 Sep 2001, Andrew Bartlett wrote: > Its broken for BSDs and was broken for many others. You might want to > re-checkout. Any fixes appricatiated. OK. Here's the patch for configure.in. Replaces illegal, under [t]csh, substitution with more general sed construction. Apply it, please, and I'll see if I can clean up the installman.sh further. (This used to be commit cad971f4c37042c4e9b6e6332e55757473f6da78)
* memory leak fixes ..Simo Sorce2001-09-251-7/+21
| | | | (This used to be commit 7f07004571ad1b8d1ce787f6788b4c4d8685db37)
* - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-252-0/+464
| | | | | - some more utils for unicode string manipulation (This used to be commit 4ade36446e7dee1c3828d8c822f047c6e891a644)
* fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-252-9/+11
| | | | | | ran out of primes and used a power of two hash modulus. It ended up sticking all the entries in just a few buckets. Yuck! (This used to be commit fdc9952391027e209fbd24f7794b1c2b551b1f9f)
* fixed a typoAndrew Tridgell2001-09-251-1/+1
| | | | (This used to be commit 11a2808e10bb7885da04c19c261d3876c31ac08d)
* added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-255-4/+86
| | | | | | | | | | server. This is just a framework right now - I want this to eventually replace the win32 test code from monyo The interesting this about this test is that it shows up a really horrible performance bug in our stat cache code. I'll see if I can fix it. (This used to be commit eb668b54af4925194c07b217724657f406ec00d0)
* Change ./configure.developer to stay in effect across aAndrew Bartlett2001-09-253-817/+829
| | | | | | | './config.status --recheck' by making it a real configure option. reran autoconf (This used to be commit 23173125cd124508a080cfc11436273efcbeedb6)
* allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell2001-09-251-10/+1
| | | | | char like libiconv does (This used to be commit e13e8b190c70136cb2c3588bdcf7328a7f61d152)
* added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell2001-09-251-0/+65
| | | | (This used to be commit b2eb7feb7f5bafe953fdeb92daaf9e4f08e44983)
* Try to fix up manpage installationAndrew Bartlett2001-09-251-1/+1
| | | | (This used to be commit a302bb20e28ea2e4d04eca34a23ff42e9bc07b05)
* Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2001-09-252-2/+8
| | | | | | Tidied up debug messages in lib/messages.c Jeremy. (This used to be commit dfb58f227609d6c8a255677b85ec853efa19f602)
* Log sys_acl_set_XX at level 2 not zero.Jeremy Allison2001-09-251-2/+2
| | | | | Jeremy. (This used to be commit 4a54a633c59a18b387427e89266e294bdddf8574)
* Change log message to 2 from zero when failing to create directory.Jeremy Allison2001-09-241-1/+1
| | | | | | Stops spurious profile creation messages. Jeremy. (This used to be commit fa74d07207fa9024b6ebdb10686b032ef6673d18)
* Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
| | | | | Jeremy. (This used to be commit b5f4a97bb028394f56c904dbb8e12827cb99e785)
* fixed a typo in installman.shMotonobu Takahashi2001-09-242-2/+2
| | | | | fixed a problem that source/install-sh is not executable (This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd)
* fixed a typoMotonobu Takahashi2001-09-241-1/+1
| | | | (This used to be commit 87a945f13d2f241facdd3a1bdc636193339f1697)
* added files and directories to support gettext() featureMotonobu Takahashi2001-09-2439-0/+16121
| | | | | | Also added some po files to support: English, Japanese, Polish, Turlish (This used to be commit 736b713c49ebe45923169b70f5c47f5afda8d94a)
* Update configure from configure.inMotonobu Takahashi2001-09-241-738/+2615
| | | | (This used to be commit 50a61b221ba97a41ecc52e862f7b41bc18b61852)
* Added SWAT i18n feature:Motonobu Takahashi2001-09-2414-526/+1623
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet. (This used to be commit 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19)
* added SWAT i18n support files for Japanese and TurkishMotonobu Takahashi2001-09-2423-0/+192
| | | | (This used to be commit 1e77e87dcf782a0b3b2f0509385b2edad6113a05)
* fixed a silly off by 1 bugAndrew Tridgell2001-09-242-2/+5
| | | | (This used to be commit e558ab6ac8930e3393291fe12289ad43175b8a1d)
* fixed bug in POST var handlingAndrew Tridgell2001-09-241-4/+2
| | | | (This used to be commit 73f10d3ef6de2dbcb23f93ef93eb9e7053ebf26b)
* If we disable hostname lookups we can at least get a uniform answer for testingAndrew Bartlett2001-09-242-3/+2
| | | | | | | the rhosts and hostsequiv stuff with. Andrew Bartlett (This used to be commit 3a2a96772304bbf04a2bdb2d3a8f9d92df62fc5f)
* tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell2001-09-241-12/+50
| | | | (This used to be commit b8d9d1fca3eec5150fb9784f1d0157a82e60cebd)
* convert all POST variables from display to unix charsetAndrew Tridgell2001-09-242-23/+29
| | | | (This used to be commit cd6478ad9890949d0ef34a7078ec5518debe4a3c)
* Add .headers.stampAndrew Bartlett2001-09-241-0/+1
| | | | (This used to be commit e12d7570997c229177c239cd2224574a943e262a)
* Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett2001-09-231-6/+6
| | | | (This used to be commit b6048e28ab996ba5581cfa3b50401c0f775befdd)
* Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett2001-09-231-2/+2
| | | | (This used to be commit d417b6b5cbdbb244cc683387d73a9200eef53427)
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-233-12/+7
| | | | | | | | | | | | than NT_STATUS_LOGON_FAILURE. This also brings us (almost) back in line with their implementation. Kill off SMBENCRYPT() macro Kill off 'nt smb support' paramater - tridge okayed this one. Andrew Bartlett (This used to be commit 67947bf6e31ee9758f8a2186f83031ba21b716f2)
* fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell2001-09-224-642/+655
| | | | | (and thus smbd) every time (This used to be commit e78d0a3615d74cdd023d2d623abc27ac59356ae0)
* Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-222-0/+35
| | | | | Jeremy. (This used to be commit bc7963bd643422cce081b6284e3bdd49ae3a02ab)
* These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-222-7/+7
| | | | | Andrew Bartlett (This used to be commit d1bc778301b31d77fdc3837ec3cff24ce37adcd7)
* Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-215-107/+238
| | | | | | *HARD*, dammit ! Jeremy. (This used to be commit 59a4684201fb72989698db5ac8169bd8880bd9a7)
* fixed the error code handling in can_delete() by converting it toAndrew Tridgell2001-09-211-19/+22
| | | | | NTSTATUS. This gets the right error codes in SMBunlink (This used to be commit c82f7828c05c747a5782d10c68cc2df80d4071bd)
* Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-6/+9
| | | | | Volker (This used to be commit 9ecd9db4efc7b736bef0e01a5e157e149a381587)
* fixed character set for user name pullAndrew Tridgell2001-09-211-4/+3
| | | | (This used to be commit 374f76fa2d5dcd036943c3f968a94f097a971ac7)
* smbmount fixes from Urban.Jeremy Allison2001-09-203-71/+101
| | | | | Jeremy. (This used to be commit 73ec9392396af6183bdf43b9f8ac0a6a0359a074)
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-205-174/+247
| | | | | | Add the ability for swat to run in non-root-mode (ie non-root from inetd). - we still need some of the am_root() calls fixed however. (This used to be commit 2c2317c56ee13abdbdbc866363c3b52dab826e3c)
* We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2001-09-202-12/+12
| | | | | than Get_Pwnam(user, True). (This used to be commit bf81f0021328da97afe58cc17317b15ec1b3cc96)
* Fix up the test for some of the quirkier hosts on the farm, and enable oneAndrew Bartlett2001-09-202-5/+4
| | | | | previously disabled sub-test. (This used to be commit 4df974527c7dbe88e7cbe9feb8e87f7ce89012b2)
* Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett2001-09-201-0/+16
| | | | | lookup' value. (This used to be commit 5f5b4b48ca78b3981001965058a2b4e796ba815c)
* Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett2001-09-201-37/+56
| | | | | | | | | | some sainity, avoiding things like 'root preexec' when the connection would otherwise already be denied (max connections). This does change behaviour, but I think its for the best. Andrew Bartlett (This used to be commit 99e8a263ada41de2662a0290fda3dd9df3ac0cd4)
* Add and modify some of the various tests I have had sitting around here for aAndrew Bartlett2001-09-2012-10/+147
| | | | | | | little while. This should give us a bit more coverage. Andrew Bartlett (This used to be commit 9e5a1d1623872a598c936e596270abe519c36e97)
* Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett2001-09-202-2/+2
| | | | (This used to be commit ba1b411f556bfac8b953c44c81257c7d8fb9817d)
* Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2001-09-202-2/+2
| | | | | on the wire. (This used to be commit 7c9ae76b3ff4f1ba88ddad570648f32f99e38944)
* - Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2001-09-192-14/+14
| | | | | - Fix initial lookup to use the mapped username. (This used to be commit 162b88e2313dbcf0b95300b8f18a3e9b6b6b29bd)
* Try to fix up the shell syntaxAndrew Bartlett2001-09-191-2/+2
| | | | (This used to be commit f57b1085b3a608871f0c1c8fbfe19c121dc8504f)
* Reran autoconf, autoheaderAndrew Bartlett2001-09-192-171/+208
| | | | (This used to be commit 26e523bf6e36d1aa355bbaa7d9b1d5c65c1b5e6b)
* typoAndrew Bartlett2001-09-191-1/+1
| | | | (This used to be commit 7a47e0fceb8999de93ac9e5721bf65401630dec6)