summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Updated configure arguement to include winbind.John Terpstra2001-09-191-0/+1
| |
* | Updating winbind integration into OpenLinux.John Terpstra2001-09-192-9/+38
| |
* | Proto for tdb_reopen_all.Jeremy Allison2001-09-191-577/+585
| | | | | | | | Jeremy.
* | Added deadlock fix from HEAD.Jeremy Allison2001-09-191-27/+7
| | | | | | | | Jeremy.
* | Added HEAD fix for re-opening tdb's after fork.Jeremy Allison2001-09-193-0/+49
| | | | | | | | Jeremy.
* | Removed test code added by accident.Jeremy Allison2001-09-191-22/+0
| | | | | | | | Jeremy.
* | Merge in non_root_mode fix for initgroups.Jeremy Allison2001-09-191-0/+4
| | | | | | | | Jeremy.
* | Finish up using pwrite to extend file.Jeremy Allison2001-09-191-3/+15
| | | | | | | | Jeremy.
* | Use pread/pwrite stops fd being screwed up by seeks in other processes.Jeremy Allison2001-09-191-0/+8
| | | | | | | | | | Andrew found this. Jeremy.
* | Return correct error code on lock fail in tdb_expand.Jeremy Allison2001-09-191-1/+1
| | | | | | | | Jeremy.
* | Roll back earlier fix after talking with Andrew. The write_lock_record andJeremy Allison2001-09-181-2/+2
| | | | | | | | | | unlock are explicitly non-blocking. I will add a comment to this effect later. Jeremy.
* | Still hammering on the door. Please ignore and do not answer any strangers yet.John Terpstra2001-09-181-1/+2
| |
* | Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,Jeremy Allison2001-09-181-2/+4
| | | | | | | | | | | | | | | | | | map_ptr not neccessarily set to NULL if no mmap, secondly, iterating through a tdb was using SETLK, instead of SETLKW - would almost never fail with mmap as the time holding the lock was so short, but was easily seen with read/write. One finaly bug needs tracking down w.r.t. traversal...... Jeremy.
* | Removed unused label.Jeremy Allison2001-09-181-1/+0
| | | | | | | | Jeremy.
* | Correct fix for unaligned memcpy - malloc'ed memory incremented by ↵Jeremy Allison2001-09-182-19/+24
| | | | | | | | | | | | | | | | | | | | sizeof(struct locking_data) was not forced to be 8 byte aligned. Use union to force it to be correctly aligned for memcpy and use void *, to tell compiler not to optimize aligned copy (this last fix suggested by Trond @ RedHat). The first fix should be sufficient, but this provides a "belt and braces" fix. Jeremy.
* | Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2001-09-181-1/+1
| | | | | | | | | | Linux. Jeremy.
* | removed the notes about various winbind parameters only beingGerald Carter2001-09-183-77/+11
| | | | | | | | available in 3.0 (aka HEAD)
* | Initialise global_myworkgroup string. Fix for PR#21730 and some otherTim Potter2001-09-181-0/+2
| | | | | | | | reports on the list for winbindd in 2.2.
* | Fixed up compiling with --with-tdbsam.Jeremy Allison2001-09-186-18/+35
| | | | | | | | Jeremy.
* | Fixup the duplicate symbols when using --with-tdbsam, now need to fixJeremy Allison2001-09-182-5/+5
| | | | | | | | | | the missing symbols. Jeremy.
* | Regen from sgml.Tim Potter2001-09-182-14/+14
| |
* | Fixed winbindd command synopsis which was cut&pasted from nmblookup.Tim Potter2001-09-171-10/+0
| | | | | | | | Spotted by "Anthony J. Breeds-Taurima" <tony@cantech.net.au>
* | Back ported CTEMP server fix from HEAD.Jeremy Allison2001-09-171-51/+63
| | | | | | | | Jeremy.
* | Added winbind support to startup script.John Terpstra2001-09-173-0/+7
| |
* | Adding support for Winbindd to start up scripts.John Terpstra2001-09-173-0/+11
| |
* | small fixes to clarify the default for 'kernel oplocks'Gerald Carter2001-09-173-31/+98
| | | | | | | | and a few reformatting edits.
* | fixed wrong reference to nmblookup in the winbindd(8) manGerald Carter2001-09-176-23/+14
| | | | | | | | | | | | pages as pointed out by Anthony J. Breeds-Taurima". Also checked in a quick up date to the smbpasswd(8) man page.
* | checking some minor changes that have been sitting on my disk for aGerald Carter2001-09-157-1542/+1561
| | | | | | | | | | | | | | | | while. --jerry
* | free memory if error found.Simo Sorce2001-09-151-0/+7
| | | | | | | | tx Andreas Moroder.
* | better use variables before freeing them.Simo Sorce2001-09-151-3/+2
| | | | | | | | thanks to Andreas Moroder.
* | updates from Steve L. to fix memory leaks and aGerald Carter2001-09-154-7/+12
| | | | | | | | | | | | | | | | | | possible seg fault. jerry
* | Fixed up Solaris 64 bit configure.Jeremy Allison2001-09-154-689/+697
| | | | | | | | Jeremy.
* | Removed extra debugs - no longer needed.Jeremy Allison2001-09-141-15/+0
| | | | | | | | Jeremy