summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-10fix from Bostjan GolobGerald Carter1-0/+5
2004-02-10more fixes from the static changes; please move static functions to the top o...Gerald Carter1-23/+23
2004-02-10fix more compiler warning after the latest static rampageGerald Carter1-28/+28
2004-02-10Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison1-2/+18
2004-02-09add smbget to cvs ignore listGerald Carter1-0/+1
2004-02-09bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter1-3/+3
2004-02-09Expand 'net rpc group members' to local groups.Volker Lendecke1-49/+175
2004-02-09bring release notes in the 3.0 branch up to dateGerald Carter1-115/+264
2004-02-09And another build fix.Volker Lendecke1-2/+2
2004-02-09Fix the build & get rid of a compiler warning.Volker Lendecke2-1/+4
2004-02-09Apply James' printf format checking patch for SGI MIPSPro compiler.Tim Potter1-0/+3
2004-02-08Add more static...Andrew Bartlett1-2/+2
2004-02-08nsswitch/winbindd_util.c:Andrew Bartlett2-12/+1
2004-02-08When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett3-3/+16
2004-02-08Add static, and assert that we will never overflow the static fstringAndrew Bartlett1-1/+4
2004-02-08More 'static' work.Andrew Bartlett2-2/+2
2004-02-08Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett3-89/+116
2004-02-08Add some help for 'net rpc password'.Andrew Bartlett1-0/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett11-218/+30
2004-02-08Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett1-69/+0
2004-02-08Remove more unused portions of the 'password cache'.Andrew Bartlett2-49/+6
2004-02-08Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett1-45/+0
2004-02-08Another static function.Andrew Bartlett1-1/+1
2004-02-08Make this table static const.Andrew Bartlett1-1/+1
2004-02-08Remove unused utility function.Andrew Bartlett1-13/+0
2004-02-08Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett1-23/+24
2004-02-08Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett1-2/+3
2004-02-07I should have done this years ago...Andrew Bartlett1-0/+131
2004-02-06Replace .po with .@PICSUFFIX@Tim Potter1-4/+4
2004-02-05Updating the Debian packaging stuff in packaging/Debian/. This hadn'tEloy Paris17-233/+419
2004-02-04Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison1-2/+16
2004-02-04move disabling code to context functions instead of backwards compatible wrap...Gerald Carter1-28/+28
2004-02-04Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison1-20/+83
2004-02-04return NSS_SUCCESS if we have found the max number of gids possible on Solari...Gerald Carter1-4/+7
2004-02-04Fix const warningAndrew Bartlett1-2/+2
2004-02-04This should be the correct fix for the lack of a prototype forAndrew Bartlett3-13/+1
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-02update script to build a tarball from the cvs treeGerald Carter1-0/+14
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