summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett2004-02-081-2/+3
* | I should have done this years ago...Andrew Bartlett2004-02-071-0/+131
* | Replace .po with .@PICSUFFIX@Tim Potter2004-02-061-4/+4
* | Updating the Debian packaging stuff in packaging/Debian/. This hadn'tEloy Paris2004-02-0517-233/+419
* | Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
* | move disabling code to context functions instead of backwards compatible wrap...Gerald Carter2004-02-041-28/+28
* | Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison2004-02-041-20/+83
* | return NSS_SUCCESS if we have found the max number of gids possible on Solari...Gerald Carter2004-02-041-4/+7
* | Fix const warningAndrew Bartlett2004-02-041-2/+2
* | This should be the correct fix for the lack of a prototype forAndrew Bartlett2004-02-043-13/+1
* | Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2004-02-042-11/+82
* | Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2004-02-032-168/+8
* | A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it'sJeremy Allison2004-02-021-3/+3
* | fix installmodules problem with make on True64Gerald Carter2004-02-021-2/+2
* | fix problems with proto.hGerald Carter2004-02-022-2/+2
* | update script to build a tarball from the cvs treeGerald Carter2004-02-021-0/+14
* | there are places in the samba3 code that don't check properly forAndrew Tridgell2004-02-021-0/+4
* | the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell2004-02-021-1/+1
* | Remove bogus check. No functional change, just cosmetics.Volker Lendecke2004-02-021-5/+0
* | Always at least try to compile in cracklib support.Andrew Bartlett2004-02-021-1/+1
* | Merge the 'use cracklib' parameter from HEAD back to 3.0Andrew Bartlett2004-02-021-0/+4
* | remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-025-26/+144
* | Include sys/acl.h in check for broken nisplus include files. Bug #1025.Tim Potter2004-02-011-1/+3
* | Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -Tim Potter2004-02-011-4/+8
* | * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;Gerald Carter2004-01-312-115/+10
* | cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter2004-01-311-8/+12
* | If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett2004-01-301-17/+31
* | fix pam config fileGerald Carter2004-01-301-2/+4
* | fix a few more bugs in Fedora scripts (files not getting installed)Gerald Carter2004-01-302-1/+5
* | Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-308-56/+39
* | fixes for fedora packagingGerald Carter2004-01-302-15/+307
* | disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter2004-01-301-6/+12
* | more initialization fixesGerald Carter2004-01-292-0/+63
* | disable template accounts by defaultGerald Carter2004-01-291-1/+1
* | initialization fixesGerald Carter2004-01-292-2/+51
* | removing more unused parametersGerald Carter2004-01-291-10/+0
* | BUG 570: don't overwrite LDFLAGS; patch from MORIYAMA Masayuki <moriyama@mira...Gerald Carter2004-01-291-1/+1
* | completely rewrote the AIX UESS backend (UESS is the AIX equivalent ofAndrew Tridgell2004-01-291-148/+778
* | Remove an unused parameter from reload_services_file.Richard Sharpe2004-01-291-4/+3
* | Merge of Chris's fix.Jeremy Allison2004-01-281-11/+31
* | forgotten commit -- version == 3.0.3pre1Gerald Carter2004-01-271-1/+1
* | fix typo in init scriptGerald Carter2004-01-271-1/+1
* | prepping the SAMBA_3_0 branch for 3.0.3 workGerald Carter2004-01-272-41/+41
* | bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter2004-01-271-1/+7
* | Clarify comment on set_effective_uid()Andrew Bartlett2004-01-271-2/+10
* | Revise our server-side password change code to cope with the variousAndrew Bartlett2004-01-261-109/+158
* | This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-2610-91/+220
* | Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett2004-01-261-1/+3
* | Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett2004-01-261-0/+2
* | Fix memleak just introduced. Thanks to abartlet :-)Volker Lendecke2004-01-251-0/+1