Author: brad Date: 2005-08-05 15:20:43 +0000 (Fri, 05 Aug 2005) New Revision: 9118
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9118 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-05 09:25:04 -0600 [EMAIL PROTECTED]: j0j0 | 2005-08-05 09:23:04 -0600 [EMAIL PROTECTED] (orig r9067): lmuelle | 2005-08-04 11:32:05 -0600 Use the right variable name in the example too. [EMAIL PROTECTED] (orig r9068): lmuelle | 2005-08-04 11:33:10 -0600 Move # sign. [EMAIL PROTECTED] (orig r9070): mimir | 2005-08-04 13:59:57 -0600 More fields in ejs credentials object. rafal [EMAIL PROTECTED] (orig r9071): mimir | 2005-08-04 14:22:25 -0600 Set real and workstation fields in ejs credentials object. rafal [EMAIL PROTECTED] (orig r9074): tridge | 2005-08-04 15:00:38 -0600 cope with a null ntvfs context in disconnect, so the destructor that runs on a failed ntvfs init works [EMAIL PROTECTED] (orig r9077): metze | 2005-08-04 17:43:05 -0600 HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocket this should fix the build on sun1 metze [EMAIL PROTECTED] (orig r9078): metze | 2005-08-04 17:56:18 -0600 - move charset stuff to lib/charset - don't use the global $LIBS variable for -liconv as $LIBS is not used anymore should fix the build on solaris 10 metze [EMAIL PROTECTED] (orig r9081): jelmer | 2005-08-04 18:30:21 -0600 Work on new ethereal parser generator, partially based on Ronnie Sahlberg's idl2eth.c [EMAIL PROTECTED] (orig r9082): tridge | 2005-08-04 18:31:06 -0600 added the ECMA functions encodeURIComponent() and decodeURIComponent(), which I am using as part of my object linearisation code [EMAIL PROTECTED] (orig r9084): abartlet | 2005-08-04 18:41:53 -0600 'resign' the sample PAC for the validation of the signature algorithms. If we ever get problems with the kerberos code, it should show up as a different signature in this PAC. This involved returning more data from the pac functions, so changed some callers and split up some functions. Andrew Bartlett [EMAIL PROTECTED] (orig r9085): abartlet | 2005-08-04 18:56:21 -0600 Missing structs.h entry. Andrew Bartlett [EMAIL PROTECTED] (orig r9088): jelmer | 2005-08-04 18:59:24 -0600 More ethereal parser generator updates [EMAIL PROTECTED] (orig r9089): tpot | 2005-08-04 19:04:45 -0600 Start generating module init and top level ejs functions for smb_interfaces. [EMAIL PROTECTED] (orig r9090): mimir | 2005-08-04 19:23:06 -0600 Another field in usermod function - account flags. rafal [EMAIL PROTECTED] (orig r9092): tpot | 2005-08-04 19:23:35 -0600 Generate some more stub functions. [EMAIL PROTECTED] (orig r9094): jelmer | 2005-08-04 19:57:45 -0600 More ethereal parser updates, only header fields left to fix + actual data call [EMAIL PROTECTED] (orig r9096): tpot | 2005-08-04 22:36:31 -0600 Spelling. [EMAIL PROTECTED] (orig r9099): tpot | 2005-08-04 22:50:32 -0600 Start generating code to pull/push fields. Generate functions to call the smb_raw_foo() calls. [EMAIL PROTECTED] (orig r9101): tpot | 2005-08-04 23:26:58 -0600 Check in file generated by Parse::YAPP. [EMAIL PROTECTED] (orig r9102): tpot | 2005-08-04 23:32:39 -0600 Generate files in $srcdir/libcli/gen_raw instead of $srcdir. Start fixing compile problems in generated output. [EMAIL PROTECTED] (orig r9104): jelmer | 2005-08-05 01:16:07 -0600 Finish ethereal parser generator. Still a couple of minor issues remaining to get it to generate completely compilable code. [EMAIL PROTECTED] (orig r9105): metze | 2005-08-05 02:09:43 -0600 match the prototype of netdb.h this should fix the build on solaris 10 lha can that be merged to the main heimdal if that apears to not break the build on other platforms metze [EMAIL PROTECTED] (orig r9106): metze | 2005-08-05 04:11:22 -0600 look for something more usefull in the -lnsl (this is for solaris) metze [EMAIL PROTECTED] (orig r9107): metze | 2005-08-05 04:51:45 -0600 try to get the build on solaris going... metze [EMAIL PROTECTED] (orig r9108): metze | 2005-08-05 04:52:53 -0600 try to get aix building... metze [EMAIL PROTECTED] (orig r9109): metze | 2005-08-05 05:13:48 -0600 set HAVE_GAI_STRERROR when the function was found donnot know whz this doesnnot go without this patch metze [EMAIL PROTECTED] (orig r9110): metze | 2005-08-05 05:34:36 -0600 use printf again metyze [EMAIL PROTECTED] (orig r9111): metze | 2005-08-05 05:56:02 -0600 actually use the roken inet_aton when nothing was found metze Added: branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/Conformance.pm branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR.pm branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/inet_aton.c branches/SOC/SAMBA_4_0/source/lib/charset/ branches/SOC/SAMBA_4_0/source/lib/charset/charcnv.c branches/SOC/SAMBA_4_0/source/lib/charset/config.m4 branches/SOC/SAMBA_4_0/source/lib/charset/config.mk branches/SOC/SAMBA_4_0/source/lib/charset/iconv.c Removed: branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR/ branches/SOC/SAMBA_4_0/source/lib/charcnv.c branches/SOC/SAMBA_4_0/source/lib/iconv.c branches/SOC/SAMBA_4_0/source/lib/iconv.m4 Modified: branches/SOC/SAMBA_4_0/ branches/SOC/SAMBA_4_0/source/VERSION branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_krb5.c branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos.h branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c branches/SOC/SAMBA_4_0/source/build/m4/rewrite.m4 branches/SOC/SAMBA_4_0/source/build/pidl/pidl branches/SOC/SAMBA_4_0/source/build/pidl/smb_interfaces.pm branches/SOC/SAMBA_4_0/source/configure.in branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/gai_strerror.c branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/roken.h branches/SOC/SAMBA_4_0/source/heimdal_build/config.m4 branches/SOC/SAMBA_4_0/source/heimdal_build/config.mk branches/SOC/SAMBA_4_0/source/include/structs.h branches/SOC/SAMBA_4_0/source/kdc/pac-glue.c branches/SOC/SAMBA_4_0/source/libnet/composite.h branches/SOC/SAMBA_4_0/source/libnet/userman.c branches/SOC/SAMBA_4_0/source/main.mk branches/SOC/SAMBA_4_0/source/ntvfs/ntvfs_interface.c branches/SOC/SAMBA_4_0/source/script/build_smb_interfaces.pl branches/SOC/SAMBA_4_0/source/scripting/ejs/mprutil.c branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_string.c branches/SOC/SAMBA_4_0/source/torture/auth/pac.c branches/SOC/SAMBA_4_0/source/torture/libnet/userman.c Changeset: Sorry, the patch is too large (5891 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9118
