summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | cleaning up some extra ssl parameter which were unnecessary (no moreGerald Carter2001-10-112-12/+10
| | | | | | | | synonyms:) )
* | reorg of registry files.Gerald Carter2001-10-119-0/+78
| |
* | housekeeping.... I decided the top level wasGerald Carter2001-10-119-78/+0
| | | | | | | | getting a little cluttered
* | added steps to combat the Nimda worm here in hopes of givingGerald Carter2001-10-111-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 loggingGerald Carter2001-10-111-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_RELEASEGerald Carter2001-10-111-1/+1
| |
* | Remove Id line as this breaks dirdiff.Jeremy Allison2001-10-112-2/+0
| | | | | | | | Jeremy.
* | Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-112-0/+11
| | | | | | | | Jeremy.
* | Default for winbind enum groups is yes.Tim Potter2001-10-101-1/+1
| |
* | Adding SONAME patch to Caldera OpenLinux build process for libsmbclient.soJohn Terpstra2001-10-102-34/+13
| |
* | Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison2001-10-101-16/+3
| | | | | | | | | | again :-) :-). Jeremy.
* | add a couple new parameter definitions.Herb Lewis2001-10-101-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 statementsGerald Carter2001-10-101-4/+4
| |
* | stop gap fix to make the ldapsam backend fallback to smb.confGerald Carter2001-10-101-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 Carter2001-10-104-10/+157
| |
* | Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
| | | | | | | | Jeremy.
* | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-093-16/+27
| | | | | | | | | | | | functions correctly deal with the SID_NAME_TYPE. One fix for connection user lookup in LSA. Jeremy.
* | Replaced smbmnt with smbmount in link for mount.smbfsJohn Terpstra2001-10-092-2/+2
| | | | | | | | Note: smbmnt is broken at this time.
* | Removed libsmbclient.so major and minor version parameters to ↵John Terpstra2001-10-091-5/+2
| | | | | | | | | | | | | | | | | | installlibsmbclient. Note: The effect of having this meant that libsmbclient.so.0.1 was being rebuilt EVERY time make was run. If versioning is important in the Makefile.in then we need to integrate this differently. For now: Providing the needed link is the responsibility of the person doing the installation.
* | Removed version extension from libsmbclient.so - let installation process do ↵John Terpstra2001-10-091-1/+1
| | | | | | | | this.
* | Updating spec files for automatic building of libsmbclient when specified to ↵John Terpstra2001-10-091-2/+0
| | | | | | | | configure.
* | NT treats not print job found as bad param, not as success (verified ↵John Reilly2001-10-081-4/+4
| | | | | | | | | | | | | | | | w/netmon & testing). rpc_server/srv_spoolss_nt.c:getjob_level_2() return invalid param when job is not found JohnR
* | Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
| | | | | | | | Jeremy.
* | Added admin user to Profiles share, removed "share modes" option in Profiles ↵John Terpstra2001-10-082-2/+6
| | | | | | | | | | | | share. Revised "logon path" and "logon home" defaults.
* | hide unreadable is a per-share parameter. At least in myVolker Lendecke2001-10-061-1/+1
| | | | | | | | | | | | tests it worked per share. Volker
* | clarified the passwd chat decription.Gerald Carter2001-10-063-73/+68
| |
* | updated the 2.0 -> 2.2 migration section of the printing chapter.Gerald Carter2001-10-063-1615/+1538
| |
* | Merge Anton's PPC spinlock fix.Jeremy Allison2001-10-061-1/+1
| | | | | | | | Jeremy.
* | small patch by Joachim Ott <ott@bebrag.de> to add buttonsGerald Carter2001-10-061-2/+84
| | | | | | | | | | | | | | | | | | | | | | to the status page which can toggle between view the pid and the client name for locked files. jerry
* | autogen and fixed typo (not necessarily in that order)Gerald Carter2001-10-066-11/+179
| |
* | autogen from old updatesGerald Carter2001-10-064-44/+55
| |
* | added in the winbind HOWTO from John TrostelGerald Carter2001-10-064-1533/+3661
| |
* | fixed some typos found by spell check. Removed the comment about needingHerb Lewis2001-10-041-26/+22
| | | | | | | | | | | | | | | | | | | | to build from sources in several trees. Someone needs to revies the first item in the limitations about only being available on Linux. Is this still correct? I'm still not able to generate the other files could someone also do this please?
* | reorganize how WINBIND_*PROGS variables are defined. This is more inHerb Lewis2001-10-043-26/+25
| | | | | | | | line with the way RUN_PROG is defined in configure.
* | add support for new winbind targetsHerb Lewis2001-10-041-1/+32
| |
* | fixes for build libsmbclient.a in 2.2 (as per discussion with jht)Gerald Carter2001-10-041-11/+11
| |
* | Fixup some IRIX compiler warnings.Jeremy Allison2001-10-042-12/+13
| | | | | | | | Jeremy.
* | Merge of missing parameter definitions (winbind enum {users,groups}) fromTim Potter2001-10-041-0/+43
| | | | | | | | winbindd manual page.
* | begin update for changes in 2.2.2 - incomplete but just wanted toHerb Lewis2001-10-041-3/+78
| | | | | | | | checkpoint my changes
* | Moved Simo's realloc fixes back.Jeremy Allison2001-10-032-5/+13
| | | | | | | | Jeremy.
* | Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-034-12/+13
| | | | | | | | | | | | change these timestamp settings without good reason. Remove CLEAR_IF_FIRST flag is tdb is read-only. Jeremy.
* | add the 2.2.1a noticeHerb Lewis2001-10-031-2/+13
| |
* | Insure fixes for rpcclient.Jeremy Allison2001-10-031-15/+18
| | | | | | | | Jeremy.
* | Fixed wrong size of debugf.Jeremy Allison2001-10-031-1/+1
| | | | | | | | Jeremy.
* | Merge of rpcclient exit code patch from HEAD. Spotted by Michael SweetTim Potter2001-10-021-1/+1
| | | | | | | | <mike@easysw.com>
* | Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-025-24/+152
| | | | | | | | | | | | | | | | | | | | | | | | The problem is we were trying to use mask_match as a generic wildcard matcher for UNIX strings (like the password prompts). We can't do that - we need a unix_wild_match (re-added into lib/util.c) as the ms_fnmatch semantics for empty strings are completely wrong. This caused partial reads to be accepted as correct passwd change responses when they were not.... Also added paranioa test to stop passwd change being done as root with no %u in the passwd program string. Jeremy.
* | Added libsmbclient to configure args - no need for patch now.John Terpstra2001-10-021-2/+3
| |
* | Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-028-34/+60
| | | | | | | | | | | | other access. Problem was max time was being set to 0xffffffff, instead of 0x7fffffff. Jeremy.