summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixup some IRIX compiler warnings.Jeremy Allison2001-10-042-12/+13
| | | | | | | | Jeremy.
* | Merge of missing parameter definitions (winbind enum {users,groups}) fromTim Potter2001-10-041-0/+43
| | | | | | | | winbindd manual page.
* | begin update for changes in 2.2.2 - incomplete but just wanted toHerb Lewis2001-10-041-3/+78
| | | | | | | | checkpoint my changes
* | Moved Simo's realloc fixes back.Jeremy Allison2001-10-032-5/+13
| | | | | | | | Jeremy.
* | Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-034-12/+13
| | | | | | | | | | | | change these timestamp settings without good reason. Remove CLEAR_IF_FIRST flag is tdb is read-only. Jeremy.
* | add the 2.2.1a noticeHerb Lewis2001-10-031-2/+13
| |
* | Insure fixes for rpcclient.Jeremy Allison2001-10-031-15/+18
| | | | | | | | Jeremy.
* | Fixed wrong size of debugf.Jeremy Allison2001-10-031-1/+1
| | | | | | | | Jeremy.
* | Merge of rpcclient exit code patch from HEAD. Spotted by Michael SweetTim Potter2001-10-021-1/+1
| | | | | | | | <mike@easysw.com>
* | Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-025-24/+152
| | | | | | | | | | | | | | | | | | | | | | | | The problem is we were trying to use mask_match as a generic wildcard matcher for UNIX strings (like the password prompts). We can't do that - we need a unix_wild_match (re-added into lib/util.c) as the ms_fnmatch semantics for empty strings are completely wrong. This caused partial reads to be accepted as correct passwd change responses when they were not.... Also added paranioa test to stop passwd change being done as root with no %u in the passwd program string. Jeremy.
* | Added libsmbclient to configure args - no need for patch now.John Terpstra2001-10-021-2/+3
| |
* | Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-028-34/+60
| | | | | | | | | | | | other access. Problem was max time was being set to 0xffffffff, instead of 0x7fffffff. Jeremy.
* | Fix for interactive login with passwords > 14 characters. Also makeJeremy Allison2001-10-011-6/+25
| | | | | | | | | | | | interactive logins obey lanman auth parameter. Will also check sessionsetup logins obey this.... Jeremy.
* | :%s/WITH_LDAP/WITH_LDAP_SAM/Gerald Carter2001-10-011-5/+5
| |
* | Oops. Left out the static libsmbclient.a library.John Terpstra2001-10-011-1/+1
| |
* | Updated Makefile spec to build libsmbclient.soJohn Terpstra2001-10-011-1/+1
| |
* | removed redundant ifdef's for readline include files.Gerald Carter2001-09-301-18/+0
| |
* | updates from Sylvestre Taburet and Buchan MilneGerald Carter2001-09-302-41/+104
| |
* | Fixed more return checks.Jeremy Allison2001-09-292-4/+8
| | | | | | | | Jeremy.
* | Fixed up checks on pdb_set_[nt|lanman]_passwd failing with out of memory.Jeremy Allison2001-09-297-30/+104
| | | | | | | | Jeremy.
* | I don't normally commit to 2.2, but I'll get this mess at least slightly fixedAndrew Bartlett2001-09-291-0/+1
| | | | | | | | | | | | | | | | | | up. The real fix for all of this is in HEAD, but this will allow adding users again and settle the farm back down. Andrew Bartlett
* | add option to build the libsmbclient shared library withGerald Carter2001-09-293-732/+805
| | | | | | | | --with-libsmbclient (defaults to no)
* | Merge check for changed include files from HEAD.Jeremy Allison2001-09-291-35/+32
| | | | | | | | Jeremy.
* | Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison2001-09-283-7/+10
| | | | | | | | Jeremy.
* | Merged AB's passdb fix for password changing.Jeremy Allison2001-09-281-16/+12
| | | | | | | | Jeremy.
* | Merged some of AB's HEAD changes - fix memory leaks.Jeremy Allison2001-09-271-23/+24
| | | | | | | | Jeremy.
* | Fix unix_strlower calls in pdb_tdb.c. Remove smbpasswd_XX call fromJeremy Allison2001-09-272-4/+7
| | | | | | | | | | pdbedit.c Jeremy.
* | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison2001-09-271-195/+177
| | | | | | | | Jeremy.
* | Merge from HEAD - try and keep these in sync.Jeremy Allison2001-09-271-24/+16
| | | | | | | | Jeremy.
* | Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison2001-09-271-35/+107
| | | | | | | | Jeremy.
* | only build bin/pdbedit if the user specified --with-XXXsamGerald Carter2001-09-273-719/+726
| |
* | Merge in AndrewB's changes to passdb, and pdbedit. Remove references toJeremy Allison2001-09-273-62/+88
| | | | | | | | | | functions in lib/smbpasswd.c in HEAD. Jeremy.
* | patch to make Samba work with OpenSSL (instead of SSLeay).Gerald Carter2001-09-267-750/+815
| | | | | | | | submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* | updated docs for Lutz's OpenSSL patchesGerald Carter2001-09-261-48/+64
| |
* | If we are a Backup Domain Controller, we should not answer a Query for PDC.Volker Lendecke2001-09-261-0/+6
| | | | | | | | | | | | | | | | | | | | At least a real BDC does not. This prevents a NT4 to attempt password changes against us as a BDC. (domain logons = yes, domain master no). However, if you just switched to 'domain master = no', the Workstation will still do the password change. We have to reject the password change with the correct error code. Not done yet. Volker
* | large collection of minor fixes. Mostly typosGerald Carter2001-09-2617-104/+144
| | | | | | | | | | | | and out of date information. Thanks to Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> for helping out with this.
* | added "thanks" messsageGerald Carter2001-09-261-3/+2
| |
* | added smbHome to schema. SAM_ACCOUNT struct holds the UNC pathGerald Carter2001-09-262-7/+8
| | | | | | | | to the home directory (not the UNIX file system path).
* | another minor fix from Toomas.Gerald Carter2001-09-261-1/+1
| |
* | couple of minor typos noticed by ToomasGerald Carter2001-09-262-2/+2
| |
* | Fixing library naming, paths not created - now should work.John Terpstra2001-09-261-4/+5
| |
* | Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-264-29/+18
| | | | | | | | Jeremy.
* | Moved account disabled check to stop accoutn guessing. Patch from AndrewJeremy Allison2001-09-251-4/+3
| | | | | | | | | | Bartlett. Jeremy
* | Merge in hash change from HEAD.Jeremy Allison2001-09-253-24/+23
| | | | | | | | Jeremy.
* | Raft of fixes, syncing up passdb stuff with HEAD (this patch goesJeremy Allison2001-09-2510-266/+339
| | | | | | | | | | | | | | both ways). Fixed the commented "this is a memory leak" leaks in pdb_tdb.c. Added SAFE_FREE macro for compatibility. Sync passdb/passdb.c with HEAD. Jeremy.
* | Added libsmbclient stuff.John Terpstra2001-09-252-1/+56
| |
* | Small typo in previous changes, so fix it.Richard Sharpe2001-09-251-1/+1
| |
* | A small change to the libsmbclient link so it works properly under Linux soRichard Sharpe2001-09-251-1/+2
| | | | | | | | packagers have an easier time of it.
* | Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2001-09-252-11/+13
| | | | | | | | | | Tidied up debug messages in lib/messages.c Jeremy.
* | Log sys_acl_set_XX at level 2 not zero.Jeremy Allison2001-09-251-2/+2
| | | | | | | | Jeremy.