summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2004-02-083-3/+16
* Add static, and assert that we will never overflow the static fstringAndrew Bartlett2004-02-081-1/+4
* More 'static' work.Andrew Bartlett2004-02-082-2/+2
* Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett2004-02-083-89/+116
* Add some help for 'net rpc password'.Andrew Bartlett2004-02-081-0/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-0811-218/+30
* Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett2004-02-081-69/+0
* Remove more unused portions of the 'password cache'.Andrew Bartlett2004-02-082-49/+6
* Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett2004-02-081-45/+0
* Another static function.Andrew Bartlett2004-02-081-1/+1
* Make this table static const.Andrew Bartlett2004-02-081-1/+1
* Remove unused utility function.Andrew Bartlett2004-02-081-13/+0
* Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett2004-02-081-23/+24
* 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