Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | initial checkin of debian packaging files donated by Eloy Paris. | Gerald Carter | 2001-10-12 | 50 | -0/+4032 | |
| | | | | | | | | package files for debian 'stable' will be after 2.2.2 | |||||
* | | nsswitch/winbindd_group.c: Memory leak fixes. | Jeremy Allison | 2001-10-12 | 5 | -44/+72 | |
| | | | | | | | | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy | |||||
* | | removed outdated Linux Software Map file. | Gerald Carter | 2001-10-12 | 1 | -26/+0 | |
| | | ||||||
* | | added -w switch for --with-ldapsam option of setting the | Gerald Carter | 2001-10-12 | 3 | -9/+79 | |
| | | | | | | | | "ldap admin dn" password. | |||||
* | | fixed syntax error in DocBook source and autogen | Gerald Carter | 2001-10-12 | 3 | -8/+129 | |
| | | ||||||
* | | update new parameter definitions | Herb Lewis | 2001-10-12 | 1 | -9/+64 | |
| | | ||||||
* | | fixed a few typos and gave credit to the SUGJ for the initial | Gerald Carter | 2001-10-12 | 1 | -8/+6 | |
| | | | | | | | | article. | |||||
* | | Fix for tdb_oob on TDB_INTERNAL databases. | Jeremy Allison | 2001-10-12 | 1 | -2/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | get rid of absolute path | Herb Lewis | 2001-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | build with quota support | Herb Lewis | 2001-10-11 | 2 | -10/+13 | |
| | | ||||||
* | | Fixed typos. | John Terpstra | 2001-10-11 | 2 | -9/+6 | |
| | | ||||||
* | | Added "use mmap" and "strict allocate" descriptions. | Jeremy Allison | 2001-10-11 | 1 | -0/+44 | |
| | | | | | | | | Jeremy. | |||||
* | | large checkin of ldap and ssl related parameters. | Gerald Carter | 2001-10-11 | 3 | -225/+838 | |
| | | ||||||
* | | commiting changes to polish manpage DocBook source | Gerald Carter | 2001-10-11 | 18 | -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 more | Gerald Carter | 2001-10-11 | 2 | -12/+10 | |
| | | | | | | | | synonyms:) ) | |||||
* | | reorg of registry files. | Gerald Carter | 2001-10-11 | 9 | -0/+78 | |
| | | ||||||
* | | housekeeping.... I decided the top level was | Gerald Carter | 2001-10-11 | 9 | -78/+0 | |
| | | | | | | | | getting a little cluttered | |||||
* | | added steps to combat the Nimda worm here in hopes of giving | Gerald Carter | 2001-10-11 | 1 | -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 logging | Gerald Carter | 2001-10-11 | 1 | -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_RELEASE | Gerald Carter | 2001-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | Remove Id line as this breaks dirdiff. | Jeremy Allison | 2001-10-11 | 2 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 2001-10-11 | 2 | -0/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | Default for winbind enum groups is yes. | Tim Potter | 2001-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Adding SONAME patch to Caldera OpenLinux build process for libsmbclient.so | John Terpstra | 2001-10-10 | 2 | -34/+13 | |
| | | ||||||
* | | Back-out the share acl fix. Not needed (Gerald has been telling porkies | Jeremy Allison | 2001-10-10 | 1 | -16/+3 | |
| | | | | | | | | | | again :-) :-). Jeremy. | |||||
* | | add a couple new parameter definitions. | Herb Lewis | 2001-10-10 | 1 | -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 statements | Gerald Carter | 2001-10-10 | 1 | -4/+4 | |
| | | ||||||
* | | stop gap fix to make the ldapsam backend fallback to smb.conf | Gerald Carter | 2001-10-10 | 1 | -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 Carter | 2001-10-10 | 4 | -10/+157 | |
| | | ||||||
* | | Fix bug where removing root from a share SD stops further edit access. | Jeremy Allison | 2001-10-09 | 1 | -4/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 2001-10-09 | 3 | -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.smbfs | John Terpstra | 2001-10-09 | 2 | -2/+2 | |
| | | | | | | | | Note: smbmnt is broken at this time. | |||||
* | | Removed libsmbclient.so major and minor version parameters to ↵ | John Terpstra | 2001-10-09 | 1 | -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 Terpstra | 2001-10-09 | 1 | -1/+1 | |
| | | | | | | | | this. | |||||
* | | Updating spec files for automatic building of libsmbclient when specified to ↵ | John Terpstra | 2001-10-09 | 1 | -2/+0 | |
| | | | | | | | | configure. | |||||
* | | NT treats not print job found as bad param, not as success (verified ↵ | John Reilly | 2001-10-08 | 1 | -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 Allison | 2001-10-08 | 2 | -2/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Added admin user to Profiles share, removed "share modes" option in Profiles ↵ | John Terpstra | 2001-10-08 | 2 | -2/+6 | |
| | | | | | | | | | | | | share. Revised "logon path" and "logon home" defaults. | |||||
* | | hide unreadable is a per-share parameter. At least in my | Volker Lendecke | 2001-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | tests it worked per share. Volker | |||||
* | | clarified the passwd chat decription. | Gerald Carter | 2001-10-06 | 3 | -73/+68 | |
| | | ||||||
* | | updated the 2.0 -> 2.2 migration section of the printing chapter. | Gerald Carter | 2001-10-06 | 3 | -1615/+1538 | |
| | | ||||||
* | | Merge Anton's PPC spinlock fix. | Jeremy Allison | 2001-10-06 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | small patch by Joachim Ott <ott@bebrag.de> to add buttons | Gerald Carter | 2001-10-06 | 1 | -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 Carter | 2001-10-06 | 6 | -11/+179 | |
| | | ||||||
* | | autogen from old updates | Gerald Carter | 2001-10-06 | 4 | -44/+55 | |
| | | ||||||
* | | added in the winbind HOWTO from John Trostel | Gerald Carter | 2001-10-06 | 4 | -1533/+3661 | |
| | | ||||||
* | | fixed some typos found by spell check. Removed the comment about needing | Herb Lewis | 2001-10-04 | 1 | -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 in | Herb Lewis | 2001-10-04 | 3 | -26/+25 | |
| | | | | | | | | line with the way RUN_PROG is defined in configure. | |||||
* | | add support for new winbind targets | Herb Lewis | 2001-10-04 | 1 | -1/+32 | |
| | | ||||||
* | | fixes for build libsmbclient.a in 2.2 (as per discussion with jht) | Gerald Carter | 2001-10-04 | 1 | -11/+11 | |
| | |