Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixup some IRIX compiler warnings. | Jeremy Allison | 2001-10-04 | 2 | -12/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of missing parameter definitions (winbind enum {users,groups}) from | Tim Potter | 2001-10-04 | 1 | -0/+43 | |
| | | | | | | | | winbindd manual page. | |||||
* | | begin update for changes in 2.2.2 - incomplete but just wanted to | Herb Lewis | 2001-10-04 | 1 | -3/+78 | |
| | | | | | | | | checkpoint my changes | |||||
* | | Moved Simo's realloc fixes back. | Jeremy Allison | 2001-10-03 | 2 | -5/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 2001-10-03 | 4 | -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 notice | Herb Lewis | 2001-10-03 | 1 | -2/+13 | |
| | | ||||||
* | | Insure fixes for rpcclient. | Jeremy Allison | 2001-10-03 | 1 | -15/+18 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed wrong size of debugf. | Jeremy Allison | 2001-10-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of rpcclient exit code patch from HEAD. Spotted by Michael Sweet | Tim Potter | 2001-10-02 | 1 | -1/+1 | |
| | | | | | | | | <mike@easysw.com> | |||||
* | | Fixed up the change password bug when not using PAM. | Jeremy Allison | 2001-10-02 | 5 | -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 Terpstra | 2001-10-02 | 1 | -2/+3 | |
| | | ||||||
* | | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 2001-10-02 | 8 | -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 make | Jeremy Allison | 2001-10-01 | 1 | -6/+25 | |
| | | | | | | | | | | | | interactive logins obey lanman auth parameter. Will also check sessionsetup logins obey this.... Jeremy. | |||||
* | | :%s/WITH_LDAP/WITH_LDAP_SAM/ | Gerald Carter | 2001-10-01 | 1 | -5/+5 | |
| | | ||||||
* | | Oops. Left out the static libsmbclient.a library. | John Terpstra | 2001-10-01 | 1 | -1/+1 | |
| | | ||||||
* | | Updated Makefile spec to build libsmbclient.so | John Terpstra | 2001-10-01 | 1 | -1/+1 | |
| | | ||||||
* | | removed redundant ifdef's for readline include files. | Gerald Carter | 2001-09-30 | 1 | -18/+0 | |
| | | ||||||
* | | updates from Sylvestre Taburet and Buchan Milne | Gerald Carter | 2001-09-30 | 2 | -41/+104 | |
| | | ||||||
* | | Fixed more return checks. | Jeremy Allison | 2001-09-29 | 2 | -4/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed up checks on pdb_set_[nt|lanman]_passwd failing with out of memory. | Jeremy Allison | 2001-09-29 | 7 | -30/+104 | |
| | | | | | | | | Jeremy. | |||||
* | | I don't normally commit to 2.2, but I'll get this mess at least slightly fixed | Andrew Bartlett | 2001-09-29 | 1 | -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 with | Gerald Carter | 2001-09-29 | 3 | -732/+805 | |
| | | | | | | | | --with-libsmbclient (defaults to no) | |||||
* | | Merge check for changed include files from HEAD. | Jeremy Allison | 2001-09-29 | 1 | -35/+32 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed CUPS detection - patch from Michael Sweet. | Jeremy Allison | 2001-09-28 | 3 | -7/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | Merged AB's passdb fix for password changing. | Jeremy Allison | 2001-09-28 | 1 | -16/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Merged some of AB's HEAD changes - fix memory leaks. | Jeremy Allison | 2001-09-27 | 1 | -23/+24 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix unix_strlower calls in pdb_tdb.c. Remove smbpasswd_XX call from | Jeremy Allison | 2001-09-27 | 2 | -4/+7 | |
| | | | | | | | | | | pdbedit.c Jeremy. | |||||
* | | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 2001-09-27 | 1 | -195/+177 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD - try and keep these in sync. | Jeremy Allison | 2001-09-27 | 1 | -24/+16 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge HEAD and 2.2 - try frantically to keep in sync. | Jeremy Allison | 2001-09-27 | 1 | -35/+107 | |
| | | | | | | | | Jeremy. | |||||
* | | only build bin/pdbedit if the user specified --with-XXXsam | Gerald Carter | 2001-09-27 | 3 | -719/+726 | |
| | | ||||||
* | | Merge in AndrewB's changes to passdb, and pdbedit. Remove references to | Jeremy Allison | 2001-09-27 | 3 | -62/+88 | |
| | | | | | | | | | | functions in lib/smbpasswd.c in HEAD. Jeremy. | |||||
* | | patch to make Samba work with OpenSSL (instead of SSLeay). | Gerald Carter | 2001-09-26 | 7 | -750/+815 | |
| | | | | | | | | submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||||
* | | updated docs for Lutz's OpenSSL patches | Gerald Carter | 2001-09-26 | 1 | -48/+64 | |
| | | ||||||
* | | If we are a Backup Domain Controller, we should not answer a Query for PDC. | Volker Lendecke | 2001-09-26 | 1 | -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 typos | Gerald Carter | 2001-09-26 | 17 | -104/+144 | |
| | | | | | | | | | | | | and out of date information. Thanks to Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> for helping out with this. | |||||
* | | added "thanks" messsage | Gerald Carter | 2001-09-26 | 1 | -3/+2 | |
| | | ||||||
* | | added smbHome to schema. SAM_ACCOUNT struct holds the UNC path | Gerald Carter | 2001-09-26 | 2 | -7/+8 | |
| | | | | | | | | to the home directory (not the UNIX file system path). | |||||
* | | another minor fix from Toomas. | Gerald Carter | 2001-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | couple of minor typos noticed by Toomas | Gerald Carter | 2001-09-26 | 2 | -2/+2 | |
| | | ||||||
* | | Fixing library naming, paths not created - now should work. | John Terpstra | 2001-09-26 | 1 | -4/+5 | |
| | | ||||||
* | | Added Elrond patch to make se_access_check use NT datastructures, not Samba. | Jeremy Allison | 2001-09-26 | 4 | -29/+18 | |
| | | | | | | | | Jeremy. | |||||
* | | Moved account disabled check to stop accoutn guessing. Patch from Andrew | Jeremy Allison | 2001-09-25 | 1 | -4/+3 | |
| | | | | | | | | | | Bartlett. Jeremy | |||||
* | | Merge in hash change from HEAD. | Jeremy Allison | 2001-09-25 | 3 | -24/+23 | |
| | | | | | | | | Jeremy. | |||||
* | | Raft of fixes, syncing up passdb stuff with HEAD (this patch goes | Jeremy Allison | 2001-09-25 | 10 | -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 Terpstra | 2001-09-25 | 2 | -1/+56 | |
| | | ||||||
* | | Small typo in previous changes, so fix it. | Richard Sharpe | 2001-09-25 | 1 | -1/+1 | |
| | | ||||||
* | | A small change to the libsmbclient link so it works properly under Linux so | Richard Sharpe | 2001-09-25 | 1 | -1/+2 | |
| | | | | | | | | packagers have an easier time of it. | |||||
* | | Fixed enumeration of large numbers of groups from a Samba DC. | Jeremy Allison | 2001-09-25 | 2 | -11/+13 | |
| | | | | | | | | | | Tidied up debug messages in lib/messages.c Jeremy. | |||||
* | | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 2001-09-25 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. |