Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the uninitialised variable, but more importantly fix the SEGFAULT. | Andrew Bartlett | 2001-09-26 | 1 | -2/+4 | |
| | | | | | | | | Merge for 2.2.2 Should TDB cope with TDB pointers itself? Andrew Bartlett | |||||
* | Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower) | Andrew Bartlett | 2001-09-26 | 1 | -7/+9 | |
| | | | | | | | Also attempt to make some of the syntax clearer, its confusing enought for the compiler... (it thinks that there is use of an unitilaised variable) In fact there is, see next patch... | |||||
* | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 2001-09-26 | 1 | -40/+52 | |
| | | | | | | | | | | therfore ensuring sensible defaults for some values, notably account expriries which mean 'locked out' if == 0. This NEEDS to be merged into 2.2.2 or people can get wrongly initilaised TDB records. (which will only fail on future versions of samba). Andrew Bartlett | |||||
* | Add a new interface pdb_set_plaintext_passwd() to the passdb. This simply | Andrew Bartlett | 2001-09-26 | 1 | -11/+26 | |
| | | | | | | | | interfaces to the existing set NT and LM functions, but ensures we always do it in the same way. This also allows for the possibility for the unix password sync code to be hidden behind the passdb interface as some stage. | |||||
* | More updates to prevent account-guessing. | Andrew Bartlett | 2001-09-26 | 1 | -12/+10 | |
| | | | | | | | | | | This moves the check that ensures that the account being looked up is the same account as the machine logged in as to the front, before we even start with passdb. Merge for 2.2.2? Andrew Bartlett | |||||
* | We don't use a modified 'user' in any case, so don't modifiy it. | Andrew Bartlett | 2001-09-26 | 1 | -1/+1 | |
| | ||||||
* | Update build_options.c in line with new configure options. | Andrew Bartlett | 2001-09-26 | 1 | -6/+10 | |
| | ||||||
* | Finish Jeremy's passdb merge :-). | Andrew Bartlett | 2001-09-26 | 2 | -134/+200 | |
| | | | | | | (fix up configure.in for default (smbpasswd) option) Rerun autoconf. | |||||
* | Added Elrond patch to make se_access_check use NT datastructures, not Samba. | Jeremy Allison | 2001-09-26 | 3 | -28/+17 | |
| | | | | Jeremy. | |||||
* | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 2001-09-25 | 17 | -1876/+4624 | |
| | | | | Jeremy. | |||||
* | sorry to forget re-run autoconf again... | Motonobu Takahashi | 2001-09-25 | 1 | -118/+124 | |
| | ||||||
* | now --with-i18n-swat works to install some international files | Motonobu Takahashi | 2001-09-25 | 3 | -11/+35 | |
| | | | | | | | | | used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo | |||||
* | Don't segfault when deleting accounts not in /etc/passwd. The RID we want is | Andrew Bartlett | 2001-09-25 | 1 | -5/+2 | |
| | | | | | | the one in the sampass anyway. Andrew Bartlett | |||||
* | Fix up the ./configure for the BSDs: | Andrew Bartlett | 2001-09-25 | 2 | -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. | |||||
* | memory leak fixes .. | Simo Sorce | 2001-09-25 | 1 | -7/+21 | |
| | ||||||
* | - the inactive core of the new mangling code that use tdb | Simo Sorce | 2001-09-25 | 2 | -0/+464 | |
| | | | | - some more utils for unicode string manipulation | |||||
* | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 2001-09-25 | 2 | -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! | |||||
* | fixed a typo | Andrew Tridgell | 2001-09-25 | 1 | -1/+1 | |
| | ||||||
* | added a little smbtorture test for dumping the unicode table of a | Andrew Tridgell | 2001-09-25 | 5 | -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. | |||||
* | Change ./configure.developer to stay in effect across a | Andrew Bartlett | 2001-09-25 | 3 | -817/+829 | |
| | | | | | | './config.status --recheck' by making it a real configure option. reran autoconf | |||||
* | allow all ucs2 chars in utf8, rather than mapping some to a single | Andrew Tridgell | 2001-09-25 | 1 | -10/+1 | |
| | | | | char like libiconv does | |||||
* | added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file | Andrew Tridgell | 2001-09-25 | 1 | -0/+65 | |
| | ||||||
* | Try to fix up manpage installation | Andrew Bartlett | 2001-09-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed enumeration of large numbers of groups from a Samba DC. | Jeremy Allison | 2001-09-25 | 2 | -2/+8 | |
| | | | | | Tidied up debug messages in lib/messages.c Jeremy. | |||||
* | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 2001-09-25 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 2001-09-24 | 1 | -1/+1 | |
| | | | | | Stops spurious profile creation messages. Jeremy. | |||||
* | Removed extra '()' s. | Jeremy Allison | 2001-09-24 | 1 | -8/+6 | |
| | | | | Jeremy. | |||||
* | fixed a typo in installman.sh | Motonobu Takahashi | 2001-09-24 | 2 | -2/+2 | |
| | | | | fixed a problem that source/install-sh is not executable | |||||
* | fixed a typo | Motonobu Takahashi | 2001-09-24 | 1 | -1/+1 | |
| | ||||||
* | added files and directories to support gettext() feature | Motonobu Takahashi | 2001-09-24 | 39 | -0/+16121 | |
| | | | | | Also added some po files to support: English, Japanese, Polish, Turlish | |||||
* | Update configure from configure.in | Motonobu Takahashi | 2001-09-24 | 1 | -738/+2615 | |
| | ||||||
* | Added SWAT i18n feature: | Motonobu Takahashi | 2001-09-24 | 14 | -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. | |||||
* | added SWAT i18n support files for Japanese and Turkish | Motonobu Takahashi | 2001-09-24 | 23 | -0/+192 | |
| | ||||||
* | fixed a silly off by 1 bug | Andrew Tridgell | 2001-09-24 | 2 | -2/+5 | |
| | ||||||
* | fixed bug in POST var handling | Andrew Tridgell | 2001-09-24 | 1 | -4/+2 | |
| | ||||||
* | If we disable hostname lookups we can at least get a uniform answer for testing | Andrew Bartlett | 2001-09-24 | 2 | -3/+2 | |
| | | | | | | the rhosts and hostsequiv stuff with. Andrew Bartlett | |||||
* | tdbtorture updates from when I was trying to track down the hp tdb bug | Andrew Tridgell | 2001-09-24 | 1 | -12/+50 | |
| | ||||||
* | convert all POST variables from display to unix charset | Andrew Tridgell | 2001-09-24 | 2 | -23/+29 | |
| | ||||||
* | Add .headers.stamp | Andrew Bartlett | 2001-09-24 | 1 | -0/+1 | |
| | ||||||
* | Lets call an NTSTATUS an nt_status, not an ecode. | Andrew Bartlett | 2001-09-23 | 1 | -6/+6 | |
| | ||||||
* | Zero out these pstrings before we start: makes for much easier debugging. | Andrew Bartlett | 2001-09-23 | 1 | -2/+2 | |
| | ||||||
* | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 2001-09-23 | 3 | -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 | |||||
* | fixed the Makefile so we don't rebuild libsmbclient and build_env.h | Andrew Tridgell | 2001-09-22 | 4 | -642/+655 | |
| | | | | (and thus smbd) every time | |||||
* | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 2001-09-22 | 2 | -0/+35 | |
| | | | | Jeremy. | |||||
* | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 2001-09-22 | 2 | -7/+7 | |
| | | | | Andrew Bartlett | |||||
* | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 2001-09-21 | 5 | -107/+238 | |
| | | | | | *HARD*, dammit ! Jeremy. | |||||
* | fixed the error code handling in can_delete() by converting it to | Andrew Tridgell | 2001-09-21 | 1 | -19/+22 | |
| | | | | NTSTATUS. This gets the right error codes in SMBunlink | |||||
* | Added -s configfile to smbcontrol.c. | Volker Lendecke | 2001-09-21 | 1 | -6/+9 | |
| | | | | Volker | |||||
* | fixed character set for user name pull | Andrew Tridgell | 2001-09-21 | 1 | -4/+3 | |
| | ||||||
* | smbmount fixes from Urban. | Jeremy Allison | 2001-09-20 | 3 | -71/+101 | |
| | | | | Jeremy. |