summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r11266: Speed up loading smb.conf for large numbers of share definitions. ↵Volker Lendecke2005-10-231-26/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was a O(n^2) loop: Whenever a service definition was found, we linearly searched the already loaded share definitions, the patch adds an internal tdb for this. For a smb.conf with 2000 shares this speeds up loading by about a factor of 50. Might be a fix for bug #1117. Thanks to Michael Adam <ma@sernet.de>, Volker
| * r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison2005-10-212-32/+30
| | | | | | | | | | | | | | | | can't assume long long is always there). Removed unused var in new a/c rename code. long long still used in eventlog code but Jerry has promised to fix that. Jeremy.
| * r11253: Fix an annoying timeout when no nmbd is aroundVolker Lendecke2005-10-211-8/+8
| |
| * r11251: Fix a commentVolker Lendecke2005-10-211-7/+5
| |
| * r11242: use LDAP bitwise machting rule when searching for groups in ADS.Günther Deschner2005-10-212-20/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids that each time a full-group-dump is requested from ADS; the bitwise match allows to only query those groups we are interested in. The ADS LDAP server changed to RFC compliant behaviour when decoding the ldap filter with extensible match in the latest SPs (fixes). From the patch: /* Workaround ADS LDAP bug present in MS W2K3 SP0 and W2K SP4 w/o * rollup-fixes: * * According to Section 5.1(4) of RFC 2251 if a value of a type is it's * default value, it MUST be absent. In case of extensible matching the * "dnattr" boolean defaults to FALSE and so it must be only be present * when set to TRUE. * * When it is set to FALSE and the OpenLDAP lib (correctly) encodes a * filter using bitwise matching rule then a buggy AD fails to decode * the extensible match. As a workaround set it to TRUE and thereby add * the dnAttributes "dn" field to cope with those older AD versions. * It should not harm and won't put any additional load on the AD since * none of the dn components have a bitmask-attribute. * * Thanks to Ralf Haferkamp for input and testing */ Guenther
| * r11240: * fix invalid read reported by valgrind in the Gerald Carter2005-10-212-69/+35
| | | | | | | | | | | | | | | | spoolss backchannel connection by rewriting spoolss_connect_to_client(). Ensure that we save the cli_state* in the rpc_pipe_client struct. * fix typo in debug message in cli_start_connection"
| * r11237: Fix acl evaluation bug found by Marc Cousin <mcousin@sigma.fr>Jeremy Allison2005-10-201-14/+34
| | | | | | | | | | | | | | | | | | | | We should only check the S_IWGRP permissions if we haven't already seen an owning group SMB_ACL_GROUP_OBJ ace entry. If there is an SMB_ACL_GROUP_OBJ ace entry then the group bits in st_gid are the same as the SMB_ACL_MASK bits, not the SMB_ACL_GROUP_OBJ bits. Thanks to Marc Cousin <mcousin@sigma.fr> for pointing this out. Jeremy.
| * r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough2005-10-204-4/+130
| | | | | | | | tdb as well to make naming consistent.
| * r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memoryGerald Carter2005-10-201-3/+1
| |
| * r11233: Forgot to add the statvfs file. Oops.Jeremy Allison2005-10-201-0/+65
| | | | | | | | Jeremy.
| * r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2005-10-209-7/+103
| | | | | | | | Jeremy.
| * r11230: Remove the '//' i was using to test something...oopsJim McDonough2005-10-201-1/+1
| |
| * r11229: an even bigger speedup spotted by Volker. string_to_sid() is now ↵Jim McDonough2005-10-201-2/+2
| | | | | | | | | | | | | | taking 1/5th the time it used to. Replace strcasecmp with invididual char checks for "S-" sid prefix.
| * r11228: Speed up string_to_sid by removing next_token calls, thus eliminatingJim McDonough2005-10-201-34/+27
| | | | | | | | the need for allocating memory to duplicate the string.
| * r11227: patch from brian moran to fix typo in eventlog message file registry ↵Gerald Carter2005-10-202-4/+4
| | | | | | | | value name
| * r11224: Add feature to get our configuration from config.log into installman.sh.Lars Müller2005-10-201-3/+14
| | | | | | | | | | | | | | | | | | | | This allows us to install for example smbsh.1 only if SMBWRAPPER is set. Removed also one rm call as we copy and do not append to the same file in the next step. There is no file permission risk as we chmod 0644 in any case later. Replaced one basename call by shell substitution.
| * r11213: Fix the buildGünther Deschner2005-10-202-1/+1
| | | | | | | | Guenther
| * r11190: Fix enhancement request #3192.Jeremy Allison2005-10-194-16/+72
| | | | | | | | | | | | | | | | This does 2 things. 1). Makes dfree command a per-share parameter (it should be anyway IMHO). 2). Adds a "dfree cache time" parameter in seconds that specifies how long a dfree command output should be cached for. Default is zero (no caching). Jeremy.
| * r11183: add small helper function to return a PAC_LOGON_INFO.Günther Deschner2005-10-192-10/+17
| | | | | | | | Guenther
| * r11170: root free pass on eventlog open access checkGerald Carter2005-10-191-0/+7
| |
| * r11169: removing duplicate 'map read only' entryGerald Carter2005-10-181-1/+0
| |
| * r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solarisGerald Carter2005-10-181-1/+1
| |
| * r11165: deparate the library install commands from the logic of whether to ↵Gerald Carter2005-10-181-14/+8
| | | | | | | | build the library at all. Still needs some more cleanup but this works for now
| * r11163: fix installation of libmsrpcGerald Carter2005-10-181-1/+4
| |
| * r11161: another regression from merge; make sure to build vfs_full_audit ↵Gerald Carter2005-10-181-1/+1
| | | | | | | | modulebranches/SAMBA_3_0_RELEASE/source/configure.in
| * r11159: Added some const to fix warnings.Jeremy Allison2005-10-182-4/+4
| | | | | | | | Jeremy.
| * r11156: Remove valgrind disabling ifdef that got added by mistake.Jeremy Allison2005-10-181-2/+0
| | | | | | | | Jeremy.
| * r11155: Remove warning in torturous logic.Jeremy Allison2005-10-181-5/+15
| | | | | | | | Jeremy.
| * r11152: fix some regressions caused by the trunk->3.0 merge when install ↵Gerald Carter2005-10-181-1/+1
| | | | | | | | docs with SWAT
| * r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this ↵Gerald Carter2005-10-181-0/+1
| | | | | | | | got broken
| * r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-1866-464/+479
| | | | | | | | | | x86_64 box. Jeremy.
| * 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
| * r11131: updating indent resource file from trunkGerald Carter2005-10-181-0/+15
| |
| * r11125: remove unused variablesGerald Carter2005-10-171-2/+0
| |
| * r11124: Commit Chris' fixes for libmsrpc after the rpc_clientGerald Carter2005-10-1710-702/+607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite. His comments: I've gotten the libmsrpc code to work with TRUNK. I've put the patch at: www.uoguelph.ca/~cnicholl/libmsrpc_trunk_v1.patch.gz It is from revision 11093. I also fixed a minor bug in the svcctl code, the timeout parameter for all the control functions was working in milliseconds instead of seconds. Also fixed bug in Makefile when building libmsrpc.a
| * r11123: * patches from Brian Moran for creating new eventlogGerald Carter2005-10-175-15/+227
| | | | | | | | | | | | source keys * my patches to get registry utility functions linking with eventlogadm tool
| * r11079: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2005-10-151-32/+6
| | | | | | | | | | | | initial NTLMSSP negotiate blob of only 16 bytes - no strings added ! (So don't try parsing them). Jeremy.
| * r11075: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2005-10-141-2/+19
| | | | | | | | | | | | NTLMSSP client and domain strings as Unicode, even when setting flags as OEM. Cope with this. Jeremy.
| * r11073: safety checks on pointers to prevent crashing when converting ↵Gerald Carter2005-10-141-1/+7
| | | | | | | | REG_MULTI_SZ
| * r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter2005-10-142-1/+117
| |
| * r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter2005-10-141-1/+5
| |
| * 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.