Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | removed the non-existent "restrict acl with mask" parameter | Gerald Carter | 2001-10-17 | 3 | -210/+5 | |
| | | ||||||
* | | updates from Albert Chin. | Gerald Carter | 2001-10-17 | 6 | -73/+78 | |
| | | | | | | | | jerry | |||||
* | | Changes to the become_XXX calls. | Jeremy Allison | 2001-10-17 | 16 | -87/+161 | |
| | | | | | | | | | | | | | | | | | | | | The old become_user() -> change_to_user(), become_root() -> change_to_root_user(), become_service() -> set_current_service(), make_connection now has a nonroot version added, make_connection_nonroot(), called by the printing and NT svrsvc code. Added comments to make it very explicit what is being changed where. Jeremy | |||||
* | | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 2001-10-17 | 1 | -3/+0 | |
| | | | | | | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy. | |||||
* | | Don't core dump when using spinlocks on a read-only tdb. Unfortunately this | Jeremy Allison | 2001-10-16 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy | |||||
* | | fix typo | Herb Lewis | 2001-10-16 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for connections.tdb error message from "Richard Bollinger" ↵ | Jeremy Allison | 2001-10-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | <rabollinger@home.com> Jeremy. | |||||
* | | Removed comment that made patch6 unavailable. | John Terpstra | 2001-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Workaround for broken Makefile. (probably a good idea anyway). | Andrew Bartlett | 2001-10-14 | 1 | -0/+5 | |
| | | ||||||
* | | Always use ln -sf. | Jeremy Allison | 2001-10-13 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix missing 'then' in if statement. | Jeremy Allison | 2001-10-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy | |||||
* | | Added REGEDIT4 key tag. | John Terpstra | 2001-10-13 | 1 | -0/+3 | |
| | | ||||||
* | | Final 2.2.2 WHATSNEW. | Jeremy Allison | 2001-10-13 | 1 | -21/+101 | |
| | | | | | | | | Jeremy. | |||||
* | | Change to fix a parallel make problem. | John Terpstra | 2001-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Moving to release... | Jeremy Allison | 2001-10-13 | 1 | -81/+65 | |
| | | | | | | | | Jeremy | |||||
* | | fix small bug related to xinetd and pam files. | Gerald Carter | 2001-10-13 | 1 | -3/+3 | |
| | | ||||||
* | | quick README describing the bug when serving profiles to Win2k SP2 | Gerald Carter | 2001-10-13 | 1 | -0/+56 | |
| | | | | | | | | clients in a Windows domain (not acting as a PDC), and the workaround | |||||
* | | few documentation cleanups getting ready for 2.2.2 | Gerald Carter | 2001-10-13 | 8 | -1230/+1233 | |
| | | ||||||
* | | nt acl support is now a service level parameter | Gerald Carter | 2001-10-13 | 3 | -22/+28 | |
| | | ||||||
* | | Make version 2.2.2. | Jeremy Allison | 2001-10-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Don't use talloc context before initialization. | Jeremy Allison | 2001-10-12 | 1 | -9/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | initial checkin of debian packaging files donated by Eloy Paris. | Gerald Carter | 2001-10-12 | 50 | -0/+4032 | |
| | | | | | | | | package files for debian 'stable' will be after 2.2.2 | |||||
* | | nsswitch/winbindd_group.c: Memory leak fixes. | Jeremy Allison | 2001-10-12 | 5 | -44/+72 | |
| | | | | | | | | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy | |||||
* | | removed outdated Linux Software Map file. | Gerald Carter | 2001-10-12 | 1 | -26/+0 | |
| | | ||||||
* | | added -w switch for --with-ldapsam option of setting the | Gerald Carter | 2001-10-12 | 3 | -9/+79 | |
| | | | | | | | | "ldap admin dn" password. | |||||
* | | fixed syntax error in DocBook source and autogen | Gerald Carter | 2001-10-12 | 3 | -8/+129 | |
| | | ||||||
* | | update new parameter definitions | Herb Lewis | 2001-10-12 | 1 | -9/+64 | |
| | | ||||||
* | | fixed a few typos and gave credit to the SUGJ for the initial | Gerald Carter | 2001-10-12 | 1 | -8/+6 | |
| | | | | | | | | article. | |||||
* | | Fix for tdb_oob on TDB_INTERNAL databases. | Jeremy Allison | 2001-10-12 | 1 | -2/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | get rid of absolute path | Herb Lewis | 2001-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | build with quota support | Herb Lewis | 2001-10-11 | 2 | -10/+13 | |
| | | ||||||
* | | Fixed typos. | John Terpstra | 2001-10-11 | 2 | -9/+6 | |
| | | ||||||
* | | Added "use mmap" and "strict allocate" descriptions. | Jeremy Allison | 2001-10-11 | 1 | -0/+44 | |
| | | | | | | | | Jeremy. | |||||
* | | large checkin of ldap and ssl related parameters. | Gerald Carter | 2001-10-11 | 3 | -225/+838 | |
| | | ||||||
* | | commiting changes to polish manpage DocBook source | Gerald Carter | 2001-10-11 | 18 | -1390/+1705 | |
| | | | | | | | | | | | | | | **only** because they were already checked into the tree., We need to break the non-englsh docs out into a separate cvs module for future releases. Already talked to Raf and Monyo about this. | |||||
* | | cleaning up some extra ssl parameter which were unnecessary (no more | Gerald Carter | 2001-10-11 | 2 | -12/+10 | |
| | | | | | | | | synonyms:) ) | |||||
* | | reorg of registry files. | Gerald Carter | 2001-10-11 | 9 | -0/+78 | |
| | | ||||||
* | | housekeeping.... I decided the top level was | Gerald Carter | 2001-10-11 | 9 | -78/+0 | |
| | | | | | | | | getting a little cluttered | |||||
* | | added steps to combat the Nimda worm here in hopes of giving | Gerald Carter | 2001-10-11 | 1 | -0/+58 | |
| | | | | | | | | | | | | | | people ideas to fight future viruses. Added as a TEXT file (and at this top level) to so it will not be overlooked. | |||||
* | | registry setting to disable the Schannel stuff in XP for logging | Gerald Carter | 2001-10-11 | 1 | -0/+6 | |
| | | | | | | | | | | onto a Samba domain. Have asked on samba-technical for testing. I don't have an XP box available currently. | |||||
* | | fixed bug in schema. Definitely needs to be merged into 2_2_RELEASE | Gerald Carter | 2001-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | Remove Id line as this breaks dirdiff. | Jeremy Allison | 2001-10-11 | 2 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 2001-10-11 | 2 | -0/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | Default for winbind enum groups is yes. | Tim Potter | 2001-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Adding SONAME patch to Caldera OpenLinux build process for libsmbclient.so | John Terpstra | 2001-10-10 | 2 | -34/+13 | |
| | | ||||||
* | | Back-out the share acl fix. Not needed (Gerald has been telling porkies | Jeremy Allison | 2001-10-10 | 1 | -16/+3 | |
| | | | | | | | | | | again :-) :-). Jeremy. | |||||
* | | add a couple new parameter definitions. | Herb Lewis | 2001-10-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We still need the smb.conf man page updated with definitions for the following parameters ssl cert - Synonym for ssl server cert ssl key - Synonym for ssl server key ssl egd socket ssl entropy file ssl entropy bytes strict allocate use mmap ldap admin dn - renamed from ldap root ldap ssl | |||||
* | | missed a couple of debug statements | Gerald Carter | 2001-10-10 | 1 | -4/+4 | |
| | | ||||||
* | | stop gap fix to make the ldapsam backend fallback to smb.conf | Gerald Carter | 2001-10-10 | 1 | -2/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lp_xxx() defaults if the attribute in question does not exist. This feature needs to be moved up in the interface some, but that will require some restructuring (to be done later)., jerry | |||||
* | | more updates from Buchan Milne <bgmilne@cae.co.za> | Gerald Carter | 2001-10-10 | 4 | -10/+157 | |
| | |