summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-09-26OpenSSL merge from 2.2Gerald Carter7-911/+966
2001-09-26From 2.2.Volker Lendecke1-0/+6
2001-09-26merge from 2.2Gerald Carter2-3/+3
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2-169/+61
2001-09-26Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2-10/+40
2001-09-26Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2-146/+222
2001-09-26Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett1-7/+11
2001-09-26Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett1-6/+1
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2-66/+21
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9
2001-09-26Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett1-40/+52
2001-09-26Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett1-11/+26
2001-09-26More updates to prevent account-guessing.Andrew Bartlett1-12/+10
2001-09-26We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett1-1/+1
2001-09-26Update build_options.c in line with new configure options.Andrew Bartlett1-6/+10
2001-09-26Finish Jeremy's passdb merge :-).Andrew Bartlett2-134/+200
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison3-28/+17
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison17-1876/+4624
2001-09-25sorry to forget re-run autoconf again...Motonobu Takahashi1-118/+124
2001-09-25now --with-i18n-swat works to install some international filesMotonobu Takahashi3-11/+35
2001-09-25Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett1-5/+2
2001-09-25Fix up the ./configure for the BSDs:Andrew Bartlett2-2/+2
2001-09-25memory leak fixes ..Simo Sorce1-7/+21
2001-09-25- the inactive core of the new mangling code that use tdbSimo Sorce2-0/+464
2001-09-25fixed the really awful performance problem with the stat cache when itAndrew Tridgell2-9/+11
2001-09-25fixed a typoAndrew Tridgell1-1/+1
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell5-4/+86
2001-09-25Change ./configure.developer to stay in effect across aAndrew Bartlett3-817/+829
2001-09-25allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell1-10/+1
2001-09-25added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell1-0/+65
2001-09-25Try to fix up manpage installationAndrew Bartlett1-1/+1
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2-2/+8
2001-09-25Log sys_acl_set_XX at level 2 not zero.Jeremy Allison1-2/+2
2001-09-24Change log message to 2 from zero when failing to create directory.Jeremy Allison1-1/+1
2001-09-24Removed extra '()' s.Jeremy Allison1-8/+6
2001-09-24fixed a typo in installman.shMotonobu Takahashi2-2/+2
2001-09-24fixed a typoMotonobu Takahashi1-1/+1
2001-09-24added files and directories to support gettext() featureMotonobu Takahashi39-0/+16121
2001-09-24Update configure from configure.inMotonobu Takahashi1-738/+2615
2001-09-24Added SWAT i18n feature:Motonobu Takahashi14-526/+1623
2001-09-24added SWAT i18n support files for Japanese and TurkishMotonobu Takahashi23-0/+192
2001-09-24fixed a silly off by 1 bugAndrew Tridgell2-2/+5
2001-09-24fixed bug in POST var handlingAndrew Tridgell1-4/+2
2001-09-24If we disable hostname lookups we can at least get a uniform answer for testingAndrew Bartlett2-3/+2
2001-09-24tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell1-12/+50
2001-09-24convert all POST variables from display to unix charsetAndrew Tridgell2-23/+29
2001-09-24Add .headers.stampAndrew Bartlett1-0/+1
2001-09-23Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett1-6/+6
2001-09-23Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett1-2/+2