summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r4370: Don't assume the compiler supports declarations after statements.Jelmer Vernooij2004-12-261-1/+1
|
* r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset)Jeremy Allison2004-12-261-6/+18
| | | | | not utf8. Fixed by Shiro Yamada <shiro@miraclelinux.com>. Jeremy.
* r4353: Finally get length of munged_dial correct.Günther Deschner2004-12-241-1/+1
| | | | Guenther
* r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'.Günther Deschner2004-12-241-1/+4
| | | | Guenther
* r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.Günther Deschner2004-12-242-3/+26
| | | | Guenther
* r4350: bumping version to 3.0.11pre2Gerald Carter2004-12-231-1/+1
|
* r4346: Fix cut-and-paste error - bugid #2189. Fixed by Buck Huppmann ↵Jeremy Allison2004-12-231-1/+1
| | | | | | <buckh@pobox.com> Jeremy.
* r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well.Günther Deschner2004-12-231-0/+3
| | | | Guenther
* r4337: Produce a slightly different error message is lanman authentication isAndrew Bartlett2004-12-231-3/+8
| | | | | | disabled, rather than simply unavailable. Andrew Bartlett
* r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner2004-12-224-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 Allison2004-12-222-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 Deschner2004-12-225-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 toJeremy Allison2004-12-211-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 ofGünther Deschner2004-12-211-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 Deschner2004-12-211-0/+1
| | | | Guenther
* r4306: Couple more MALLOC fixes from albert chin (china@thewrittenword.com).Jeremy Allison2004-12-212-2/+2
| | | | Jeremy.
* r4305: Fix from Albert Chin (china@thewrittenword.com) to fix theJeremy Allison2004-12-212-6/+6
| | | | | earlier malloc changes. Jeremy.
* r4301: One more *alloc -> SMB_MALLOC (not compiled by default).Jeremy Allison2004-12-211-2/+2
| | | | Jeremy.
* r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison2004-12-202-1/+86
| | | | | configure.in tests and code for sendfile on AIX. Jeremy.
* r4295: Don't include header len in data write debug.Jeremy Allison2004-12-201-1/+1
| | | | Jeremy.
* r4293: Fix inspired by debug trace from Rob Foehl <rwf@loonybin.net> - catch ↵Jeremy Allison2004-12-201-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 Allison2004-12-208-44/+47
| | | | Jeremy
* r4289: Close LDAP-Connection before retrying to open a new connection in theGünther Deschner2004-12-201-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 Deschner2004-12-205-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 Deschner2004-12-205-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 asGünther Deschner2004-12-201-0/+3
| | | | | | "verbose". Guenther
* r4273: Same fix for r4272 in SAMBA_3_0 branch.Tim Potter2004-12-191-1/+1
|
* r4270: Add some const as a fix for bugzilla #2135.Tim Potter2004-12-191-1/+1
|
* r4268: Merge fix for bugzilla #2150.Tim Potter2004-12-193-11/+2
|
* r4260: Change the license for the winbindd external interface more liberal.Tim Potter2004-12-171-14/+3
|
* r4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168.Tim Potter2004-12-171-1/+1
|
* r4258: strlower username, not (non-existing) domain_username. Günther Deschner2004-12-171-1/+1
| | | | Guenther
* r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' ↵Volker Lendecke2004-12-172-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 Lendecke2004-12-171-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 Lendecke2004-12-171-3/+7
| | | | | | Thanks, Volker
* r4251: AFS does not cope with spaces in file names. Implement a stupid ↵Volker Lendecke2004-12-171-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 loadedVolker Lendecke2004-12-171-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 Allison2004-12-161-2/+7
| | | | Jeremy.
* r4238: More *alloc fixes.Jeremy Allison2004-12-161-7/+7
| | | | Jeremy.
* r4236: More *alloc fixes.Jeremy Allison2004-12-165-27/+25
| | | | Jeremy.
* r4234: More malloc fixes to use the macros.Jeremy Allison2004-12-163-57/+57
| | | | Jeremy.
* r4226: display infolevel 12 in query_dom_info.Günther Deschner2004-12-151-0/+10
| | | | Guenther
* r4224: Today is not my day ....Volker Lendecke2004-12-151-1/+3
|
* r4222: Always compile before commit...Volker Lendecke2004-12-151-1/+1
|
* r4221: when in the multi-mapping mode of idmap_rid: Günther Deschner2004-12-151-4/+10
| | | | | | allow BUILTIN domain-mapping. Guenther
* r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains aVolker Lendecke2004-12-153-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 Lendecke2004-12-151-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 Deschner2004-12-151-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 Allison2004-12-152-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.11John Terpstra2004-12-141-1/+1
|