summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | initial checkin of debian packaging files donated by Eloy Paris.Gerald Carter2001-10-1250-0/+4032
| | | | | | | | package files for debian 'stable' will be after 2.2.2
* | nsswitch/winbindd_group.c: Memory leak fixes.Jeremy Allison2001-10-125-44/+72
| | | | | | | | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy
* | removed outdated Linux Software Map file.Gerald Carter2001-10-121-26/+0
| |
* | added -w switch for --with-ldapsam option of setting theGerald Carter2001-10-123-9/+79
| | | | | | | | "ldap admin dn" password.
* | fixed syntax error in DocBook source and autogenGerald Carter2001-10-123-8/+129
| |
* | update new parameter definitionsHerb Lewis2001-10-121-9/+64
| |
* | fixed a few typos and gave credit to the SUGJ for the initialGerald Carter2001-10-121-8/+6
| | | | | | | | article.
* | Fix for tdb_oob on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
| | | | | | | | Jeremy.
* | get rid of absolute pathHerb Lewis2001-10-111-1/+1
| |
* | build with quota supportHerb Lewis2001-10-112-10/+13
| |
* | Fixed typos.John Terpstra2001-10-112-9/+6
| |
* | Added "use mmap" and "strict allocate" descriptions.Jeremy Allison2001-10-111-0/+44
| | | | | | | | Jeremy.
* | large checkin of ldap and ssl related parameters.Gerald Carter2001-10-113-225/+838
| |
* | commiting changes to polish manpage DocBook sourceGerald Carter2001-10-1118-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.