Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r4370: Don't assume the compiler supports declarations after statements. | Jelmer Vernooij | 2004-12-26 | 1 | -1/+1 | |
| | ||||||
* | r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset) | Jeremy Allison | 2004-12-26 | 1 | -6/+18 | |
| | | | | | not utf8. Fixed by Shiro Yamada <shiro@miraclelinux.com>. Jeremy. | |||||
* | r4353: Finally get length of munged_dial correct. | Günther Deschner | 2004-12-24 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'. | Günther Deschner | 2004-12-24 | 1 | -1/+4 | |
| | | | | Guenther | |||||
* | r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed. | Günther Deschner | 2004-12-24 | 2 | -3/+26 | |
| | | | | Guenther | |||||
* | r4350: bumping version to 3.0.11pre2 | Gerald Carter | 2004-12-23 | 1 | -1/+1 | |
| | ||||||
* | r4346: Fix cut-and-paste error - bugid #2189. Fixed by Buck Huppmann ↵ | Jeremy Allison | 2004-12-23 | 1 | -1/+1 | |
| | | | | | | <buckh@pobox.com> Jeremy. | |||||
* | r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well. | Günther Deschner | 2004-12-23 | 1 | -0/+3 | |
| | | | | Guenther | |||||
* | r4337: Produce a slightly different error message is lanman authentication is | Andrew Bartlett | 2004-12-23 | 1 | -3/+8 | |
| | | | | | | disabled, rather than simply unavailable. Andrew Bartlett | |||||
* | r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard | Günther Deschner | 2004-12-22 | 4 | -14/+21 | |
| | | | | | | | | set the value "forcibly disconnect remote users from server when logon hours expire" to "no", instead take the value from our account-policy storage. Guenther | |||||
* | r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com> | Jeremy Allison | 2004-12-22 | 2 | -1/+10 | |
| | | | | | to prevent uninitialized creds being freed. Jeremy. | |||||
* | r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side, | Günther Deschner | 2004-12-22 | 5 | -12/+86 | |
| | | | | | | | | | | | | | | | based on samba4-idl. This saves us an enormous amount of totally unnecessary ldap-traffic when several hundreds of winbind-daemons query a Samba3 DC just to get the fake SAM-sequence-number (time(NULL)) by enumerating all users, all groups and all aliases when query-dom-info level 2 is used. Note that we apparently never get the sequence number right (we parse a uint32, although it's a uint64, at least in samba4 idl). For the time being, I would propose to stay with that behaviour. Guenther | |||||
* | r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to | Jeremy Allison | 2004-12-21 | 1 | -0/+2 | |
| | | | | | add in the bcc length for readX on named pipes. Jeremy. | |||||
* | r4312: Marking "min password length" as depreciated (to be removed in one of | Günther Deschner | 2004-12-21 | 1 | -2/+2 | |
| | | | | | | | | the next releases). The corresponding functionality is better handled with the account policy. See https://bugzilla.samba.org/show_bug.cgi?id=1705 for details. Guenther | |||||
* | r4311: 'Document' the -L switch when adding groups with "net rpc group". | Günther Deschner | 2004-12-21 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | r4306: Couple more MALLOC fixes from albert chin (china@thewrittenword.com). | Jeremy Allison | 2004-12-21 | 2 | -2/+2 | |
| | | | | Jeremy. | |||||
* | r4305: Fix from Albert Chin (china@thewrittenword.com) to fix the | Jeremy Allison | 2004-12-21 | 2 | -6/+6 | |
| | | | | | earlier malloc changes. Jeremy. | |||||
* | r4301: One more *alloc -> SMB_MALLOC (not compiled by default). | Jeremy Allison | 2004-12-21 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and add | Jeremy Allison | 2004-12-20 | 2 | -1/+86 | |
| | | | | | configure.in tests and code for sendfile on AIX. Jeremy. | |||||
* | r4295: Don't include header len in data write debug. | Jeremy Allison | 2004-12-20 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r4293: Fix inspired by debug trace from Rob Foehl <rwf@loonybin.net> - catch ↵ | Jeremy Allison | 2004-12-20 | 1 | -2/+20 | |
| | | | | | | | | sendfile errors correctly and return the correct values we want the caller to return (-1 meaning none in correct cases). Jeremy. | |||||
* | r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). | Jeremy Allison | 2004-12-20 | 8 | -44/+47 | |
| | | | | Jeremy | |||||
* | r4289: Close LDAP-Connection before retrying to open a new connection in the | Günther Deschner | 2004-12-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | retry-loop. This fixes a deadlock-situation when ldapsam is used with the ldapi interface: getpeername won't fail while trying to detect dead connections on unix domain sockets. When the ldapi-connection was closed server-side (due to OpenLDAP's idletimeout) we *never* got a new LDAP connection. Guenther | |||||
* | r4287: Vampire SAM_DELTA_DOMAIN_INFO. | Günther Deschner | 2004-12-20 | 5 | -19/+259 | |
| | | | | | | | Based on samba4-idl. The decoding of account-lockout-string is somewhat experimental though. Guenther | |||||
* | r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply. | Günther Deschner | 2004-12-20 | 5 | -14/+37 | |
| | | | | | | | | | | | | | | | | The old #ifdef JRATEST-block was copying 16 bytes and thus overwriting acct_flags with bizarre values, breaking a lot of things. This patch is successfully running in a production environment for quite some time now and is required to finally allow Exchange 5.5 to access another Exchange Server when both are running on NT4 in a samba-controlled domain. This also allows Exchange Replication to take place, Exchange Administrator to access other Servers in the network, etc. Fixes Bugzilla #1136. Thanks abartlet for helping me with that one. Guenther | |||||
* | r4285: Allow -v or -l for displaying verbose groupmap-listing as well as | Günther Deschner | 2004-12-20 | 1 | -0/+3 | |
| | | | | | | "verbose". Guenther | |||||
* | r4273: Same fix for r4272 in SAMBA_3_0 branch. | Tim Potter | 2004-12-19 | 1 | -1/+1 | |
| | ||||||
* | r4270: Add some const as a fix for bugzilla #2135. | Tim Potter | 2004-12-19 | 1 | -1/+1 | |
| | ||||||
* | r4268: Merge fix for bugzilla #2150. | Tim Potter | 2004-12-19 | 3 | -11/+2 | |
| | ||||||
* | r4260: Change the license for the winbindd external interface more liberal. | Tim Potter | 2004-12-17 | 1 | -14/+3 | |
| | ||||||
* | r4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168. | Tim Potter | 2004-12-17 | 1 | -1/+1 | |
| | ||||||
* | r4258: strlower username, not (non-existing) domain_username. | Günther Deschner | 2004-12-17 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' ↵ | Volker Lendecke | 2004-12-17 | 2 | -1/+13 | |
| | | | | | | | | | | tells the AFS client when to throw away a token. Thanks, Volker | |||||
* | r4254: Add an undocumented hack. I had to delete a wrong mapping (a user ↵ | Volker Lendecke | 2004-12-17 | 1 | -0/+54 | |
| | | | | | | | | | | | | | that had ended up as a gid in winbindd_idmap.tdb) from winbindd_idmap.tdb. Stopping winbind was not an option on that machine.... net idmap delete <idmap-file> <SID> Thanks, Volker | |||||
* | r4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>. | Volker Lendecke | 2004-12-17 | 1 | -3/+7 | |
| | | | | | | Thanks, Volker | |||||
* | r4251: AFS does not cope with spaces in file names. Implement a stupid ↵ | Volker Lendecke | 2004-12-17 | 1 | -2/+32 | |
| | | | | | | | | | | mapping that maps the space to another character choosable by afsacl:space. Volker P.S: Who is "OH"? ;-) | |||||
* | r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loaded | Volker Lendecke | 2004-12-17 | 1 | -15/+21 | |
| | | | | | | | | | | winbind systems, looking up hundreds of users can turn out to be a bit too expensive if you just want to find out which smbd handles a particular IP address. Volker P.S: Who is "OH"? ;-) | |||||
* | r4241: More *alloc fixes. | Jeremy Allison | 2004-12-16 | 1 | -2/+7 | |
| | | | | Jeremy. | |||||
* | r4238: More *alloc fixes. | Jeremy Allison | 2004-12-16 | 1 | -7/+7 | |
| | | | | Jeremy. | |||||
* | r4236: More *alloc fixes. | Jeremy Allison | 2004-12-16 | 5 | -27/+25 | |
| | | | | Jeremy. | |||||
* | r4234: More malloc fixes to use the macros. | Jeremy Allison | 2004-12-16 | 3 | -57/+57 | |
| | | | | Jeremy. | |||||
* | r4226: display infolevel 12 in query_dom_info. | Günther Deschner | 2004-12-15 | 1 | -0/+10 | |
| | | | | Guenther | |||||
* | r4224: Today is not my day .... | Volker Lendecke | 2004-12-15 | 1 | -1/+3 | |
| | ||||||
* | r4222: Always compile before commit... | Volker Lendecke | 2004-12-15 | 1 | -1/+1 | |
| | ||||||
* | r4221: when in the multi-mapping mode of idmap_rid: | Günther Deschner | 2004-12-15 | 1 | -4/+10 | |
| | | | | | | allow BUILTIN domain-mapping. Guenther | |||||
* | r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a | Volker Lendecke | 2004-12-15 | 3 | -21/+9 | |
| | | | | | | | | | | | | comment string and not an unknown 12 byte structure... Found after abartlet's smbtorture extended this string to "Tortured by Samba4: Fri Nov 26 15:40:18 2004 CET" ;-)) Volker | |||||
* | r4217: Fix open_any_socket_out. | Volker Lendecke | 2004-12-15 | 1 | -13/+27 | |
| | | | | | | | | | This was a missing merge from HEAD or rather a commit to 3_0 from the wrong source. Fixed slightly over HEAD, HEAD merge will follow. Deal with connection refused according to the specs. Volker | |||||
* | r4216: fix segfault in idmap_rid | Günther Deschner | 2004-12-15 | 1 | -2/+2 | |
| | | | | | | | | | (only ever shows up when the somewhat hidden IDMAP_RID_SUPPORT_TRUSTED_DOMAINS - define is set). Thanks to Stephan Martin <sm@suse.de> for reporting this bug. Guenther | |||||
* | r4212: Ensure we only look at the bottom bit of large_readx. | Jeremy Allison | 2004-12-15 | 2 | -6/+9 | |
| | | | | | | Set the 14 word version of write if size > 0xffff as well as 64-bit offset. Jeremy. | |||||
* | r4208: Set version to 3.0.11 | John Terpstra | 2004-12-14 | 1 | -1/+1 | |
| |