summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-02-04Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2-11/+82
2004-02-03Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2-168/+8
2004-02-02A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it'sJeremy Allison1-3/+3
2004-02-02fix installmodules problem with make on True64Gerald Carter1-2/+2
2004-02-02fix problems with proto.hGerald Carter2-2/+2
2004-02-02there are places in the samba3 code that don't check properly forAndrew Tridgell1-0/+4
2004-02-02the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell1-1/+1
2004-02-02Remove bogus check. No functional change, just cosmetics.Volker Lendecke1-5/+0
2004-02-02Always at least try to compile in cracklib support.Andrew Bartlett1-1/+1
2004-02-02Merge the 'use cracklib' parameter from HEAD back to 3.0Andrew Bartlett1-0/+4
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter5-26/+144
2004-02-01Include sys/acl.h in check for broken nisplus include files. Bug #1025.Tim Potter1-1/+3
2004-02-01Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -Tim Potter1-4/+8
2004-01-31* BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;Gerald Carter2-115/+10
2004-01-31cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter1-8/+12
2004-01-30If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett1-17/+31
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison8-56/+39
2004-01-30disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter1-6/+12
2004-01-29more initialization fixesGerald Carter2-0/+63
2004-01-29disable template accounts by defaultGerald Carter1-1/+1
2004-01-29initialization fixesGerald Carter2-2/+51
2004-01-29removing more unused parametersGerald Carter1-10/+0
2004-01-29BUG 570: don't overwrite LDFLAGS; patch from MORIYAMA Masayuki <moriyama@mira...Gerald Carter1-1/+1
2004-01-29completely rewrote the AIX UESS backend (UESS is the AIX equivalent ofAndrew Tridgell1-148/+778
2004-01-29Remove an unused parameter from reload_services_file.Richard Sharpe1-4/+3
2004-01-28Merge of Chris's fix.Jeremy Allison1-11/+31
2004-01-27forgotten commit -- version == 3.0.3pre1Gerald Carter1-1/+1
2004-01-27prepping the SAMBA_3_0 branch for 3.0.3 workGerald Carter1-2/+2
2004-01-27bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter1-1/+7
2004-01-27Clarify comment on set_effective_uid()Andrew Bartlett1-2/+10
2004-01-26Revise our server-side password change code to cope with the variousAndrew Bartlett1-109/+158
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett10-91/+220
2004-01-26Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett1-1/+3
2004-01-26Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett1-0/+2
2004-01-25Fix memleak just introduced. Thanks to abartlet :-)Volker Lendecke1-0/+1
2004-01-25On my SuSE 8.2 (glibc 2.3.2) the getpwnam inside pdb_getsampwnam resetVolker Lendecke1-30/+43
2004-01-25Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett1-2/+2
2004-01-25If we are providing strndup(), ensure we provide a prototype too.Andrew Bartlett1-0/+4
2004-01-25Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett1-16/+16
2004-01-24A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett1-8/+8
2004-01-23Fix typoVolker Lendecke1-2/+1
2004-01-23Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke1-0/+2
2004-01-22Fix for debian Bug#225328 by LaMont Jones <lamont@debian.org>, whereAndrew Bartlett1-0/+2
2004-01-22* Add SIGABRT to fault handlingStefan Metzmacher1-3/+6
2004-01-21Fix compiler warningVolker Lendecke1-0/+2
2004-01-21Display some nicer error messages for login via 'net'. I don'tVolker Lendecke1-0/+8
2004-01-17Fix for a signing bug when the mid wraps.Jeremy Allison1-3/+11
2004-01-16fix another bug caused by cli_lsa_query_info_policy() changesGerald Carter1-2/+4
2004-01-16Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough1-4/+25
2004-01-16Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) toVolker Lendecke1-14/+34