Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | more warning fixes on solaris | Andrew Tridgell | 2001-09-05 | 8 | -11/+17 | |
| | | ||||||
* | | fix realclean target to remove winbind objects | Herb Lewis | 2001-10-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 2001-10-19 | 1 | -4/+29 | |
| | | | | | | | | Jeremy. | |||||
* | | Tidy up notify code, fix debug. | Jeremy Allison | 2001-10-19 | 2 | -28/+37 | |
| | | | | | | | | Jeremy. | |||||
* | | call codepage_initialise to keep swat from core dumping when trying to | Herb Lewis | 2001-10-19 | 1 | -0/+1 | |
| | | | | | | | | change characters to unicode. This fixes password changing in swat. | |||||
* | | Updated build specs for OpenLinux 2.x | John Terpstra | 2001-10-19 | 1 | -20/+42 | |
| | | ||||||
* | | Tidyup checks for send_smb. | Jeremy Allison | 2001-10-19 | 1 | -207/+206 | |
| | | | | | | | | Jeremy. | |||||
* | | Bmpx code back from the dead (used by OS/2). | Jeremy Allison | 2001-10-19 | 8 | -11/+311 | |
| | | | | | | | | Jeremy. | |||||
* | | Tidyup and unify new user_ctx code to match changes just added to HEAD | Jeremy Allison | 2001-10-18 | 4 | -15/+21 | |
| | | | | | | | | | | (will check in soon). Jeremy. | |||||
* | | moved %G expansion into standard_sub_basic() since we were doing | Gerald Carter | 2001-10-18 | 1 | -8/+8 | |
| | | | | | | | | | | | | %U there using current_user_info.smb_name string. This fixes the bug that would not allow %G in service names, nor in the name of an included file. | |||||
* | | Added sensible connection context stack, removed the horror that was | Jeremy Allison | 2001-10-18 | 7 | -61/+104 | |
| | | | | | | | | | | make_connection_nonroot (thanks AndrewB :-). Now to port this to HEAD..... Jeremy. | |||||
* | | let's commit the easy stuff while I work on the rest | Herb Lewis | 2001-10-17 | 1 | -0/+21 | |
| | | ||||||
* | | get rid of warning message about undefined structure | Herb Lewis | 2001-10-17 | 1 | -0/+7 | |
| | | ||||||
* | | fix support for %U and other basic variables in service names | Gerald Carter | 2001-10-17 | 1 | -6/+18 | |
| | | ||||||
* | | get ready for IRIX winbind port. Check for ns_api.h header file | Herb Lewis | 2001-10-17 | 3 | -2/+5 | |
| | | ||||||
* | | don't call lp_load twice | Herb Lewis | 2001-10-17 | 1 | -2/+1 | |
| | | ||||||
* | | smbsh is core dumping because it is calling dos_PutUniCode (lib/util_unistr.c) | Herb Lewis | 2001-10-17 | 2 | -2/+6 | |
| | | | | | | | | but doscp_to_ucs2 pointer is ZERO. Need to call codepage_initialise. | |||||
* | | allow this to compile (it also works now) | Herb Lewis | 2001-10-17 | 1 | -14/+17 | |
| | | ||||||
* | | 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 | |
| | |