summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce2001-09-271-112/+139
* Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett2001-09-271-81/+83
* Kill unused variablesAndrew Bartlett2001-09-271-2/+0
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-272-74/+153
* sync up with 2.2Gerald Carter2001-09-271-0/+0
* minor fixesSimo Sorce2001-09-272-32/+15
* fixed compilation of tdbtortureAndrew Tridgell2001-09-271-0/+5
* OpenSSL merge from 2.2Gerald Carter2001-09-267-911/+966
* From 2.2.Volker Lendecke2001-09-261-0/+6
* merge from 2.2Gerald Carter2001-09-262-3/+3
* Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2001-09-262-169/+61
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-262-10/+40
* Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2001-09-262-146/+222
* Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett2001-09-261-7/+11
* Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett2001-09-261-6/+1
* Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2001-09-262-66/+21
* Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett2001-09-261-2/+4
* Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett2001-09-261-7/+9
* Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett2001-09-261-40/+52
* Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett2001-09-261-11/+26
* More updates to prevent account-guessing.Andrew Bartlett2001-09-261-12/+10
* We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett2001-09-261-1/+1
* Update build_options.c in line with new configure options.Andrew Bartlett2001-09-261-6/+10
* Finish Jeremy's passdb merge :-).Andrew Bartlett2001-09-262-134/+200
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-263-28/+17
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-2517-1876/+4624
* sorry to forget re-run autoconf again...Motonobu Takahashi2001-09-251-118/+124
* now --with-i18n-swat works to install some international filesMotonobu Takahashi2001-09-253-11/+35
* Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett2001-09-251-5/+2
* Fix up the ./configure for the BSDs:Andrew Bartlett2001-09-252-2/+2
* memory leak fixes ..Simo Sorce2001-09-251-7/+21
* - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-252-0/+464
* fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-252-9/+11
* fixed a typoAndrew Tridgell2001-09-251-1/+1
* added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-255-4/+86
* Change ./configure.developer to stay in effect across aAndrew Bartlett2001-09-253-817/+829
* allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell2001-09-251-10/+1
* added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell2001-09-251-0/+65
* Try to fix up manpage installationAndrew Bartlett2001-09-251-1/+1
* Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2001-09-252-2/+8
* Log sys_acl_set_XX at level 2 not zero.Jeremy Allison2001-09-251-2/+2
* Change log message to 2 from zero when failing to create directory.Jeremy Allison2001-09-241-1/+1
* Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
* fixed a typo in installman.shMotonobu Takahashi2001-09-242-2/+2
* fixed a typoMotonobu Takahashi2001-09-241-1/+1
* added files and directories to support gettext() featureMotonobu Takahashi2001-09-2439-0/+16121
* Update configure from configure.inMotonobu Takahashi2001-09-241-738/+2615
* Added SWAT i18n feature:Motonobu Takahashi2001-09-2414-526/+1623
* added SWAT i18n support files for Japanese and TurkishMotonobu Takahashi2001-09-2423-0/+192
* fixed a silly off by 1 bugAndrew Tridgell2001-09-242-2/+5