Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 2001-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | Stops spurious profile creation messages. Jeremy. | |||||
* | | renamed macro WITH_TDBSAM to work with new configure script. | Gerald Carter | 2001-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | clean up the "mess that was autoconf" so that various SAM backend's | Gerald Carter | 2001-09-24 | 9 | -105/+162 | |
| | | | | | | | | | | | | actually compile now. Will merge this into head later. Also added Toomas's NIS+ SAM backend (--with-nisplussam) | |||||
* | | Removed extra '()' s. | Jeremy Allison | 2001-09-24 | 1 | -8/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | added NIS+ SAM patch from Toomas Soome. | Gerald Carter | 2001-09-24 | 6 | -760/+2178 | |
| | | ||||||
* | | Fixed typo in winbind uid check. | John Terpstra | 2001-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | added missing displayName attribute spotted by Ignacio Coupeau | Gerald Carter | 2001-09-22 | 1 | -0/+4 | |
| | | ||||||
* | | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 2001-09-22 | 4 | -575/+624 | |
| | | | | | | | | | | Added useralias call from HEAD. Jeremy. | |||||
* | | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 2001-09-21 | 5 | -109/+240 | |
| | | | | | | | | | | *HARD*, dammit ! Jeremy. | |||||
* | | Added -s configfile to smbcontrol.c. | Volker Lendecke | 2001-09-21 | 1 | -5/+9 | |
| | | | | | | | | Volker | |||||
* | | Updates for 2.2.2 release. | Shirish Kalele | 2001-09-20 | 1 | -1/+4 | |
| | | ||||||
* | | Removing checkinstall from Solaris pkg prototype. | Shirish Kalele | 2001-09-20 | 1 | -1/+0 | |
| | | ||||||
* | | smbmount fixes from Urban. | Jeremy Allison | 2001-09-20 | 3 | -73/+103 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed up smbmount docs - patch from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-09-20 | 2 | -16/+38 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed bug where old MACHINE.SID file not being read correctly (jht please ↵ | Jeremy Allison | 2001-09-20 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | check). tdb: Added comments where non-blocking locks are being used. Jeremy. | |||||
* | | Minor typos. | Volker Lendecke | 2001-09-20 | 1 | -2/+2 | |
| | | | | | | | | Volker | |||||
* | | Added winbind in commented out lines. | John Terpstra | 2001-09-19 | 1 | -2/+4 | |
| | | ||||||
* | | Updated configure arguement to include winbind. | John Terpstra | 2001-09-19 | 1 | -0/+1 | |
| | | ||||||
* | | Updating winbind integration into OpenLinux. | John Terpstra | 2001-09-19 | 2 | -9/+38 | |
| | | ||||||
* | | Proto for tdb_reopen_all. | Jeremy Allison | 2001-09-19 | 1 | -577/+585 | |
| | | | | | | | | Jeremy. | |||||
* | | Added deadlock fix from HEAD. | Jeremy Allison | 2001-09-19 | 1 | -27/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | Added HEAD fix for re-opening tdb's after fork. | Jeremy Allison | 2001-09-19 | 3 | -0/+49 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed test code added by accident. | Jeremy Allison | 2001-09-19 | 1 | -22/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge in non_root_mode fix for initgroups. | Jeremy Allison | 2001-09-19 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Finish up using pwrite to extend file. | Jeremy Allison | 2001-09-19 | 1 | -3/+15 | |
| | | | | | | | | Jeremy. | |||||
* | | Use pread/pwrite stops fd being screwed up by seeks in other processes. | Jeremy Allison | 2001-09-19 | 1 | -0/+8 | |
| | | | | | | | | | | Andrew found this. Jeremy. | |||||
* | | Return correct error code on lock fail in tdb_expand. | Jeremy Allison | 2001-09-19 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Roll back earlier fix after talking with Andrew. The write_lock_record and | Jeremy Allison | 2001-09-18 | 1 | -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 Terpstra | 2001-09-18 | 1 | -1/+2 | |
| | | ||||||
* | | Fixed a couple of nasty bugs only easily seen with no mmap. Firstly, | Jeremy Allison | 2001-09-18 | 1 | -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 Allison | 2001-09-18 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Correct fix for unaligned memcpy - malloc'ed memory incremented by ↵ | Jeremy Allison | 2001-09-18 | 2 | -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 on | Jeremy Allison | 2001-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | Linux. Jeremy. | |||||
* | | removed the notes about various winbind parameters only being | Gerald Carter | 2001-09-18 | 3 | -77/+11 | |
| | | | | | | | | available in 3.0 (aka HEAD) | |||||
* | | Initialise global_myworkgroup string. Fix for PR#21730 and some other | Tim Potter | 2001-09-18 | 1 | -0/+2 | |
| | | | | | | | | reports on the list for winbindd in 2.2. | |||||
* | | Fixed up compiling with --with-tdbsam. | Jeremy Allison | 2001-09-18 | 6 | -18/+35 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixup the duplicate symbols when using --with-tdbsam, now need to fix | Jeremy Allison | 2001-09-18 | 2 | -5/+5 | |
| | | | | | | | | | | the missing symbols. Jeremy. | |||||
* | | Regen from sgml. | Tim Potter | 2001-09-18 | 2 | -14/+14 | |
| | | ||||||
* | | Fixed winbindd command synopsis which was cut&pasted from nmblookup. | Tim Potter | 2001-09-17 | 1 | -10/+0 | |
| | | | | | | | | Spotted by "Anthony J. Breeds-Taurima" <tony@cantech.net.au> | |||||
* | | Back ported CTEMP server fix from HEAD. | Jeremy Allison | 2001-09-17 | 1 | -51/+63 | |
| | | | | | | | | Jeremy. | |||||
* | | Added winbind support to startup script. | John Terpstra | 2001-09-17 | 3 | -0/+7 | |
| | | ||||||
* | | Adding support for Winbindd to start up scripts. | John Terpstra | 2001-09-17 | 3 | -0/+11 | |
| | | ||||||
* | | small fixes to clarify the default for 'kernel oplocks' | Gerald Carter | 2001-09-17 | 3 | -31/+98 | |
| | | | | | | | | and a few reformatting edits. | |||||
* | | fixed wrong reference to nmblookup in the winbindd(8) man | Gerald Carter | 2001-09-17 | 6 | -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 a | Gerald Carter | 2001-09-15 | 7 | -1542/+1561 | |
| | | | | | | | | | | | | | | | | while. --jerry | |||||
* | | free memory if error found. | Simo Sorce | 2001-09-15 | 1 | -0/+7 | |
| | | | | | | | | tx Andreas Moroder. | |||||
* | | better use variables before freeing them. | Simo Sorce | 2001-09-15 | 1 | -3/+2 | |
| | | | | | | | | thanks to Andreas Moroder. | |||||
* | | updates from Steve L. to fix memory leaks and a | Gerald Carter | 2001-09-15 | 4 | -7/+12 | |
| | | | | | | | | | | | | | | | | | | possible seg fault. jerry | |||||
* | | Fixed up Solaris 64 bit configure. | Jeremy Allison | 2001-09-15 | 4 | -689/+697 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed extra debugs - no longer needed. | Jeremy Allison | 2001-09-14 | 1 | -15/+0 | |
| | | | | | | | | Jeremy |