summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-254-15/+44
| | | | | | | | | | | | Jeremy.
| * | clean up to make the HOWTO-Collection compile again.Gerald Carter2001-05-243-1206/+2473
| | | | | | | | | | | | The DOMAIN.txt file has been included in the Samba PDC chapter.
| * | Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-245-31/+36
| | | | | | | | | | | | | | | we already have space for this we just need to understand the length correctly). Jeremy.
| * | Improvements to random stream generator.Jeremy Allison2001-05-241-168/+186
| | | | | | | | | | | | Jeremy.
| * | fixes for smbpasswd locationGerald Carter2001-05-242-1/+2
| | |
| * | log file is named log.[smb|nmb]dGerald Carter2001-05-242-4/+4
| | |
| * | Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison2001-05-231-3/+10
| | | | | | | | | | | | Jeremy.
| * | This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-232-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy.
| * | Stupid typo - should be if (!tdb).Jeremy Allison2001-05-231-1/+1
| | | | | | | | | | | | Jeremy.
| * | this does not compile yet. I have half done merging the DOMAIN.txtGerald Carter2001-05-232-471/+513
| | | | | | | | | | | | file into the Samba-PDC-HOWTO. Still needs some restructuring....
| * | Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-224-602/+652
| | | | | | | | | | | | Jeremy.
| * | autogenGerald Carter2001-05-224-1263/+1688
| | |
| * | Ok - code to scan the locking and brlock db's on startup and shutdown andJeremy Allison2001-05-222-5/+76
| | | | | | | | | | | | | | | | | | clean any dead records. This should never need to be done, but will definately aid in integrity of the locking db's. Jeremy.
| * | Clean up the brlock database on exit as well as init.Jeremy Allison2001-05-224-42/+89
| | | | | | | | | | | | Jeremy.
| * | forgot this one yesterdayGerald Carter2001-05-221-0/+2
| | |
| * | few typos and updatesGerald Carter2001-05-224-27/+11
| | |
| * | converted the CVS howto to SGML/DocBookGerald Carter2001-05-224-125/+352
| | |
| * | working on updates for the 2.2.1 releaseGerald Carter2001-05-2110-2329/+2938
| | |
| * | and a few more cleanups....Gerald Carter2001-05-211-6/+9
| | |
| * | forgot to update the symlinks...Gerald Carter2001-05-211-6/+2
| | |
| * | moved smbmount/smbmnt/smbumount to /usr/bin since these are basicallyGerald Carter2001-05-211-44/+49
| | | | | | | | | | | | user space tools
| * | making sure all the /etc/samba paths are consistentGerald Carter2001-05-211-1/+1
| | |
| * | codepages and (src) were not getting including in the installed RPMGerald Carter2001-05-211-2/+2
| | |
| * | fix bad install for lmhosts, smb.conf , & smbusers.Gerald Carter2001-05-211-3/+3
| | | | | | | | | | | | | | | Are we using /etc/? Or /etc/samba/? The latter is the one currently configured.
| * | fixed typoGerald Carter2001-05-211-1/+1
| | |
| * | working on testing for Mandrake buildsGerald Carter2001-05-211-1/+1
| | |
| * | Argh! It works on some but not all. Argh! Ruff.John Terpstra2001-05-192-4/+4
| | |
| * | Commented out rules for winbind as it doesn't compile in this branch and isTim Potter2001-05-191-15/+19
| | | | | | | | | | | | a bit misleading.
| * | Adding Ron Record's patches.John Terpstra2001-05-184-11/+7
| | |
| * | Adding codepage change, pam changes.John Terpstra2001-05-181-20/+36
| | |
| * | updating build for Caldera OpenLinuxJohn Terpstra2001-05-183-8/+26
| | | | | | | | | | | | | | | codepages moved to /usr/share/samba added "old" flag for makerpms.sh.tmpl
| * | Moving codepages to /usr/share/samba/codepagesJohn Terpstra2001-05-182-15/+23
| | | | | | | | | | | | Adding Mandrake smb.conf patches
| * | Adding support for pam-smnbpass.John Terpstra2001-05-181-0/+2
| | |
| * | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison2001-05-181-0/+11
| | | | | | | | | | | | | | | think....). Jeremy.
| * | forgot to merge this one inGerald Carter2001-05-181-0/+1
| | |
| * | - added new deldriver command to rpcclient.1Gerald Carter2001-05-186-63/+146
| | | | | | | | | | | | | | | - made 'log level' the preferred parameter to match swat - regenerated formats
| * | removed an unused label.Gerald Carter2001-05-181-1/+0
| | |
| * | make protoGerald Carter2001-05-181-0/+2
| | |
| * | server side implementation of deleteprinterdriver (leave the driverGerald Carter2001-05-182-2/+172
| | | | | | | | | | | | files in place).
| * | fixes for rpcclient. 'deldriver' now deletes the driver forGerald Carter2001-05-182-9/+16
| | | | | | | | | | | | all architectures.
| * | new error code - ERROR_PRINTER_DRIVER_IN_USEGerald Carter2001-05-181-0/+1
| | |
| * | Fixed the w2ksp2 joining a domain bug.Jeremy Allison2001-05-184-7/+12
| | | | | | | | | | | | Jeremy.
| * | the strings in the deleteprinterdriver struct must be NULL terminatedGerald Carter2001-05-171-3/+6
| | | | | | | | | | | | | | | | | | (even though there are UNISTR2). Without this, NT will complain about an invalid parameter. So now rpcclient can delete drivers from and NT print server.
| * | Need /etc/inet directory entry in prototype.Shirish Kalele2001-05-171-1/+3
| | |
| * | Updating package build files for 2.2.1.John Terpstra2001-05-174-41/+25
| | |
| * | One more cast to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-1/+1
| | |
| * | Fixing up the examples directory for Samba 2.2.xRichard Sharpe2001-05-171-2/+2
| | |
| * | Fix compile problems with Solaris and SCO ... cast to sockaddr *Richard Sharpe2001-05-171-2/+2
| | | | | | | | | | | | not sockaddr_in *.
| * | Fix the stupid type that was preventing -fpic ...Richard Sharpe2001-05-171-1/+1
| | |
| * | basename is not portable (as was pointed out).Gerald Carter2001-05-161-88/+88
| | |