Age | Commit message (Expand) | Author | Files | Lines |
2004-02-11 | Paranoia fixes :-). | Jeremy Allison | 1 | -0/+8 |
2004-02-11 | Added James Peach's fix for #1038. | Jeremy Allison | 2 | -0/+42 |
2004-02-11 | BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi... | Gerald Carter | 2 | -5/+6 |
2004-02-11 | marking 'only user' as deprecated (based on feedback in bug 66) | Gerald Carter | 1 | -1/+1 |
2004-02-10 | fix from Bostjan Golob | Gerald Carter | 1 | -0/+5 |
2004-02-10 | more fixes from the static changes; please move static functions to the top o... | Gerald Carter | 1 | -23/+23 |
2004-02-10 | fix more compiler warning after the latest static rampage | Gerald Carter | 1 | -28/+28 |
2004-02-10 | Fix for possible crash bug from Sebastian Krahmer (SuSE). | Jeremy Allison | 1 | -2/+18 |
2004-02-09 | add smbget to cvs ignore list | Gerald Carter | 1 | -0/+1 |
2004-02-09 | bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh... | Gerald Carter | 1 | -3/+3 |
2004-02-09 | Expand 'net rpc group members' to local groups. | Volker Lendecke | 1 | -49/+175 |
2004-02-09 | bring release notes in the 3.0 branch up to date | Gerald Carter | 1 | -115/+264 |
2004-02-09 | And another build fix. | Volker Lendecke | 1 | -2/+2 |
2004-02-09 | Fix the build & get rid of a compiler warning. | Volker Lendecke | 2 | -1/+4 |
2004-02-09 | Apply James' printf format checking patch for SGI MIPSPro compiler. | Tim Potter | 1 | -0/+3 |
2004-02-08 | Add more static... | Andrew Bartlett | 1 | -2/+2 |
2004-02-08 | nsswitch/winbindd_util.c: | Andrew Bartlett | 2 | -12/+1 |
2004-02-08 | When we set a domain sid, force get_global_sam_sid() to do it's work again. | Andrew Bartlett | 3 | -3/+16 |
2004-02-08 | Add static, and assert that we will never overflow the static fstring | Andrew Bartlett | 1 | -1/+4 |
2004-02-08 | More 'static' work. | Andrew Bartlett | 2 | -2/+2 |
2004-02-08 | Make it possible to 'net rpc samdump' of any domain you are currently joined | Andrew Bartlett | 3 | -89/+116 |
2004-02-08 | Add some help for 'net rpc password'. | Andrew Bartlett | 1 | -0/+1 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 11 | -218/+30 |
2004-02-08 | Samba hasn't used this function for ages - it's now handled deep in the | Andrew Bartlett | 1 | -69/+0 |
2004-02-08 | Remove more unused portions of the 'password cache'. | Andrew Bartlett | 2 | -49/+6 |
2004-02-08 | Remove more unused functions - this time parts of the 'password cache'. | Andrew Bartlett | 1 | -45/+0 |
2004-02-08 | Another static function. | Andrew Bartlett | 1 | -1/+1 |
2004-02-08 | Make this table static const. | Andrew Bartlett | 1 | -1/+1 |
2004-02-08 | Remove unused utility function. | Andrew Bartlett | 1 | -13/+0 |
2004-02-08 | Make get_dc_list static - we only ask for a sorted list externally. | Andrew Bartlett | 1 | -23/+24 |
2004-02-08 | Bug found by gd - the new range-reterival code did still had 'member' | Andrew Bartlett | 1 | -2/+3 |
2004-02-07 | I should have done this years ago... | Andrew Bartlett | 1 | -0/+131 |
2004-02-06 | Replace .po with .@PICSUFFIX@ | Tim Potter | 1 | -4/+4 |
2004-02-05 | Updating the Debian packaging stuff in packaging/Debian/. This hadn't | Eloy Paris | 17 | -233/+419 |
2004-02-04 | Fix final valgrind errors with #830. Catch mb conversion error that may not | Jeremy Allison | 1 | -2/+16 |
2004-02-04 | move disabling code to context functions instead of backwards compatible wrap... | Gerald Carter | 1 | -28/+28 |
2004-02-04 | Fixup the allocate version of the function to do "crap" conversions too. | Jeremy Allison | 1 | -20/+83 |
2004-02-04 | return NSS_SUCCESS if we have found the max number of gids possible on Solari... | Gerald Carter | 1 | -4/+7 |
2004-02-04 | Fix const warning | Andrew Bartlett | 1 | -2/+2 |
2004-02-04 | This should be the correct fix for the lack of a prototype for | Andrew Bartlett | 3 | -13/+1 |
2004-02-04 | Working on #830. Cope with bad conversions better - don't just memcpy but | Jeremy Allison | 2 | -11/+82 |
2004-02-03 | Fix for a bug where the mutex could be left locked. Also remove the | Jeremy Allison | 2 | -168/+8 |
2004-02-02 | A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it's | Jeremy Allison | 1 | -3/+3 |
2004-02-02 | fix installmodules problem with make on True64 | Gerald Carter | 1 | -2/+2 |
2004-02-02 | fix problems with proto.h | Gerald Carter | 2 | -2/+2 |
2004-02-02 | update script to build a tarball from the cvs tree | Gerald Carter | 1 | -0/+14 |
2004-02-02 | there are places in the samba3 code that don't check properly for | Andrew Tridgell | 1 | -0/+4 |
2004-02-02 | the conversion from int to size_t in charcnv did not take into account | Andrew Tridgell | 1 | -1/+1 |
2004-02-02 | Remove bogus check. No functional change, just cosmetics. | Volker Lendecke | 1 | -5/+0 |
2004-02-02 | Always at least try to compile in cracklib support. | Andrew Bartlett | 1 | -1/+1 |