summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * | Change log message to 2 from zero when failing to create directory.Jeremy Allison2001-09-241-1/+1
| | | | | | | | | | | | | | | Stops spurious profile creation messages. Jeremy.
| * | renamed macro WITH_TDBSAM to work with new configure script.Gerald Carter2001-09-241-1/+1
| | |
| * | clean up the "mess that was autoconf" so that various SAM backend'sGerald Carter2001-09-249-105/+162
| | | | | | | | | | | | | | | | | | actually compile now. Will merge this into head later. Also added Toomas's NIS+ SAM backend (--with-nisplussam)
| * | Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
| | | | | | | | | | | | Jeremy.
| * | added NIS+ SAM patch from Toomas Soome.Gerald Carter2001-09-246-760/+2178
| | |
| * | Fixed typo in winbind uid check.John Terpstra2001-09-221-2/+2
| | |
| * | added missing displayName attribute spotted by Ignacio CoupeauGerald Carter2001-09-221-0/+4
| | |
| * | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-224-575/+624
| | | | | | | | | | | | | | | Added useralias call from HEAD. Jeremy.
| * | Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-215-109/+240
| | | | | | | | | | | | | | | *HARD*, dammit ! Jeremy.
| * | Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-5/+9
| | | | | | | | | | | | Volker
| * | Updates for 2.2.2 release.Shirish Kalele2001-09-201-1/+4
| | |
| * | Removing checkinstall from Solaris pkg prototype.Shirish Kalele2001-09-201-1/+0
| | |
| * | smbmount fixes from Urban.Jeremy Allison2001-09-203-73/+103
| | | | | | | | | | | | Jeremy.
| * | Fixed up smbmount docs - patch from Urban Widmark <urban@teststation.com>.Jeremy Allison2001-09-202-16/+38
| | | | | | | | | | | | Jeremy.
| * | Fixed bug where old MACHINE.SID file not being read correctly (jht please ↵Jeremy Allison2001-09-202-2/+13
| | | | | | | | | | | | | | | | | | | | | check). tdb: Added comments where non-blocking locks are being used. Jeremy.
| * | Minor typos.Volker Lendecke2001-09-201-2/+2
| | | | | | | | | | | | Volker
| * | Added winbind in commented out lines.John Terpstra2001-09-191-2/+4
| | |