summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | 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
| |