Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | Attempt at unicode fix reported by Alan Romeril. | Jeremy Allison | 2001-09-14 | 1 | -44/+50 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | autoconf fixes to replace HAVE_TDBPWD with HAVE_TDBSAM | Gerald Carter | 2001-09-14 | 5 | -60/+58 | |
| | | | ||||||
| * | | merge from appliance_head | Gerald Carter | 2001-09-14 | 1 | -6/+7 | |
| | | | ||||||
| * | | update for Solaris problems | Gerald Carter | 2001-09-14 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | * utimes() * missing charset_initialisation() | |||||
| * | | it also needed a close-of-paragraph tag... | Andrew Bartlett | 2001-09-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | updated manpage for 'add machine script' in HEAD. needs autogen | Andrew Bartlett | 2001-09-14 | 1 | -0/+20 | |
| | | | ||||||
| * | | update dependency for pam_smbpass.so | Gerald Carter | 2001-09-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Regenerated from sgml source. | Tim Potter | 2001-09-12 | 2 | -108/+340 | |
| | | | ||||||
| * | | Removed duplicate <varlistentry>. | Tim Potter | 2001-09-12 | 1 | -2/+0 | |
| | | | ||||||
| * | | Merge of var = value fixes and misc typos from head. | Tim Potter | 2001-09-12 | 1 | -40/+40 | |
| | | | ||||||
| * | | Fixed problems with arg parsing as root with smbpasswd. | Jeremy Allison | 2001-09-12 | 1 | -6/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | unititialized charset makes the smb.conf parsing a little difficult. :) | Gerald Carter | 2001-09-12 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | No longer segfaults. and seems ok. Have tested with 'wins support = yes' 'wins server = xxx' was also tested but only to make sure it did not seg fault. | |||||
| * | | fixed segfault. auth and account seem to work ok. Not sure about | Gerald Carter | 2001-09-12 | 4 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the passwd option. Could someone test this? Thanks. jerry | |||||
| * | | fix location of start and end profile data | Herb Lewis | 2001-09-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | Back out my changes as I promised ... | Richard Sharpe | 2001-09-11 | 3 | -290/+260 | |
| | | | ||||||
| * | | a few more fixes. Still segfaults sshd :-( | Gerald Carter | 2001-09-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | fixes to make pam_smbpass compile. Needs testing. | Gerald Carter | 2001-09-11 | 5 | -77/+81 | |
| | | |