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: [EMAIL PROTECTED]: idra | 2005-08-26 10:12:25 -0600 introduce the samdb_search_dn call [EMAIL PROTECTED]: deryck | 2005-08-26 13:55:22 -0600 Portability fix for IE. deryck [EMAIL PROTECTED]: deryck | 2005-08-26 15:58:57 -0600 Cross-browser fix for IE, when adding scripts on the fly. deryck [EMAIL PROTECTED]: tridge | 2005-08-26 19:42:20 -0600 patch from Kai Blin fixing a bug in our base64 encoder [EMAIL PROTECTED]: jelmer | 2005-08-26 20:10:28 -0600 Fix build for compilers that don't like undefined-length arrays at the end of structs... [EMAIL PROTECTED]: tridge | 2005-08-27 00:29:12 -0600 [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: tpot | 2005-08-27 02:47:35 -0600 Don't generate duplicate function names when processing structure elements that are bitmaps or enums. [EMAIL PROTECTED]: abartlet | 2005-08-27 05:26:50 -0600 Remove unused variables. Andrew Bartlett [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: 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? [EMAIL PROTECTED]: tpot | 2005-08-27 06:39:56 -0600 OK that last fix was too good to be true. (-: [EMAIL PROTECTED]: jelmer | 2005-08-27 06:56:24 -0600 Remove unused parameters (about 70) [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: jelmer | 2005-08-27 10:33:42 -0600 Another round of bugfixes. Works somewhat now, when running under valgrind ;-) [EMAIL PROTECTED]: 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... [EMAIL PROTECTED]: jelmer | 2005-08-27 13:46:28 -0600 Extend test + fix several bugs [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: abartlet | 2005-08-27 16:48:39 -0600 Update prototypes for new name of short parsing function. Andrew Bartlett [EMAIL PROTECTED]: 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) [EMAIL PROTECTED]: 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..) [EMAIL PROTECTED]: jelmer | 2005-08-27 19:37:27 -0600 Change DATA_BLOB in ejs back to struct datablob Support writing idmap mappings to winbind.ldif [EMAIL PROTECTED]: abartlet | 2005-08-27 19:54:27 -0600 Provide correct parameters. Andrew Bartlett [EMAIL PROTECTED]: tridge | 2005-08-27 20:37:14 -0600 [EMAIL PROTECTED]: 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 [EMAIL PROTECTED]: tridge | 2005-08-27 20:37:27 -0600 [EMAIL PROTECTED]: tridge | 2005-08-27 18:56:05 +1000 added a comment about event_context_find() [EMAIL PROTECTED]: tridge | 2005-08-27 20:37:38 -0600 [EMAIL PROTECTED]: tridge | 2005-08-27 19:38:31 +1000 don't try to call the name resolver on non-ipv4 names! [EMAIL PROTECTED]: tridge | 2005-08-27 20:37:49 -0600 [EMAIL PROTECTED]: tridge | 2005-08-27 19:43:44 +1000 set the backend_name on socket_accept() too [EMAIL PROTECTED]: tridge | 2005-08-27 20:38:00 -0600 [EMAIL PROTECTED]: tridge | 2005-08-28 12:40:09 +1000 a NULL expression is valid in a ldb search [EMAIL PROTECTED]: tridge | 2005-08-27 20:38:11 -0600 [EMAIL PROTECTED]: tridge | 2005-08-28 12:41:12 +1000 make sure we leave the account enabled after creating a new user [EMAIL PROTECTED]: 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
