Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | when you update the share mode in the db you must also update | Andrew Tridgell | 2001-09-05 | 1 | -0/+7 | |
| | | | | | | | | | | | | fsp->share_mode otherwise the check to see if the fsp share mode matches the one in the db will fail when you come to delete it, thus leaving us with a share mode on a file that isn't even open! | |||||
| * | fixed formatting to make the code vaguely readable. It's still a dogs | Andrew Tridgell | 2001-09-05 | 1 | -142/+143 | |
| | | | | | | | | breakfast, but at least you can follow the indents | |||||
| * | add PROFILE_OBJ to nmbd now | Herb Lewis | 2001-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | merge profile data changes from 2.2 | Herb Lewis | 2001-09-05 | 4 | -32/+101 | |
| | | ||||||
| * | always include profile support so you do not need a different binary of | Herb Lewis | 2001-09-05 | 1 | -5/+0 | |
| | | | | | | | | smbstatus to dump profile stats. | |||||
| * | add profiling stats from 2.2 | Herb Lewis | 2001-09-05 | 2 | -3/+383 | |
| | | ||||||
| * | variable name changed to --with-profiling-data | Herb Lewis | 2001-09-05 | 2 | -620/+617 | |
| | | ||||||
| * | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 2001-09-05 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | use cli_is_error() instead of looking in smb_rcls, otherwise NT status | Andrew Tridgell | 2001-09-05 | 7 | -64/+55 | |
| | | | | | | | | codes don't work correctly | |||||
| * | added filename to error_packet() | Andrew Tridgell | 2001-09-05 | 2 | -11/+12 | |
| | | ||||||
| * | fixed some compilation errors in cli_netlogon.c - tim, you need to rerun ↵ | Andrew Tridgell | 2001-09-05 | 2 | -12/+12 | |
| | | | | | | | | configure to get the new NTSTATUS stuff right | |||||
| * | 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. |