svn commit: samba r9711 - in branches/SOC/SAMBA_4_0: . source source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/dsdb/samdb source/heimdal source/heimdal/kdc source/heimdal/lib source/heimdal/lib/asn1 source/heimdal/lib/gssapi source/heimdal/lib/hdb source/heimdal/lib/krb5 source/heimdal/lib/roken source/heimdal/lib/vers source/heimdal_build source/include source/lib source/lib/events source/lib/ldb source/lib/ldb/common source/lib/ldb/ldb_map source/lib/ldb/samba source/lib/ldb/tests source/lib/ldb/tools source/lib/samba3 source/lib/socket source/libcli/raw source/libcli/resolve source/libnet source/param source/pidl/lib/Parse/Pidl/Ethereal source/rpc_server/lsa source/rpc_server/samr source/script source/scripting/ejs source/scripting/libjs source/torture/auth source/torture/ldap source/torture/nbt swat/desktop swat/install swat/scripting/client

brad at samba.org brad at samba.org
Sun Aug 28 13:14:13 GMT 2005


Author: brad
Date: 2005-08-28 13:14:10 +0000 (Sun, 28 Aug 2005)
New Revision: 9711

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

Log:
 r9654 at buttercup:  idra | 2005-08-26 10:12:25 -0600
 
 introduce the samdb_search_dn call
 
 
 r9663 at buttercup:  deryck | 2005-08-26 13:55:22 -0600
 Portability fix for IE.
 
 deryck
 
 r9668 at buttercup:  deryck | 2005-08-26 15:58:57 -0600
 Cross-browser fix for IE, when adding scripts on the fly.
 
 deryck
 
 r9671 at buttercup:  tridge | 2005-08-26 19:42:20 -0600
 patch from Kai Blin fixing a bug in our base64 encoder
 
 r9672 at buttercup:  jelmer | 2005-08-26 20:10:28 -0600
 Fix build for compilers that don't like undefined-length arrays at the end of structs...
 
 r9674 at buttercup:  tridge | 2005-08-27 00:29:12 -0600
  r9678 at blu:  tridge | 2005-08-27 16:32:30 +1000
  - removed the initial provision button. It is just way too confusing.
  We should have a separate 'migration' page instead, but in the
  meantime to migrate please use the command line
  
  - added a check for a blank password. If blank, then ask them
   to reenter it
  
 
 r9677 at buttercup:  tpot | 2005-08-27 02:47:35 -0600
 Don't generate duplicate function names when processing structure elements
 that are bitmaps or enums.
 
 r9678 at buttercup:  abartlet | 2005-08-27 05:26:50 -0600
 Remove unused variables.
 
 Andrew Bartlett
 
 r9680 at buttercup:  abartlet | 2005-08-27 05:49:06 -0600
 Update Heimdal to current lorikeet-heimdal (which was itself updated
 to Heimdal CVS as of 2005-08-27).
 
 Andrew Bartlett
 
 r9681 at buttercup:  abartlet | 2005-08-27 06:23:37 -0600
 We don't need the full smb_krb5_context here, so just pass the krb5_context.
 
 Andrew Bartlett
 
 r9682 at buttercup:  tpot | 2005-08-27 06:24:02 -0600
 Jelmer, I think this fixes another case where the parser generator was
 producing duplicate function definitions.  Can you check this out?
 
 r9683 at buttercup:  tpot | 2005-08-27 06:39:56 -0600
 OK that last fix was too good to be true.  (-:
 
 r9684 at buttercup:  jelmer | 2005-08-27 06:56:24 -0600
 Remove unused parameters (about 70)
 
 r9685 at buttercup:  jelmer | 2005-08-27 09:13:15 -0600
 Add tests for samba3sam mapping module
 Fix a couple of bugs
 Move samba3sam backend to lib/ldb/
 Remove some more unused parameters
 
 r9686 at buttercup:  jelmer | 2005-08-27 10:33:42 -0600
 Another round of bugfixes. Works somewhat now, when running under valgrind ;-)
 
 r9689 at buttercup:  jelmer | 2005-08-27 12:30:00 -0600
 valgrind-clean now. Editing works now mostly, you just lose half of your 
 database every time you do it...
 
 r9690 at buttercup:  jelmer | 2005-08-27 13:46:28 -0600
 Extend test + fix several bugs
 
 r9693 at buttercup:  abartlet | 2005-08-27 16:15:29 -0600
 Move the smb_krb5_context setup code to use the new pattern of
 tmp_ctx, then steal at the last moment, on success.
 
 andrew Bartlett
 
 r9696 at buttercup:  abartlet | 2005-08-27 16:48:39 -0600
 Update prototypes for new name of short parsing function.
 
 Andrew Bartlett
 
 r9698 at buttercup:  jelmer | 2005-08-27 17:47:17 -0600
 Fix a bit of memory management
 More minor bugfixes
 Support mapping objectclasses and do mapping on 'dn' field as well (not just msg->dn)
 
 r9699 at buttercup:  jelmer | 2005-08-27 18:34:14 -0600
 Add as much attributes the current Samba4 SAM has to the mapping table (ignoring most of them, currently..)
 
 r9700 at buttercup:  jelmer | 2005-08-27 19:37:27 -0600
 Change DATA_BLOB in ejs back to struct datablob
 Support writing idmap mappings to winbind.ldif
 
 r9701 at buttercup:  abartlet | 2005-08-27 19:54:27 -0600
 Provide correct parameters.
 
 Andrew Bartlett
 
 r9702 at buttercup:  tridge | 2005-08-27 20:37:14 -0600
  r9680 at blu:  tridge | 2005-08-27 18:45:08 +1000
  - fixed ncacn_ip_tcp to use the generic async name resolution methods,
    so NBT names now work (as requested several times by abartlet!)
  
  - changed resolve_name() to take an event_context, so it doesn't cause
    the whole process to block
  
  - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner
    event_context_find() call 
  
 
 r9703 at buttercup:  tridge | 2005-08-27 20:37:27 -0600
  r9683 at blu:  tridge | 2005-08-27 18:56:05 +1000
  added a comment about event_context_find()
 
 r9704 at buttercup:  tridge | 2005-08-27 20:37:38 -0600
  r9684 at blu:  tridge | 2005-08-27 19:38:31 +1000
  don't try to call the name resolver on non-ipv4 names!
  
 
 r9705 at buttercup:  tridge | 2005-08-27 20:37:49 -0600
  r9685 at blu:  tridge | 2005-08-27 19:43:44 +1000
  set the backend_name on socket_accept() too
 
 r9706 at buttercup:  tridge | 2005-08-27 20:38:00 -0600
  r11042 at blu:  tridge | 2005-08-28 12:40:09 +1000
  a NULL expression is valid in a ldb search
 
 r9707 at buttercup:  tridge | 2005-08-27 20:38:11 -0600
  r11080 at blu:  tridge | 2005-08-28 12:41:12 +1000
  make sure we leave the account enabled after creating a new user
 
 r9710 at buttercup:  deryck | 2005-08-28 06:05:43 -0600
 Filename change for clarity's sake.
 
 deryck
 

Added:
   branches/SOC/SAMBA_4_0/source/heimdal/lib/vers/
   branches/SOC/SAMBA_4_0/source/heimdal/lib/vers/print_version.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/samba/samba3sam.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/tests/samba3.ldif
   branches/SOC/SAMBA_4_0/source/lib/ldb/tests/test-samba3sam.sh
   branches/SOC/SAMBA_4_0/swat/scripting/client/desktop.js
Removed:
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/print_version.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/ldb_samba3.c
   branches/SOC/SAMBA_4_0/swat/scripting/client/swat.js
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/
   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/clikrb5.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/auth/ntlmssp/ntlmssp_sign.c
   branches/SOC/SAMBA_4_0/source/dsdb/samdb/samdb.c
   branches/SOC/SAMBA_4_0/source/heimdal/fix-export
   branches/SOC/SAMBA_4_0/source/heimdal/kdc/kdc_locl.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/gen.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/gen_decode.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/gen_encode.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/gen_length.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/gen_locl.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/k5.asn1
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/main.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/parse.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/asn1/parse.y
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/display_status.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/external.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/hdb/hdb-protos.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/hdb/hdb.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/hdb/mkey.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/get_host_realm.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/krb5-private.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/principal.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/resolve.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/setprogname.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/strpool.c
   branches/SOC/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SOC/SAMBA_4_0/source/include/smb.h
   branches/SOC/SAMBA_4_0/source/include/structs.h
   branches/SOC/SAMBA_4_0/source/lib/db_wrap.c
   branches/SOC/SAMBA_4_0/source/lib/events/events.c
   branches/SOC/SAMBA_4_0/source/lib/events/events.h
   branches/SOC/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/config.mk
   branches/SOC/SAMBA_4_0/source/lib/ldb/ldb_map/ldb_map.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/ldb_map/ldb_map.h
   branches/SOC/SAMBA_4_0/source/lib/ldb/tests/
   branches/SOC/SAMBA_4_0/source/lib/ldb/tools/cmdline.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/config.mk
   branches/SOC/SAMBA_4_0/source/lib/samba3/idmap.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/samba3.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/upgrade.c
   branches/SOC/SAMBA_4_0/source/lib/socket/connect.c
   branches/SOC/SAMBA_4_0/source/lib/socket/socket.c
   branches/SOC/SAMBA_4_0/source/lib/socket/socket.h
   branches/SOC/SAMBA_4_0/source/lib/socket/socket_ipv4.c
   branches/SOC/SAMBA_4_0/source/lib/socket/socket_ipv6.c
   branches/SOC/SAMBA_4_0/source/lib/socket/socket_unix.c
   branches/SOC/SAMBA_4_0/source/libcli/raw/clisocket.c
   branches/SOC/SAMBA_4_0/source/libcli/resolve/resolve.c
   branches/SOC/SAMBA_4_0/source/libnet/libnet_samsync_ldb.c
   branches/SOC/SAMBA_4_0/source/param/loadparm.c
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
   branches/SOC/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
   branches/SOC/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
   branches/SOC/SAMBA_4_0/source/rpc_server/samr/samr_password.c
   branches/SOC/SAMBA_4_0/source/script/find_unused_options.sh
   branches/SOC/SAMBA_4_0/source/scripting/ejs/mprutil.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_ldb.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_nbt.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_rpc.c
   branches/SOC/SAMBA_4_0/source/scripting/libjs/provision.js
   branches/SOC/SAMBA_4_0/source/torture/auth/pac.c
   branches/SOC/SAMBA_4_0/source/torture/ldap/cldapbench.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/dgram.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/query.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/register.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/wins.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/winsbench.c
   branches/SOC/SAMBA_4_0/source/torture/nbt/winsreplication.c
   branches/SOC/SAMBA_4_0/swat/desktop/index.esp
   branches/SOC/SAMBA_4_0/swat/install/provision.esp
   branches/SOC/SAMBA_4_0/swat/scripting/client/js_scripts.js
   branches/SOC/SAMBA_4_0/swat/scripting/client/status.js


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


More information about the samba-cvs mailing list