Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r11253: Fix an annoying timeout when no nmbd is around | Volker Lendecke | 2005-10-21 | 1 | -8/+8 | |
| | | ||||||
| * | r11251: Fix a comment | Volker Lendecke | 2005-10-21 | 1 | -7/+5 | |
| | | ||||||
| * | r11242: use LDAP bitwise machting rule when searching for groups in ADS. | Günther Deschner | 2005-10-21 | 2 | -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 Carter | 2005-10-21 | 2 | -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 Allison | 2005-10-20 | 1 | -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 on | Jim McDonough | 2005-10-20 | 4 | -4/+130 | |
| | | | | | | | | tdb as well to make naming consistent. | |||||
| * | r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memory | Gerald Carter | 2005-10-20 | 1 | -3/+1 | |
| | | ||||||
| * | r11233: Forgot to add the statvfs file. Oops. | Jeremy Allison | 2005-10-20 | 1 | -0/+65 | |
| | | | | | | | | Jeremy. | |||||
| * | r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. | Jeremy Allison | 2005-10-20 | 11 | -7/+115 | |
| | | | | | | | | Jeremy. | |||||
| * | r11230: Remove the '//' i was using to test something...oops | Jim McDonough | 2005-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | r11229: an even bigger speedup spotted by Volker. string_to_sid() is now ↵ | Jim McDonough | 2005-10-20 | 1 | -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 eliminating | Jim McDonough | 2005-10-20 | 1 | -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 Carter | 2005-10-20 | 2 | -4/+4 | |
| | | | | | | | | value name | |||||
| * | r11224: Add feature to get our configuration from config.log into installman.sh. | Lars Müller | 2005-10-20 | 1 | -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 build | Günther Deschner | 2005-10-20 | 2 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r11190: Fix enhancement request #3192. | Jeremy Allison | 2005-10-19 | 4 | -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 Deschner | 2005-10-19 | 2 | -10/+17 | |
| | | | | | | | | Guenther | |||||
| * | r11170: root free pass on eventlog open access check | Gerald Carter | 2005-10-19 | 2 | -0/+8 | |
| | | ||||||
| * | r11169: removing duplicate 'map read only' entry | Gerald Carter | 2005-10-18 | 1 | -1/+0 | |
| | | ||||||
| * | r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solaris | Gerald Carter | 2005-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | r11166: missed a specfile fix for redhat | Gerald Carter | 2005-10-18 | 1 | -0/+1 | |
| | | ||||||
| * | r11165: deparate the library install commands from the logic of whether to ↵ | 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 | |
| | | ||||||
| * | r11161: another regression from merge; make sure to build vfs_full_audit ↵ | Gerald Carter | 2005-10-18 | 1 | -1/+1 | |
| | | | | | | | | modulebranches/SAMBA_3_0_RELEASE/source/configure.in | |||||
| * | r11159: Added some const to fix warnings. | Jeremy Allison | 2005-10-18 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | 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 | |
| | | ||||||
| * | r11156: Remove valgrind disabling ifdef that got added by mistake. | Jeremy Allison | 2005-10-18 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | r11155: Remove warning in torturous logic. | Jeremy Allison | 2005-10-18 | 1 | -5/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r11152: fix some regressions caused by the trunk->3.0 merge when install ↵ | Gerald Carter | 2005-10-18 | 2 | -4/+2 | |
| | | | | | | | | docs with SWAT | |||||
| * | r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this ↵ | Gerald Carter | 2005-10-18 | 1 | -0/+1 | |
| | | | | | | | | got broken | |||||
| * | r11147: Fedora packaging fixes for libmsrpc | Gerald Carter | 2005-10-18 | 1 | -1/+5 | |
| | | ||||||
| * | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 2005-10-18 | 66 | -464/+479 | |
| | | | | | | | | | | x86_64 box. Jeremy. | |||||
| * | 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 | |||||
| * | r11133: updating maintainers file | Gerald Carter | 2005-10-18 | 1 | -4/+5 | |
| | | ||||||
| * | r11131: updating indent resource file from trunk | Gerald Carter | 2005-10-18 | 1 | -0/+15 | |
| | | ||||||
| * | r11130: r10092@cabra: derrell | 2005-10-17 15:29:03 -0400 | Derrell Lipman | 2005-10-17 | 1 | -0/+74 | |
| | | | | | | | | let's now actually add the new test file | |||||
| * | r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400 | Derrell Lipman | 2005-10-17 | 1 | -1/+6 | |
| | | | | | | | | added example to read a file and test download time | |||||
| * | r11127: patch from S Murthy Kambhampaty <smk_va@yahoo.com> to not start nmbd ↵ | Gerald Carter | 2005-10-17 | 1 | -15/+31 | |
| | | | | | | | | is 'disable netbios = yes' | |||||
| * | r11126: adding libmsrpc to solaris, redhat, and fedora packaging | Gerald Carter | 2005-10-17 | 3 | -0/+19 | |
| | | ||||||
| * | r11125: remove unused variables | Gerald Carter | 2005-10-17 | 1 | -2/+0 | |
| | | ||||||
| * | r11124: Commit Chris' fixes for libmsrpc after the rpc_client | Gerald Carter | 2005-10-17 | 10 | -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 eventlog | Gerald Carter | 2005-10-17 | 5 | -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 an | Jeremy Allison | 2005-10-15 | 1 | -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 the | Jeremy Allison | 2005-10-14 | 1 | -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 Carter | 2005-10-14 | 1 | -1/+7 | |
| | | | | | | | | REG_MULTI_SZ | |||||
| * | r11072: add routines for converting REG_MULTI_SZ to and from char** | Gerald Carter | 2005-10-14 | 2 | -1/+117 | |
| | | ||||||
| * | r11069: make sure to zero memory when allocating a a REGVAL_CTR struct | Gerald Carter | 2005-10-14 | 1 | -1/+5 | |
| | | ||||||
| * | r11066: adding eventlogadm to packaging files | Gerald Carter | 2005-10-14 | 3 | -2/+4 | |
| | |