summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-127-37/+76
* Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough2004-02-121-67/+63
* fix build of lock testsGerald Carter2004-02-121-2/+2
* merge from old APP_HEADGerald Carter2004-02-1210-59/+192
* updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter2004-02-121-46/+53
* More paranoia checks.Jeremy Allison2004-02-111-0/+5
* Update mount.cifs version to 1.1Steve French2004-02-111-1/+1
* Mount helper fixes for nosetuid, noexec part two of twoSteve French2004-02-111-10/+10
* Add missing nosetuid and noexec optionsSteve French2004-02-111-7/+41
* Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison2004-02-111-2/+3
* BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_...Gerald Carter2004-02-111-9/+9
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-112-46/+105
* Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
* Added James Peach's fix for #1038.Jeremy Allison2004-02-112-0/+42
* BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter2004-02-112-5/+6
* marking 'only user' as deprecated (based on feedback in bug 66)Gerald Carter2004-02-111-1/+1
* more fixes from the static changes; please move static functions to the top o...Gerald Carter2004-02-101-23/+23
* fix more compiler warning after the latest static rampageGerald Carter2004-02-101-28/+28
* Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison2004-02-101-2/+18
* add smbget to cvs ignore listGerald Carter2004-02-091-0/+1
* bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter2004-02-091-3/+3
* Expand 'net rpc group members' to local groups.Volker Lendecke2004-02-091-49/+175
* And another build fix.Volker Lendecke2004-02-091-2/+2
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-092-1/+4
* Apply James' printf format checking patch for SGI MIPSPro compiler.Tim Potter2004-02-091-0/+3
* Add more static...Andrew Bartlett2004-02-081-2/+2
* nsswitch/winbindd_util.c:Andrew Bartlett2004-02-082-12/+1
* 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
* 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