svn commit: samba r9065 - in branches/SOC/SAMBA_4_0: . source source/build/pidl/Parse/Pidl/Samba source/build/smb_build source/heimdal_build source/include source/libcli/util source/libnet source/ntvfs/posix source/script source/scripting/ejs source/torture source/torture/basic source/torture/libnet source/torture/raw

brad at samba.org brad at samba.org
Thu Aug 4 16:54:04 GMT 2005


Author: brad
Date: 2005-08-04 16:54:01 +0000 (Thu, 04 Aug 2005)
New Revision: 9065

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

Log:
 r5272 at buttercup:  j0j0 | 2005-08-04 10:56:01 -0600
  r at buttercup:  j0j0 | 2005-08-04 10:54:14 -0600
   r5254 at buttercup (orig r9037):  mimir | 2005-08-03 20:51:26 -0600
   New fields in usermod function - allow_password_change and
   force_password_change datetime.
   
   
   rafal
   
   
   r5255 at buttercup (orig r9038):  lmuelle | 2005-08-03 20:59:19 -0600
   Revert svn rev 414.  Discussed with Jerry and Metze.
   
   We need the option to add an 'a' if we're already in pre or rc state
   with the next release.
   
   Bugzilla Bug 2618
   
   r5256 at buttercup (orig r9042):  tridge | 2005-08-03 22:20:26 -0600
   fixed the valgrind error in the RAW-SFILEINFO test
   
   
   
   
   
   
   r5257 at buttercup (orig r9043):  tridge | 2005-08-03 22:20:43 -0600
   fixed return code in RAW-STREAMS test
   
   
   
   
   
   
   
   r5258 at buttercup (orig r9044):  tridge | 2005-08-03 22:21:03 -0600
   added a comment so you can see what this test does :-)
   
   
   
   
   
   
   
   
   r5259 at buttercup (orig r9045):  tridge | 2005-08-03 22:21:52 -0600
   be friendly towards servers that don't understand the 'share' form for tconx, instead of the \\server\share
   form
   
   
   
   
   
   
   
   
   
   r5260 at buttercup (orig r9046):  tridge | 2005-08-03 22:23:08 -0600
   fixed display of privileges in RAW-ACLS test
   
   
   
   
   
   
   
   
   
   
   r5261 at buttercup (orig r9047):  tridge | 2005-08-03 22:23:40 -0600
   show the order of the server/correct output to make it easier to demo this test ;)
   
   
   
   
   
   
   
   
   
   
   
   r5262 at buttercup (orig r9048):  tridge | 2005-08-03 22:24:37 -0600
   added a new DOS error code (thanks to EMC)
   
   r5263 at buttercup (orig r9049):  metze | 2005-08-03 22:45:42 -0600
   - add property dependencies to include/proto.h
   - make some stuff easier
   
   metze
   r5264 at buttercup (orig r9050):  metze | 2005-08-03 22:53:06 -0600
   fix make pch all
   
   metze
   r5265 at buttercup (orig r9052):  jelmer | 2005-08-03 23:23:07 -0600
   Support lex/yacc compilers without support for -o
   
   r5266 at buttercup (orig r9053):  jelmer | 2005-08-03 23:46:17 -0600
   Change order of dependencies (.h files are used when creating the 
   two compilers used for generating the rest of the heimdal files)
   
   r5267 at buttercup (orig r9054):  tridge | 2005-08-04 00:14:34 -0600
   removed incorrect paranoia check on opening streams (this caused RAW-STREAMS to fail)
   
   
   r5268 at buttercup (orig r9055):  metze | 2005-08-04 00:52:58 -0600
   fix header generation for string_array and some other  scalar types
   the are actualy mapped to pointers in the api
   
   metze
   r5269 at buttercup (orig r9059):  tridge | 2005-08-04 10:10:13 -0600
   add a basic credentials object for mimir
   
   
   
   r5270 at buttercup (orig r9060):  metze | 2005-08-04 10:11:26 -0600
   prepend not overwrite the libs
   
   metze
  
 

Added:
   branches/SOC/SAMBA_4_0/source/script/lex_compile.sh
   branches/SOC/SAMBA_4_0/source/script/yacc_compile.sh
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/VERSION
   branches/SOC/SAMBA_4_0/source/aclocal.m4
   branches/SOC/SAMBA_4_0/source/build/pidl/Parse/Pidl/Samba/Header.pm
   branches/SOC/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SOC/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SOC/SAMBA_4_0/source/include/doserr.h
   branches/SOC/SAMBA_4_0/source/libcli/util/nterr.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/posix/pvfs_open.c
   branches/SOC/SAMBA_4_0/source/script/mkversion.sh
   branches/SOC/SAMBA_4_0/source/scripting/ejs/config.mk
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls.c
   branches/SOC/SAMBA_4_0/source/torture/basic/denytest.c
   branches/SOC/SAMBA_4_0/source/torture/libnet/userman.c
   branches/SOC/SAMBA_4_0/source/torture/raw/acls.c
   branches/SOC/SAMBA_4_0/source/torture/raw/context.c
   branches/SOC/SAMBA_4_0/source/torture/raw/open.c
   branches/SOC/SAMBA_4_0/source/torture/raw/setfileinfo.c
   branches/SOC/SAMBA_4_0/source/torture/raw/streams.c
   branches/SOC/SAMBA_4_0/source/torture/torture_util.c


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


More information about the samba-cvs mailing list