svn commit: samba r9313 - in branches/SOC/SAMBA_4_0: . source/build/pidl/Parse/Pidl/Samba source/build/pidl/Parse/Pidl/Samba/NDR source/heimdal source/heimdal/cf source/heimdal/lib/asn1 source/heimdal/lib/gssapi source/heimdal/lib/hdb source/heimdal_build source/kdc source/lib/appweb/ejs source/libcli source/libcli/raw source/libnet source/librpc/ndr source/rpc_server/winreg source/script

brad at samba.org brad at samba.org
Tue Aug 16 01:47:19 GMT 2005


Author: brad
Date: 2005-08-16 01:47:18 +0000 (Tue, 16 Aug 2005)
New Revision: 9313

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9313

Log:
 r5434 at buttercup:  j0j0 | 2005-08-15 19:55:09 -0600
  r at buttercup:  j0j0 | 2005-08-15 19:53:45 -0600
   r5415 at buttercup (orig r9257):  metze | 2005-08-12 03:05:09 -0600
   - I assume we don't need unistd.h in this file,
     that sould fixes the build on aix
   - use "" instead of <> for includes in our tree
   
   metze
   
   r5416 at buttercup (orig r9258):  metze | 2005-08-12 03:20:32 -0600
   return is only supported in function, not in plain shell scripts
   
   metze
   
   r5417 at buttercup (orig r9259):  metze | 2005-08-12 03:31:06 -0600
   ignore more files
   
   metze
   
   r5418 at buttercup (orig r9260):  metze | 2005-08-12 03:51:40 -0600
   only overwrite destination files when the temp files was created correct
   
   metze
   
   r5419 at buttercup (orig r9279):  tpot | 2005-08-12 16:55:53 -0600
   In Samba3 debuglevel 10 used to print RPC debugs.  I think this should
   apply to Samba4 as well so change the DEBUGLEVEL > 10 to DEBUGLEVEL >= 10.
   
   r5420 at buttercup (orig r9284):  tpot | 2005-08-12 17:01:57 -0600
   Whitespace.  (-:
   
   r5421 at buttercup (orig r9291):  tpot | 2005-08-12 19:15:32 -0600
   Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't 
   seem to be used anywhere yet.
   
   r5422 at buttercup (orig r9292):  tpot | 2005-08-12 19:42:14 -0600
   More compiles fixes for autogenerated smb_interfaces ejs wrappers.
   
   Add some code to try and work out whether a smb_interface requires a
   TALLOC_CTX in the function signature.  I'm not sure whether this is
   going to work as the raw api is a bit inconsistent I think.
   
   r5423 at buttercup (orig r9295):  tpot | 2005-08-12 20:40:02 -0600
   Tridge had some good suggestions for simplifying the smb_interfaces ejs
   code.  I will try and get just the push/pull functions working rather than
   getting in a mess with trying to do everything at once.
   
   r5424 at buttercup (orig r9296):  tpot | 2005-08-12 20:47:14 -0600
   Reinstate generation of push/pull functions for each field in a struct
   or union.
   
   r5425 at buttercup (orig r9297):  tpot | 2005-08-12 20:59:56 -0600
   Add a NDR_CHECK() around each ejs push/pull.
   
   Some experimentation with the top level function calls.
   
   r5426 at buttercup (orig r9298):  tridge | 2005-08-12 21:14:47 -0600
   pull non-array elements before array elements to overcome the problem
   of arrays that have length_is() or size_is() properties that refer to
   later elements
   
   r5427 at buttercup (orig r9299):  tridge | 2005-08-12 21:16:03 -0600
   fixed the evaluation of pointer expressions that evaluate to boolean
   
   r5428 at buttercup (orig r9300):  tridge | 2005-08-12 21:17:18 -0600
   cope with zero length in ndr_pull_charset()
   
   
   r5429 at buttercup (orig r9305):  abartlet | 2005-08-14 19:38:21 -0600
   Use the check-var.m4 from roken to really, really detect h_errno correctly.
   
   This fixes the build on Fedora Core 4.
   
   Andrew Bartlett
   
   r5430 at buttercup (orig r9309):  sfrench | 2005-08-15 17:15:59 -0600
   Incorrect null pointer check in return from talloc.
   
   Found by coverity.
   
   r5431 at buttercup (orig r9310):  sfrench | 2005-08-15 17:52:15 -0600
   Add two missing return statements after null pointer checks to fix potential oops in kdc code.
   Found by coverity.
   
   r5432 at buttercup (orig r9311):  sfrench | 2005-08-15 18:01:25 -0600
   Missing  null pointer check in ejsLib
   
   Found by coverity
   
  
 

Added:
   branches/SOC/SAMBA_4_0/source/heimdal/cf/
   branches/SOC/SAMBA_4_0/source/heimdal/cf/check-var.m4
   branches/SOC/SAMBA_4_0/source/libcli/raw/rawlpq.c
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Samba/EJS.pm
   branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Samba/NDR/Server.pm
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/
   branches/SOC/SAMBA_4_0/source/heimdal/lib/hdb/
   branches/SOC/SAMBA_4_0/source/heimdal_build/config.m4
   branches/SOC/SAMBA_4_0/source/heimdal_build/krb5-types.h
   branches/SOC/SAMBA_4_0/source/kdc/hdb-ldb.c
   branches/SOC/SAMBA_4_0/source/lib/appweb/ejs/ejsLib.c
   branches/SOC/SAMBA_4_0/source/lib/appweb/ejs/ejsParser.c
   branches/SOC/SAMBA_4_0/source/libcli/config.mk
   branches/SOC/SAMBA_4_0/source/libnet/domain.c
   branches/SOC/SAMBA_4_0/source/librpc/ndr/ndr_string.c
   branches/SOC/SAMBA_4_0/source/rpc_server/winreg/README
   branches/SOC/SAMBA_4_0/source/script/build_smb_interfaces.pl
   branches/SOC/SAMBA_4_0/source/script/lex_compile.sh
   branches/SOC/SAMBA_4_0/source/script/yacc_compile.sh


Changeset:
Sorry, the patch is too large (627 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9313


More information about the samba-cvs mailing list