summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r11065: rename wr_eventlog to eventlogadmGerald Carter2005-10-142-5/+5
| |
| * r11063: merging missing error code for event logsGerald Carter2005-10-141-0/+1
| |
| * r11060: merging new eventlog code from trunkGerald Carter2005-10-146-514/+710
| |
| * r11054: patch from Brian Moran; fix error code return in ↵Gerald Carter2005-10-141-18/+5
| | | | | | | | _srv_net_name_validate()
| * r10979: After discussions on IRC about profile shares,Jeremy Allison2005-10-143-6/+31
| | | | | | | | | | | | | | | | | | | | | | added new parameter : map readonly = [yes|no|permissions] If yes: map inverse of user "w" bit to mean readonly. If no: never set DOS readonly bit. If permissions: check file permissions for user and set readonly bit if the current user cannot write. If store dos attributes is set to yes then this parameter is ignored. Jeremy.
| * r10977: Get rid of tons of new warnings when building with OpenLDAP 2.3.7 or ↵Günther Deschner2005-10-131-0/+1
| | | | | | | | | | | | higher. Guenther
| * r10976: Fix the build with openssl-0.9.8a.Günther Deschner2005-10-132-0/+4
| | | | | | | | Guenther
| * r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure weJeremy Allison2005-10-131-4/+11
| | | | | | | | | | set keylen to zero if no spnego. Jeremy.
| * r10970: Fix bug #3166 - null pointer dereference if $HOME notJeremy Allison2005-10-131-10/+16
| | | | | | | | | | defined. Also clarified confusing error messages. Jeremy.
| * r10964: BUG 1051: store the directory path so we can send the full name in ↵Gerald Carter2005-10-132-2/+10
| | | | | | | | the unlink call (del tmp\foo)
| * r10962: fix setting of quotas on linux kernel with theStefan Metzmacher2005-10-131-0/+1
| | | | | | | | | | | | struct if_dqblk interface metze
| * r10961: remove unused variables (patch from Jason Mader)Gerald Carter2005-10-131-5/+2
| |
| * r10960: merging changes to specfile from 3.0.20b releaseGerald Carter2005-10-131-2/+7
| |
| * r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.Jeremy Allison2005-10-121-9/+10
| | | | | | | | | | | | | | Our sessionsetup code now handles raw NTLMSSP connects, so we can go back to doing what W2K3 does here which is to send no OID's in the negprot reply when not in a security=ads mode. Jeremy.
| * r10943: Unused variable. Bug #3160 from jason@ncac.gwu.eduJeremy Allison2005-10-121-3/+1
| | | | | | | | Jeremy.
| * r10933: include mount.cifs in Fedora spec file (based on patch from ↵Gerald Carter2005-10-121-3/+6
| | | | | | | | smk_va@yahoo.com)
| * r10930: Fix erroneous debug spotted by Herb.Jeremy Allison2005-10-121-1/+1
| | | | | | | | Jeremy.
| * r10927: bug 1473 & 3090: quota compile fixes on SolarisGerald Carter2005-10-121-1/+5
| |
| * r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota infoGerald Carter2005-10-121-1/+0
| |
| * r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2005-10-115-41/+303
| | | | | | | | This gets it working before replacing tdb with the samba4 version.
| * r10909: Give better shutdown messagesJim McDonough2005-10-113-15/+21
| |
| * r10908: Fix PIPE mismatch to make wbinfo -m work againGünther Deschner2005-10-111-1/+1
| | | | | | | | Guenther
| * r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner2005-10-112-5/+13
| | | | | | | | | | | | | | | | | | | | | | ticket was encrypted using a DES key (and the Windows KDC still puts CKSUMTYPE_HMAC_MD5_ARCFOUR in the PAC). In that case, return to old behaviour and ignore the PAC. Thanks to Chengjie Liu <chengjie.liu@datadomain.com>. Guenther
| * r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2005-10-112-5/+5
| |
| * r10901: BUG 3145: Fix build issue regarding quota support on SolarisGerald Carter2005-10-111-3/+3
| |
| * r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.Jeremy Allison2005-10-111-1/+1
| | | | | | | | Jeremy.
| * r10885: Fix bug where read-only share files are always seen asJeremy Allison2005-10-112-5/+2
| | | | | | | | | | read-only. Noticed by Andrew Bartlett. Jeremy
| * r10822: updating copyright infoGerald Carter2005-10-074-4/+8
| |
| * r10819: merging a couple of fixes from trunkGerald Carter2005-10-0711-199/+257
| | | | | | | | | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0
| * r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-0711-72/+69
| | | | | | | | Jeremy.
| * r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-071-0/+4
| | | | | | | | Jeremy.
| * r10795: Fix code before decl error.Jeremy Allison2005-10-071-1/+2
| | | | | | | | Jeremy.
| * r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2005-10-074-19/+231
| | | | | | | | | | | | | | Based on the Samba4 solution - stores data in $samba/private/schannel_store.tdb. This tdb is not left open but open and closed on demand. Jeremy.
* | r11165: deparate the library install commands from the logic of whether to ↵samba-3.0.21pre1Gerald Carter2005-10-181-14/+8
| | | | | | | | build the library at all. Still needs some more cleanup but this works for now
* | r11164: solaris packaging fixesGerald Carter2005-10-181-0/+4
| |
* | r11163: fix installation of libmsrpcGerald Carter2005-10-181-1/+4
| |
* | r11162: another regression from merge; make sure to build vfs_full_audit moduleGerald Carter2005-10-181-1/+1
| |
* | r11158: more RedHat spec file fixes; I think this is the last one for 3.0.21pre1Gerald Carter2005-10-181-0/+3
| |
* | r11152: fix some regressions caused by the trunk->3.0 merge when install ↵Gerald Carter2005-10-182-4/+2
| | | | | | | | docs with SWAT
* | r11149: fix typo in release notesGerald Carter2005-10-182-1/+2
| |
* | r11148: update from 3.0.21pre1 Fedora packaging fixesGerald Carter2005-10-181-1/+5
| |
* | r11145: updating MAINTAINERS fileGerald Carter2005-10-181-1/+10
| |
* | r11143: addnig derrell's test code changesGerald Carter2005-10-182-1/+80
| |
* | r11140: adding notes about some parameter changesGerald Carter2005-10-181-2/+5
| |
* | r11138: add Jeremy's rpc work in list commitsGerald Carter2005-10-181-0/+1
| |
* | r11136: patches from Brian Moran for eventlogadm utilityGerald Carter2005-10-183-83/+132
| |
* | r11135: should fix seg fault in addprinter code reported by Marcin. ↵Gerald Carter2005-10-181-6/+15
| | | | | | | | Allocate memory in convert_printer_info() if necessary
* | r11134: updating release notesGerald Carter2005-10-181-41/+113
| |
* | r11133: updating maintainers fileGerald Carter2005-10-181-4/+5
| |
* | r11128: synching today's changes from SAMBA_3_0Gerald Carter2005-10-1718-736/+968
| |