Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r11065: rename wr_eventlog to eventlogadm | Gerald Carter | 2005-10-14 | 2 | -5/+5 | |
| | | ||||||
| * | r11063: merging missing error code for event logs | Gerald Carter | 2005-10-14 | 1 | -0/+1 | |
| | | ||||||
| * | r11060: merging new eventlog code from trunk | Gerald Carter | 2005-10-14 | 6 | -514/+710 | |
| | | ||||||
| * | r11054: patch from Brian Moran; fix error code return in ↵ | Gerald Carter | 2005-10-14 | 1 | -18/+5 | |
| | | | | | | | | _srv_net_name_validate() | |||||
| * | r10979: After discussions on IRC about profile shares, | Jeremy Allison | 2005-10-14 | 3 | -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 Deschner | 2005-10-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | higher. Guenther | |||||
| * | r10976: Fix the build with openssl-0.9.8a. | Günther Deschner | 2005-10-13 | 2 | -0/+4 | |
| | | | | | | | | Guenther | |||||
| * | r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure we | Jeremy Allison | 2005-10-13 | 1 | -4/+11 | |
| | | | | | | | | | | set keylen to zero if no spnego. Jeremy. | |||||
| * | r10970: Fix bug #3166 - null pointer dereference if $HOME not | Jeremy Allison | 2005-10-13 | 1 | -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 Carter | 2005-10-13 | 2 | -2/+10 | |
| | | | | | | | | the unlink call (del tmp\foo) | |||||
| * | r10962: fix setting of quotas on linux kernel with the | Stefan Metzmacher | 2005-10-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | struct if_dqblk interface metze | |||||
| * | r10961: remove unused variables (patch from Jason Mader) | Gerald Carter | 2005-10-13 | 1 | -5/+2 | |
| | | ||||||
| * | r10960: merging changes to specfile from 3.0.20b release | Gerald Carter | 2005-10-13 | 1 | -2/+7 | |
| | | ||||||
| * | r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003. | Jeremy Allison | 2005-10-12 | 1 | -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.edu | Jeremy Allison | 2005-10-12 | 1 | -3/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10933: include mount.cifs in Fedora spec file (based on patch from ↵ | Gerald Carter | 2005-10-12 | 1 | -3/+6 | |
| | | | | | | | | smk_va@yahoo.com) | |||||
| * | r10930: Fix erroneous debug spotted by Herb. | Jeremy Allison | 2005-10-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10927: bug 1473 & 3090: quota compile fixes on Solaris | Gerald Carter | 2005-10-12 | 1 | -1/+5 | |
| | | ||||||
| * | r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota info | Gerald Carter | 2005-10-12 | 1 | -1/+0 | |
| | | ||||||
| * | r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam | Jim McDonough | 2005-10-11 | 5 | -41/+303 | |
| | | | | | | | | This gets it working before replacing tdb with the samba4 version. | |||||
| * | r10909: Give better shutdown messages | Jim McDonough | 2005-10-11 | 3 | -15/+21 | |
| | | ||||||
| * | r10908: Fix PIPE mismatch to make wbinfo -m work again | Günther Deschner | 2005-10-11 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r10907: Handle the case when we can't verify the PAC signature because the | Günther Deschner | 2005-10-11 | 2 | -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!=srcdir | Gerald Carter | 2005-10-11 | 2 | -5/+5 | |
| | | ||||||
| * | r10901: BUG 3145: Fix build issue regarding quota support on Solaris | Gerald Carter | 2005-10-11 | 1 | -3/+3 | |
| | | ||||||
| * | r10888: We've already checked 'CAN_WRITE' so we don't need to do it again. | Jeremy Allison | 2005-10-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10885: Fix bug where read-only share files are always seen as | Jeremy Allison | 2005-10-11 | 2 | -5/+2 | |
| | | | | | | | | | | read-only. Noticed by Andrew Bartlett. Jeremy | |||||
| * | r10822: updating copyright info | Gerald Carter | 2005-10-07 | 4 | -4/+8 | |
| | | ||||||
| * | r10819: merging a couple of fixes from trunk | Gerald Carter | 2005-10-07 | 11 | -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 Allison | 2005-10-07 | 11 | -72/+69 | |
| | | | | | | | | Jeremy. | |||||
| * | r10801: Janitor for tpot - remember to keep 3.0 in sync. | Jeremy Allison | 2005-10-07 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r10795: Fix code before decl error. | Jeremy Allison | 2005-10-07 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r10792: Fix the "schannel not stored across client disconnects" problem. | Jeremy Allison | 2005-10-07 | 4 | -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.21pre1 | Gerald Carter | 2005-10-18 | 1 | -14/+8 | |
| | | | | | | | | build the library at all. Still needs some more cleanup but this works for now | |||||
* | | r11164: solaris packaging fixes | Gerald Carter | 2005-10-18 | 1 | -0/+4 | |
| | | ||||||
* | | r11163: fix installation of libmsrpc | Gerald Carter | 2005-10-18 | 1 | -1/+4 | |
| | | ||||||
* | | r11162: another regression from merge; make sure to build vfs_full_audit module | Gerald Carter | 2005-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | r11158: more RedHat spec file fixes; I think this is the last one for 3.0.21pre1 | Gerald Carter | 2005-10-18 | 1 | -0/+3 | |
| | | ||||||
* | | r11152: fix some regressions caused by the trunk->3.0 merge when install ↵ | Gerald Carter | 2005-10-18 | 2 | -4/+2 | |
| | | | | | | | | docs with SWAT | |||||
* | | r11149: fix typo in release notes | Gerald Carter | 2005-10-18 | 2 | -1/+2 | |
| | | ||||||
* | | r11148: update from 3.0.21pre1 Fedora packaging fixes | Gerald Carter | 2005-10-18 | 1 | -1/+5 | |
| | | ||||||
* | | r11145: updating MAINTAINERS file | Gerald Carter | 2005-10-18 | 1 | -1/+10 | |
| | | ||||||
* | | r11143: addnig derrell's test code changes | Gerald Carter | 2005-10-18 | 2 | -1/+80 | |
| | | ||||||
* | | r11140: adding notes about some parameter changes | Gerald Carter | 2005-10-18 | 1 | -2/+5 | |
| | | ||||||
* | | r11138: add Jeremy's rpc work in list commits | Gerald Carter | 2005-10-18 | 1 | -0/+1 | |
| | | ||||||
* | | r11136: patches from Brian Moran for eventlogadm utility | Gerald Carter | 2005-10-18 | 3 | -83/+132 | |
| | | ||||||
* | | r11135: should fix seg fault in addprinter code reported by Marcin. ↵ | Gerald Carter | 2005-10-18 | 1 | -6/+15 | |
| | | | | | | | | Allocate memory in convert_printer_info() if necessary | |||||
* | | r11134: updating release notes | Gerald Carter | 2005-10-18 | 1 | -41/+113 | |
| | | ||||||
* | | r11133: updating maintainers file | Gerald Carter | 2005-10-18 | 1 | -4/+5 | |
| | | ||||||
* | | r11128: synching today's changes from SAMBA_3_0 | Gerald Carter | 2005-10-17 | 18 | -736/+968 | |
| | |