summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-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 dogsAndrew Tridgell2001-09-051-142/+143
| | | | | | | | breakfast, but at least you can follow the indents
| * add PROFILE_OBJ to nmbd nowHerb Lewis2001-09-051-1/+1
| |
| * merge profile data changes from 2.2Herb Lewis2001-09-054-32/+101
| |
| * always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
| | | | | | | | smbstatus to dump profile stats.
| * add profiling stats from 2.2Herb Lewis2001-09-052-3/+383
| |
| * variable name changed to --with-profiling-dataHerb Lewis2001-09-052-620/+617
| |
| * When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
| | | | | | | | Jeremy.
| * use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-057-64/+55
| | | | | | | | codes don't work correctly
| * added filename to error_packet()Andrew Tridgell2001-09-052-11/+12
| |
| * fixed some compilation errors in cli_netlogon.c - tim, you need to rerun ↵Andrew Tridgell2001-09-052-12/+12
| | | | | | | | configure to get the new NTSTATUS stuff right
| * more warning fixes on solarisAndrew Tridgell2001-09-058-11/+17
| |
* | fix realclean target to remove winbind objectsHerb Lewis2001-10-191-1/+1
| |
* | Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
| | | | | | | | Jeremy.
* | Tidy up notify code, fix debug.Jeremy Allison2001-10-192-28/+37
| | | | | | | | Jeremy.
* | call codepage_initialise to keep swat from core dumping when trying toHerb Lewis2001-10-191-0/+1
| | | | | | | | change characters to unicode. This fixes password changing in swat.
* | Updated build specs for OpenLinux 2.xJohn Terpstra2001-10-191-20/+42
| |
* | Tidyup checks for send_smb.Jeremy Allison2001-10-191-207/+206
| | | | | | | | Jeremy.
* | Bmpx code back from the dead (used by OS/2).Jeremy Allison2001-10-198-11/+311
| | | | | | | | Jeremy.
* | Tidyup and unify new user_ctx code to match changes just added to HEADJeremy Allison2001-10-184-15/+21
| | | | | | | | | | (will check in soon). Jeremy.
* | moved %G expansion into standard_sub_basic() since we were doingGerald Carter2001-10-181-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 wasJeremy Allison2001-10-187-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 restHerb Lewis2001-10-171-0/+21
| |
* | get rid of warning message about undefined structureHerb Lewis2001-10-171-0/+7
| |
* | fix support for %U and other basic variables in service namesGerald Carter2001-10-171-6/+18
| |
* | get ready for IRIX winbind port. Check for ns_api.h header fileHerb Lewis2001-10-173-2/+5
| |
* | don't call lp_load twiceHerb Lewis2001-10-171-2/+1
| |
* | smbsh is core dumping because it is calling dos_PutUniCode (lib/util_unistr.c)Herb Lewis2001-10-172-2/+6
| | | | | | | | but doscp_to_ucs2 pointer is ZERO. Need to call codepage_initialise.
* | allow this to compile (it also works now)Herb Lewis2001-10-171-14/+17
| |
* | removed the non-existent "restrict acl with mask" parameterGerald Carter2001-10-173-210/+5
| |
* | updates from Albert Chin.Gerald Carter2001-10-176-73/+78
| | | | | | | | jerry
* | Changes to the become_XXX calls.Jeremy Allison2001-10-1716-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 Allison2001-10-171-3/+0
| | | | | | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy.
* | Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison2001-10-161-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 typoHerb Lewis2001-10-161-2/+2
| |
* | Fix for connections.tdb error message from "Richard Bollinger" ↵Jeremy Allison2001-10-161-2/+3
| | | | | | | | | | | | <rabollinger@home.com> Jeremy.
* | Removed comment that made patch6 unavailable.John Terpstra2001-10-141-1/+1
| |
* | Workaround for broken Makefile. (probably a good idea anyway).Andrew Bartlett2001-10-141-0/+5
| |
* | Always use ln -sf.Jeremy Allison2001-10-131-2/+2
| | | | | | | | Jeremy.
* | Fix missing 'then' in if statement.Jeremy Allison2001-10-131-1/+1
| | | | | | | | Jeremy
* | Added REGEDIT4 key tag.John Terpstra2001-10-131-0/+3
| |
* | Final 2.2.2 WHATSNEW.Jeremy Allison2001-10-131-21/+101
| | | | | | | | Jeremy.
* | Change to fix a parallel make problem.John Terpstra2001-10-131-1/+1
| |
* | Moving to release...Jeremy Allison2001-10-131-81/+65
| | | | | | | | Jeremy
* | fix small bug related to xinetd and pam files.Gerald Carter2001-10-131-3/+3
| |
* | quick README describing the bug when serving profiles to Win2k SP2Gerald Carter2001-10-131-0/+56
| | | | | | | | clients in a Windows domain (not acting as a PDC), and the workaround
* | few documentation cleanups getting ready for 2.2.2Gerald Carter2001-10-138-1230/+1233
| |
* | nt acl support is now a service level parameterGerald Carter2001-10-133-22/+28
| |
* | Make version 2.2.2.Jeremy Allison2001-10-121-1/+1
| | | | | | | | Jeremy.
* | Don't use talloc context before initialization.Jeremy Allison2001-10-121-9/+13
| | | | | | | | Jeremy.