svn commit: samba r9988 - in branches/SOC/SAMBA_4_0: . source source/auth/gensec source/build/m4 source/build/smb_build source/dsdb/samdb source/heimdal/lib/krb5 source/kdc source/lib source/lib/ldb/common source/lib/ldb/modules source/lib/replace/repdir source/lib/replace/win32 source/lib/samba3 source/lib/tdr source/pidl source/pidl/lib/Parse/Pidl/Ethereal source/rpc_server/drsuapi source/rpc_server/lsa source/rpc_server/samr source/scripting/libjs source/setup source/torture/rpc source/utils testprogs/ejs

metze at samba.org metze at samba.org
Sat Sep 3 08:24:30 GMT 2005


Author: metze
Date: 2005-09-03 08:24:25 +0000 (Sat, 03 Sep 2005)
New Revision: 9988

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

Log:
 r11807 at SERNOX (orig r9918):  jelmer | 2005-09-01 23:32:43 +0200
 Fix two copy-n-paste bugs that were preventing the modification 
 of special DN's when the rdn_name or timestamps modules were in use.
 
 r11808 at SERNOX (orig r9919):  jelmer | 2005-09-01 23:34:05 +0200
 Remove debug statement from samba3sam
 Add SOC STATUS doc
 
 r11814 at SERNOX (orig r9925):  jelmer | 2005-09-02 01:06:20 +0200
 Fix swapped nt/lm password hashes - caught by Andrew Bartlett
 
 r11816 at SERNOX (orig r9927):  abartlet | 2005-09-02 01:23:22 +0200
 Extend copyright for all the hard work I've done this year.
 
 Andrew Bartlett
 
 r11817 at SERNOX (orig r9928):  abartlet | 2005-09-02 01:24:16 +0200
 ncName is a DN, and needs to use DN matching rules.
 
 Andrew Bartlett
 
 r11818 at SERNOX (orig r9929):  abartlet | 2005-09-02 01:24:47 +0200
 Fix indentation
 
 Andrew Bartlett
 
 r11819 at SERNOX (orig r9930):  abartlet | 2005-09-02 01:26:50 +0200
 Use a single samdb_base_dn() function rather than lots of silly
 searches all over the place.
 
 This can be extended to cover an NT4 (no ADS) mode in future as well.
 
 Andrew Bartlett
 
 r11820 at SERNOX (orig r9931):  abartlet | 2005-09-02 01:31:51 +0200
 Make use of new 'norealm' parsing functions rather than strchr(p '@').
 
 Merge these norealm functions from lorikeet-heimdal.
 
 Andrew Bartlett
 
 r11828 at SERNOX (orig r9939):  jpeach | 2005-09-02 05:10:42 +0200
 Add configure check for yapp.
 
 r11829 at SERNOX (orig r9940):  abartlet | 2005-09-02 05:13:04 +0200
 When guessing, don't make DEBUG(1,... errors.
 
 Andrew Bartlett
 
 r11830 at SERNOX (orig r9941):  abartlet | 2005-09-02 05:19:27 +0200
 Update the CrackNames test, and provide a much improved server-side
 DRSUAPI CrackNames.
 
 We can't pass the full cracknames test until the initial provision is
 updated, the seperate DomainControllerInfo and canonical names support
 is added.
 
 Andrew Bartlett
 
 r11831 at SERNOX (orig r9942):  abartlet | 2005-09-02 05:27:13 +0200
 CN=Configuration is always under the database-wide base dn, so don't
 try and pass it down as a parameter.
 
 Andrew Bartlett
 
 r11850 at SERNOX (orig r9948):  jelmer | 2005-09-02 13:33:35 +0200
 Be a bit less verbose
 
 r11851 at SERNOX (orig r9949):  jelmer | 2005-09-02 13:35:58 +0200
 Portability fixes for mingw32
 
 r11853 at SERNOX (orig r9951):  jelmer | 2005-09-02 14:06:25 +0200
 Add another value to the default HKLM.
 Convert Samba3 policy "refuse machine pw change" to registry value.
 
 r11860 at SERNOX (orig r9954):  metze | 2005-09-02 15:15:41 +0200
 getntacl depends on EXT_LIB_XATTR
 (maybe we need to disable this binary when EXT_LIB_XATTR isn't enabled)
 
 metze
 r11863 at SERNOX (orig r9957):  jelmer | 2005-09-02 16:05:28 +0200
 Switch to using DATA_BLOBs internally in TDR
 
 r11868 at SERNOX (orig r9959):  jelmer | 2005-09-02 16:45:40 +0200
 Fix bug where data offset was incorrect after parsing element with 
 [charset]
 
 r11889 at SERNOX (orig r9980):  tpot | 2005-09-03 02:52:34 +0200
 Fix some warnings.
 
 r11891 at SERNOX (orig r9982):  tpot | 2005-09-03 03:50:56 +0200
 Strip prefixes off the check for noemit in the conformance info so you
 can use the typedef names in the IDL rather than the autogenerated
 function names.  This means you can say "NOEMIT security_descriptor"
 instead of "NOEMIT dissect_security_descriptor_type" or whatever.
 
 r11892 at SERNOX (orig r9983):  tpot | 2005-09-03 04:06:32 +0200
 Make the NOEMIT conformance directive with no argument mean do not
 emit any dissectors for this IDL.
 
 r11893 at SERNOX (orig r9984):  tpot | 2005-09-03 04:08:25 +0200
 Honour the NOEMIT conformance directive for entire IDL files.
 

Added:
   branches/SOC/SAMBA_4_0/source/lib/samba3/STATUS
Removed:
   branches/SOC/SAMBA_4_0/source/lib/samba3/PLAN
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/auth/gensec/spnego.c
   branches/SOC/SAMBA_4_0/source/build/m4/check_perl.m4
   branches/SOC/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SOC/SAMBA_4_0/source/dsdb/samdb/samdb.c
   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/kdc/hdb-ldb.c
   branches/SOC/SAMBA_4_0/source/lib/credentials.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/modules/rdn_name.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/modules/timestamps.c
   branches/SOC/SAMBA_4_0/source/lib/replace/repdir/config.m4
   branches/SOC/SAMBA_4_0/source/lib/replace/win32/replace.h
   branches/SOC/SAMBA_4_0/source/lib/tdr/tdr.c
   branches/SOC/SAMBA_4_0/source/lib/tdr/tdr.h
   branches/SOC/SAMBA_4_0/source/main.mk
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
   branches/SOC/SAMBA_4_0/source/pidl/pidl
   branches/SOC/SAMBA_4_0/source/rpc_server/drsuapi/drsuapi_cracknames.c
   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/scripting/libjs/upgrade.js
   branches/SOC/SAMBA_4_0/source/setup/hklm.ldif
   branches/SOC/SAMBA_4_0/source/torture/rpc/drsuapi.c
   branches/SOC/SAMBA_4_0/source/utils/config.mk
   branches/SOC/SAMBA_4_0/testprogs/ejs/samba3sam


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


More information about the samba-cvs mailing list