From noreply at macosforge.org Fri Jan 14 15:46:14 2011 From: noreply at macosforge.org (James Peach) Date: Fri, 14 Jan 2011 15:46:14 -0800 (PST) Subject: [dcerpc-dev] [Git] DCERPC branch master updated. e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 Message-ID: <20110114234615.1C7BF43FC9D6@gamma.macosforge.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DCERPC". The branch, master has been updated via e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 (commit) via 25ec2636816ea141fc070e4d5cee41e6f25d4940 (commit) via 5170663d16dfa6591c465e060ee42370a8b3e6dc (commit) via 0c428e3ffb31cef94df5d570f03e544365512a4d (commit) via 6f6a5a439436535a6abf8b7395f642fa7e3f4171 (commit) via ddeb4023b4cc22ed371ad6ffc8a65a8d6a13911e (commit) via 57ffa927bb58860dd5dac6cc56b825bdd979d459 (commit) via ce0f3bdf36bb7a2d0cd6b70df200434e3be6da74 (commit) via e1657d3e2571165ee65715fed81ad9c84c861188 (commit) via 800158d45810a3ad485f8397b2936bded3cb7e4b (commit) via 85e14e9069b321220523c30c97b13477840ab8f3 (commit) via bd97d0d940477fbf6d199bea58b3b87393322683 (commit) via ef15af3726cc00a4e78fb428e7a560bac2de1222 (commit) via 143a581627686da915e388a0ef97d54a463c7723 (commit) via 532d58ddd4f35f13f945879c53067b4aaf02accc (commit) via e661593eb179a336809099d0bf477be275a77131 (commit) via 29b5c288007494e959c71066aceb95cc0d42cbc2 (commit) via 5d2ecc6cceb8501a4df6b5e55399669adea017e8 (commit) from dea240fb675b805a2ecdc5aea56cab747b4644ab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 Author: James Peach Date: Fri Jan 14 15:34:44 2011 -0800 www: Update dcerpc.org hostnames. Our SSL certs require a "*.dcerpc.org" name. "dcerpc.org" won't work. commit 25ec2636816ea141fc070e4d5cee41e6f25d4940 Author: George Colley Date: Wed Jan 5 17:48:47 2011 -0800 Bump build version to dcerpc-42 commit 5170663d16dfa6591c465e060ee42370a8b3e6dc Author: Christopher Ryan Date: Tue Jan 4 14:04:46 2011 -0800 rename pointer_t to dce_pointer_t commit 0c428e3ffb31cef94df5d570f03e544365512a4d Author: Brian Koropoff Date: Wed Jul 21 21:18:59 2010 +0000 Fixes context mismatch errors on certain call sequences. When retransmitting an already established presentation context, use the existing context id and do not update the context structure. (dcerpc: r47766) commit 6f6a5a439436535a6abf8b7395f642fa7e3f4171 Author: Brian Koropoff Date: Wed Dec 29 14:37:51 2010 -0800 Make alter_context to an schannel security context work. Remove schannel transport info flag hack so that DCE/RPC will now attempt alter_context for schannel bindings. (dcerpc: r46706) commit ddeb4023b4cc22ed371ad6ffc8a65a8d6a13911e Author: Brian Koropoff Date: Wed Jul 7 23:38:52 2010 +0000 Detect case where we receive a fault PDU in response to a bad alter_context and bail out of association cleanly. (dcerpc: r46704) commit 57ffa927bb58860dd5dac6cc56b825bdd979d459 Author: Brian Koropoff Date: Wed Jul 7 23:38:47 2010 +0000 Do not overwrite failure status codes when unwrapping schannel PDUs (dcerpc: r46703) commit ce0f3bdf36bb7a2d0cd6b70df200434e3be6da74 Author: Brian Koropoff Date: Wed Jul 7 23:38:53 2010 +0000 Avoid dangling reference to call rep after alter_context on assoc fails (dcerpc: r46705) commit e1657d3e2571165ee65715fed81ad9c84c861188 Author: Brian Koropoff Date: Mon Jul 19 23:38:16 2010 +0000 Fix dangling call rep pointer when assoc open fails (dcerpc: r47508) commit 800158d45810a3ad485f8397b2936bded3cb7e4b Author: Brian Koropoff Date: Wed Dec 29 14:08:53 2010 -0800 Fix bounds correlation check logic. Reverts a previous hack to fix unmarshalling conformant structures. Instead, an extra flag is passed when zeroing pointers in allocated memory indicating that no data has been unmarshalled yet so bounds checks against correlated fields should not yet be performed. Closes bug #10498 (dcerpc: r47910) commit 85e14e9069b321220523c30c97b13477840ab8f3 Author: Adam Bernstein Date: Fri Nov 12 18:22:30 2010 +0000 Bug 11370 - dcerpcd ncalrpc option doesn't work Bug 11370 - dcerpcd ncalrpc option doesn't work Fixed processing of protseq arguments, which were essentially ignored. CR: wfu, bkoropoff (dcerpc: r52480) commit bd97d0d940477fbf6d199bea58b3b87393322683 Author: Rafal Szczesniak Date: Mon Dec 13 23:29:39 2010 +0000 dcerpc: Swap bytes of auth_len field in rpc response. Swap bytes of auth_len field in rpc response packet when the client side is big-endian and server sends the reponse in big-endian order. This fixes potential logon failure when accessing shares on big-endian server using NTLM creds. (dcerpc: r53424) commit ef15af3726cc00a4e78fb428e7a560bac2de1222 Author: Brian Koropoff Date: Wed Dec 15 18:28:21 2010 +0000 dcerpc: increase size of buffer for querying network interfaces This change supports up to 128 interfaces instead of 32. Closes bug #11817 (dcerpc: r53464) commit 143a581627686da915e388a0ef97d54a463c7723 Author: Brian Koropoff Date: Thu Dec 16 21:21:47 2010 +0000 dcerpc: fix compiler warning (dcerpc: r53514) commit 532d58ddd4f35f13f945879c53067b4aaf02accc Author: Brian Koropoff Date: Thu Apr 22 23:07:37 2010 +0000 When placing an association into an association group, use the rpc address from the binding handle. This fixes a bug where concurrent associations are placed into the wrong association group because they are connected to a secondary address returned by the server which differs from the requested address. CR: Kyle (dcerpc: r43651) commit e661593eb179a336809099d0bf477be275a77131 Author: Brian Koropoff Date: Thu May 13 00:18:01 2010 +0000 Check that group id index falls within the table when looking up a group by id (dcerpc: r44146) commit 29b5c288007494e959c71066aceb95cc0d42cbc2 Author: Danilo Almeida Date: Thu Aug 12 01:39:02 2010 +0000 dcerpc: Fix bug 11108 - Ensure string copied via strncpy is always terminated. (dcerpc: r48993) commit 5d2ecc6cceb8501a4df6b5e55399669adea017e8 Author: Brian Koropoff Date: Tue Nov 23 00:44:16 2010 +0000 dcerpc: fix bogus sizeof() Closes CID #10348 (dcerpc: r53044) ----------------------------------------------------------------------- Summary of changes: DCERPC-Info.plist | 2 +- dcerpc.xcodeproj/project.pbxproj | 8 +- dcerpc/idl_compiler/getflags.c | 2 +- dcerpc/idl_lib/ndrui.c | 33 +-- dcerpc/idl_lib/ndrui.h | 1 + dcerpc/idl_lib/ndrui2.c | 5 + dcerpc/idl_lib/ndrui3.c | 1 + dcerpc/include/dce/aix5.2.0.0/dce.h | 4 +- dcerpc/include/dce/darwin/dce.h | 4 +- dcerpc/include/dce/freebsd6.0/dce.h | 4 +- dcerpc/include/dce/hpux11.11/dce.h | 4 +- dcerpc/include/dce/linux-gnu/dce.h | 4 +- dcerpc/include/dce/schannel.idl | 1 + dcerpc/include/dce/smb.idl | 1 - dcerpc/include/dce/solaris2.10/dce.h | 4 +- dcerpc/include/dce/solaris2.8/dce.h | 4 +- dcerpc/include/dce/solaris2.9/dce.h | 4 +- dcerpc/include/dce/stubbase.h | 2 +- dcerpc/ncklib/cn.h | 16 +- dcerpc/ncklib/cnasgsm.h | 4 +- dcerpc/ncklib/cnassm.h | 8 +- dcerpc/ncklib/cnassoc.c | 66 +++++-- dcerpc/ncklib/cnassoc.h | 12 +- dcerpc/ncklib/cnbind.c | 2 +- dcerpc/ncklib/cncall.c | 20 +- dcerpc/ncklib/cncasgsm.c | 24 +- dcerpc/ncklib/cncassm.c | 378 ++++++++++++++++++---------------- dcerpc/ncklib/cncclsm.c | 116 +++++----- dcerpc/ncklib/cnclsm.h | 20 +- dcerpc/ncklib/cncthd.c | 2 +- dcerpc/ncklib/cncthd.h | 2 +- dcerpc/ncklib/cnfbuf.c | 8 +- dcerpc/ncklib/cnfbuf.h | 2 +- dcerpc/ncklib/cnnet.c | 12 +- dcerpc/ncklib/cnnet.h | 2 +- dcerpc/ncklib/cnp.h | 16 +- dcerpc/ncklib/cnrcvr.c | 21 ++- dcerpc/ncklib/cnsasgsm.c | 64 +++--- dcerpc/ncklib/cnsassm.c | 316 ++++++++++++++-------------- dcerpc/ncklib/cnsclsm.c | 176 ++++++++-------- dcerpc/ncklib/cnsm.c | 4 +- dcerpc/ncklib/cnsm.h | 4 +- dcerpc/ncklib/com.h | 18 +- dcerpc/ncklib/comauth.c | 2 +- dcerpc/ncklib/comauth.h | 2 +- dcerpc/ncklib/comcthd.c | 8 +- dcerpc/ncklib/comcthd.h | 2 +- dcerpc/ncklib/comep.c | 12 +- dcerpc/ncklib/comfork.c | 14 +- dcerpc/ncklib/cominit.c | 2 +- dcerpc/ncklib/commonp.h | 2 +- dcerpc/ncklib/comnet.c | 6 +- dcerpc/ncklib/comnetp.h | 2 +- dcerpc/ncklib/comprot.h | 2 +- dcerpc/ncklib/comsoc_smb.c | 22 +-- dcerpc/ncklib/dg.h | 8 +- dcerpc/ncklib/dgcall.c | 4 +- dcerpc/ncklib/dgcall.h | 2 +- dcerpc/ncklib/dgccall.c | 2 +- dcerpc/ncklib/dgccall.h | 2 +- dcerpc/ncklib/dgcct.c | 6 +- dcerpc/ncklib/dgexec.c | 2 +- dcerpc/ncklib/dgexec.h | 2 +- dcerpc/ncklib/dglsn.c | 2 +- dcerpc/ncklib/dgscall.c | 4 +- dcerpc/ncklib/dgsct.c | 6 +- dcerpc/ncklib/dgslsn.c | 2 +- dcerpc/ncklib/dgsoc.c | 2 +- dcerpc/ncklib/dgxq.c | 2 +- dcerpc/ncklib/gssauth.c | 4 +- dcerpc/ncklib/gssauthcn.c | 32 ++-- dcerpc/ncklib/noauth.c | 2 +- dcerpc/ncklib/noauth.h | 2 +- dcerpc/ncklib/noauthcn.c | 28 ++-- dcerpc/ncklib/noauthdg.c | 4 +- dcerpc/ncklib/noauthdg.h | 4 +- dcerpc/ncklib/npnaf.c | 3 +- dcerpc/ncklib/rpclist.c | 12 +- dcerpc/ncklib/rpclist.h | 40 ++-- dcerpc/ncklib/rpcmem.c | 10 +- dcerpc/ncklib/rpcmem.h | 10 +- dcerpc/ncklib/rpctimer.c | 6 +- dcerpc/ncklib/rpctimer.h | 10 +- dcerpc/ncklib/schnauth.c | 13 +- dcerpc/ncklib/schnauth.h | 2 +- dcerpc/ncklib/schnauthcn.c | 47 +++-- dcerpc/ncklib/sec_id.c | 2 +- dcerpc/rpcd/rpcd.c | 32 +++- dcerpc/uuid/get_802_addr.c | 2 +- www/Sitefile | 2 +- www/content/contributing.txt | 4 +- www/content/source.txt | 4 +- www/layouts/default.txt | 8 +- 93 files changed, 950 insertions(+), 856 deletions(-) hooks/post-receive -- DCERPC From noreply at macosforge.org Fri Jan 14 15:56:05 2011 From: noreply at macosforge.org (James Peach) Date: Fri, 14 Jan 2011 15:56:05 -0800 (PST) Subject: [dcerpc-dev] [Git] DCERPC branch master updated. e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 Message-ID: <20110114235605.285A7E02900@lists.macosforge.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DCERPC". The branch, master has been updated via e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 (commit) via 25ec2636816ea141fc070e4d5cee41e6f25d4940 (commit) via 5170663d16dfa6591c465e060ee42370a8b3e6dc (commit) from 0c428e3ffb31cef94df5d570f03e544365512a4d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e0bb8435bf26d9a4855d7cb9eeb1623b0041a097 Author: James Peach Date: Fri Jan 14 15:34:44 2011 -0800 www: Update dcerpc.org hostnames. Our SSL certs require a "*.dcerpc.org" name. "dcerpc.org" won't work. commit 25ec2636816ea141fc070e4d5cee41e6f25d4940 Author: George Colley Date: Wed Jan 5 17:48:47 2011 -0800 Bump build version to dcerpc-42 commit 5170663d16dfa6591c465e060ee42370a8b3e6dc Author: Christopher Ryan Date: Tue Jan 4 14:04:46 2011 -0800 rename pointer_t to dce_pointer_t ----------------------------------------------------------------------- Summary of changes: DCERPC-Info.plist | 2 +- dcerpc.xcodeproj/project.pbxproj | 8 +- dcerpc/include/dce/aix5.2.0.0/dce.h | 4 +- dcerpc/include/dce/darwin/dce.h | 4 +- dcerpc/include/dce/freebsd6.0/dce.h | 4 +- dcerpc/include/dce/hpux11.11/dce.h | 4 +- dcerpc/include/dce/linux-gnu/dce.h | 4 +- dcerpc/include/dce/solaris2.10/dce.h | 4 +- dcerpc/include/dce/solaris2.8/dce.h | 4 +- dcerpc/include/dce/solaris2.9/dce.h | 4 +- dcerpc/include/dce/stubbase.h | 2 +- dcerpc/ncklib/cn.h | 16 +- dcerpc/ncklib/cnasgsm.h | 4 +- dcerpc/ncklib/cnassm.h | 8 +- dcerpc/ncklib/cnassoc.c | 24 ++-- dcerpc/ncklib/cnassoc.h | 12 +- dcerpc/ncklib/cnbind.c | 2 +- dcerpc/ncklib/cncall.c | 20 +- dcerpc/ncklib/cncasgsm.c | 24 ++-- dcerpc/ncklib/cncassm.c | 346 +++++++++++++++++----------------- dcerpc/ncklib/cncclsm.c | 116 ++++++------ dcerpc/ncklib/cnclsm.h | 20 +- dcerpc/ncklib/cncthd.c | 2 +- dcerpc/ncklib/cncthd.h | 2 +- dcerpc/ncklib/cnfbuf.c | 8 +- dcerpc/ncklib/cnfbuf.h | 2 +- dcerpc/ncklib/cnnet.c | 12 +- dcerpc/ncklib/cnnet.h | 2 +- dcerpc/ncklib/cnp.h | 14 +- dcerpc/ncklib/cnrcvr.c | 6 +- dcerpc/ncklib/cnsasgsm.c | 64 +++--- dcerpc/ncklib/cnsassm.c | 316 ++++++++++++++++---------------- dcerpc/ncklib/cnsclsm.c | 176 +++++++++--------- dcerpc/ncklib/cnsm.c | 4 +- dcerpc/ncklib/cnsm.h | 4 +- dcerpc/ncklib/com.h | 18 +- dcerpc/ncklib/comauth.c | 2 +- dcerpc/ncklib/comauth.h | 2 +- dcerpc/ncklib/comcthd.c | 8 +- dcerpc/ncklib/comcthd.h | 2 +- dcerpc/ncklib/comep.c | 12 +- dcerpc/ncklib/comfork.c | 14 +- dcerpc/ncklib/cominit.c | 2 +- dcerpc/ncklib/commonp.h | 2 +- dcerpc/ncklib/comnet.c | 6 +- dcerpc/ncklib/comnetp.h | 2 +- dcerpc/ncklib/comprot.h | 2 +- dcerpc/ncklib/dg.h | 8 +- dcerpc/ncklib/dgcall.c | 4 +- dcerpc/ncklib/dgcall.h | 2 +- dcerpc/ncklib/dgccall.c | 2 +- dcerpc/ncklib/dgccall.h | 2 +- dcerpc/ncklib/dgcct.c | 6 +- dcerpc/ncklib/dgexec.c | 2 +- dcerpc/ncklib/dgexec.h | 2 +- dcerpc/ncklib/dglsn.c | 2 +- dcerpc/ncklib/dgscall.c | 4 +- dcerpc/ncklib/dgsct.c | 6 +- dcerpc/ncklib/dgslsn.c | 2 +- dcerpc/ncklib/dgsoc.c | 2 +- dcerpc/ncklib/dgxq.c | 2 +- dcerpc/ncklib/gssauth.c | 4 +- dcerpc/ncklib/gssauthcn.c | 32 ++-- dcerpc/ncklib/noauth.c | 2 +- dcerpc/ncklib/noauth.h | 2 +- dcerpc/ncklib/noauthcn.c | 28 ++-- dcerpc/ncklib/noauthdg.c | 4 +- dcerpc/ncklib/noauthdg.h | 4 +- dcerpc/ncklib/rpclist.c | 12 +- dcerpc/ncklib/rpclist.h | 40 ++-- dcerpc/ncklib/rpcmem.c | 10 +- dcerpc/ncklib/rpcmem.h | 10 +- dcerpc/ncklib/rpctimer.c | 6 +- dcerpc/ncklib/rpctimer.h | 10 +- dcerpc/ncklib/schnauth.c | 2 +- dcerpc/ncklib/schnauth.h | 2 +- dcerpc/ncklib/schnauthcn.c | 36 ++-- www/Sitefile | 2 +- www/content/contributing.txt | 4 +- www/content/source.txt | 4 +- www/layouts/default.txt | 8 +- 81 files changed, 794 insertions(+), 794 deletions(-) hooks/post-receive -- DCERPC