summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updates for tdbsam code to help make merge into head easier; needs a bit ↵Gerald Carter2004-02-121-46/+53
| | | | more testing tomorrow but initial results seem ok
* More paranoia checks.Jeremy Allison2004-02-111-0/+5
| | | | Jeremy.
* 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
| | | | Jeremy.
* BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in ↵Gerald Carter2004-02-111-9/+9
| | | | cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-112-46/+105
|
* Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
| | | | Jeremy.
* Added James Peach's fix for #1038.Jeremy Allison2004-02-112-0/+42
| | | | Jeremy.
* BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting ↵Gerald Carter2004-02-112-5/+6
| | | | fixes for 'net share'
* marking 'only user' as deprecated (based on feedback in bug 66)Gerald Carter2004-02-111-1/+1
|
* fix from Bostjan GolobGerald Carter2004-02-101-0/+5
|
* more fixes from the static changes; please move static functions to the top ↵Gerald Carter2004-02-101-23/+23
| | | | of files to prevent this from happening
* 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
| | | | Jeremy.
* 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 ↵Gerald Carter2004-02-091-3/+3
| | | | where getpwent_list() was overoverwriting the username for entries. However the code path to the bug was introduced only on January 25
* Expand 'net rpc group members' to local groups.Volker Lendecke2004-02-091-49/+175
| | | | Volker
* bring release notes in the 3.0 branch up to dateGerald Carter2004-02-091-115/+264
|
* And another build fix.Volker Lendecke2004-02-091-2/+2
| | | | Volker
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-092-1/+4
| | | | Volker
* 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
| | | | Andrew Bartlett
* nsswitch/winbindd_util.c:Andrew Bartlett2004-02-082-12/+1
| | | | | | | | | add static smbd/uid.c: remove unused function Andrew Bartlett
* When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2004-02-083-3/+16
| | | | | | This should ensure that the value it returns is always consistant. Andrew Bartlett
* Add static, and assert that we will never overflow the static fstringAndrew Bartlett2004-02-081-1/+4
| | | | | | in pdb_encode_acct_ctrl() (All current callers are fine) Andrew Bartlett
* More 'static' work.Andrew Bartlett2004-02-082-2/+2
| | | | Andrew Bartlett
* Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett2004-02-083-89/+116
| | | | | | | | | to, despite any smb.conf settings. Work to allow the same for 'net rpc vampire', but instead give a clear error message on what is incorrect. Andrew Bartlett
* Add some help for 'net rpc password'.Andrew Bartlett2004-02-081-0/+1
| | | | Andrew Bartlett
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-0811-218/+30
| | | | | | | | | in lib/smbpasswd.c that were exact duplicates of functions in passdb/passdb.c (These should perhaps be pulled back out to smbpasswd.c, but that can occour later). Andrew Bartlett
* Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett2004-02-081-69/+0
| | | | | | auth subsystem. Andrew Bartlett
* Remove more unused portions of the 'password cache'.Andrew Bartlett2004-02-082-49/+6
| | | | Andrew Bartlett
* Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett2004-02-081-45/+0
| | | | Andrew Bartlett
* Another static function.Andrew Bartlett2004-02-081-1/+1
| | | | Andrew Bartlett
* Make this table static const.Andrew Bartlett2004-02-081-1/+1
| | | | Andrew Bartlett
* Remove unused utility function.Andrew Bartlett2004-02-081-13/+0
| | | | Andrew Bartlett
* Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett2004-02-081-23/+24
| | | | Andrew Bartlett
* Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett2004-02-081-2/+3
| | | | | | | | hardcoded into it. This didn't matter, as we only use it for 'member' so far... Andrew Bartlett
* I should have done this years ago...Andrew Bartlett2004-02-071-0/+131
| | | | | | | This adds the very simple 'admin set password' capability to 'net rpc', much as we have it for 'net ads'. Andrew Bartlett
* 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
| | | | | | been updated since the 3.0.0 release so it was broken for 3.0.1 and later. It's nice that now the Makefile supports a $DESTDIR for "make install" :-)
* Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
| | | | | terminate correctly. Jeremy.
* move disabling code to context functions instead of backwards compatible ↵Gerald Carter2004-02-041-28/+28
| | | | wrappers
* Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison2004-02-041-20/+83
| | | | | Embarrassing number of goto's in this :-(. Fixes #830 I think. Jeremy.
* return NSS_SUCCESS if we have found the max number of gids possible on ↵Gerald Carter2004-02-041-4/+7
| | | | Solaris; patch from John Klinger <john.klinger@lmco.com>
* 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
| | | | | | | | remote_password_change(). Sorry for the original bug. Andrew Bartlett
* Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2004-02-042-11/+82
| | | | | | | try a crap conversion instead. Next this needs to be done to the convert_alloc function. Actually fixes some valgrind warnings as well - cool ! Jeremy.
* Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2004-02-032-168/+8
| | | | | | memory keytab code which has no effect. Driven by bug report from "Rob J. Caskey" <rcaskey@uga.edu>. Jeremy.