1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/script
Andrew Tridgell c23e01d049 the beginnings of a new scheme I've working on to allow an easier
head/tng merge.

It goes something like this:

- headers from tng get copied over one at a time

- the old headers get renamed to *_old.h

- server side code that used the old headers gets a
  #define OLD_NTDOMAIN 1
  #undef OLD_NTDOMAIN
  at the start and end of the code

- mkproto.awk recognises these special defines and does magic stuff so
  that each .c file sees the right headers

- we start moving the rpc client libraries from tng to head.

if this goes OK then, in theory, we should be able to move the client
side rpc code from tng to head without disturbing the existing head
server side code. Then when that works we can consider merging the
server side.

it remains to be seen if this scheme will work. So far I've moved
rpc_samr.h and don't seem to have broken anything.

Note this this is still a very delicate operation, as at every step of
the way I want to keep head fully functional. Please don't take part
unless you discuss it with me first.
(This used to be commit f76c037255)
2000-05-09 13:28:19 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
addtosmbpass Updates to the scripts for the new 14-char space format of account 1998-09-24 22:35:16 +00:00
convert_smbpasswd Realise this needs to be without the '.sh' ending as we will be 1998-11-05 02:50:17 +00:00
extract_allparms.sh Useful script to extract all parameters out of the loadparm.c file 1998-11-05 22:08:47 +00:00
installbin.sh first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
installcp.sh first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
installman.sh Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. 1998-11-17 20:50:07 +00:00
installscripts.sh first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
installswat.sh first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
makeunicodecasemap.awk Samba now includes a full ucs2 upper to lower case (and vica versa) map table. 1999-12-23 01:57:43 +00:00
makeyodldocs.sh first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
mknissmbpasswd.sh adding copyright messages for Benny Holmgren 1998-05-15 14:48:25 +00:00
mknissmbpwdtbl.sh adding copyright messages for Benny Holmgren 1998-05-15 14:48:25 +00:00
mkproto.awk the beginnings of a new scheme I've working on to allow an easier 2000-05-09 13:28:19 +00:00
mksmbpasswd.sh Updates to the scripts for the new 14-char space format of account 1998-09-24 22:35:16 +00:00
revert.sh fixed the installation scripts for the new layout 1998-08-10 01:55:42 +00:00
smbtar first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
uninstallbin.sh fixed the installation scripts for the new layout 1998-08-10 01:55:42 +00:00
uninstallcp.sh Adding codepage definition files and codepage file compiler/decompiler. 1997-08-30 01:13:39 +00:00
uninstallman.sh Now uninstalls man pages from correct source location. 1998-11-27 21:32:08 +00:00
uninstallscripts.sh fixed the installation scripts for the new layout 1998-08-10 01:55:42 +00:00
updatesmbpasswd.sh Initial version imported to CVS 1996-05-04 07:50:46 +00:00