1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4
Stefan Metzmacher 148235a009 r8148: - make the PAC generation code a bit more readable and add some outof memory checks
- move to handmodified pull/push code for PAC_BUFFER
  to get the _ndr_size field and the subcontext size right

- after looking closely to the sample w2k3 PAC in our torture test (and some more in my archive)
  I found out that the first uint32 before the netr_SamInfo3 was also a pointer,
  (and we passed a NULL pointer there before, so I think that was the reason why the windows clients doesn't want our PAC)

  w2k3 uses this for unique pointers:

  ptr = ndr->ptr_count * 4;
  ptr |= 0x00020000;
  ndr->ptr_count;

- do one more pull/push round with the sample PAC

metze
(This used to be commit 0eee179415)
2007-10-10 13:19:13 -05:00
..
auth r8148: - make the PAC generation code a bit more readable and add some outof memory checks 2007-10-10 13:19:13 -05:00
build r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are 2007-10-10 13:19:09 -05:00
cldap_server r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
client r7916: - got rid of the in_client global 2007-10-10 13:18:49 -05:00
codepages r42: importing .cvsignore files 2007-10-10 12:50:40 -05:00
dsdb r7925: small tidyup (please keep lines at a reasonable length) 2007-10-10 13:18:51 -05:00
gtk r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. 2007-10-10 13:18:53 -05:00
heimdal_build r8135: fix the linking on my SuSE 7.3 box 2007-10-10 13:19:12 -05:00
include r8148: - make the PAC generation code a bit more readable and add some outof memory checks 2007-10-10 13:19:13 -05:00
intl r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
kdc r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are 2007-10-10 13:19:09 -05:00
ldap_server r7918: fixed a crash bug in the ldap server 2007-10-10 13:18:50 -05:00
lib r8146: fix compiler warning 2007-10-10 13:19:12 -05:00
libads r6485: Move LDAP detection M4 file and use it for the standalone ldb build 2007-10-10 13:16:19 -05:00
libcli r8134: remove unused var 2007-10-10 13:19:12 -05:00
libnet r8136: remove unused var 2007-10-10 13:19:12 -05:00
librpc r8148: - make the PAC generation code a bit more readable and add some outof memory checks 2007-10-10 13:19:13 -05:00
nbt_server r7955: we should not free a struct which is passed as a parameter, to a function 2007-10-10 13:18:53 -05:00
nsswitch r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be 2007-10-10 13:17:35 -05:00
ntptr r8091: fix invalid attribute names s/_/-/g 2007-10-10 13:19:07 -05:00
ntvfs r8122: more fixes from testing dos error code handling against w2k3 2007-10-10 13:19:11 -05:00
param r7966: We need a better way to do this, but enable the KDC by default, if we 2007-10-10 13:18:54 -05:00
passdb r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab 2007-10-10 13:18:41 -05:00
po first public release of samba4 code 2003-08-13 01:53:07 +00:00
rpc_server r8109: Try to print out more helpful debug messages on DCERPC server-side 2007-10-10 13:19:09 -05:00
script r8124: added a set of file sharing tests that pass against w2k3 2007-10-10 13:19:11 -05:00
scripting r8114: fixed the build after tpots ejs commit .... 2007-10-10 13:19:10 -05:00
setup r8056: make the realm lowercase in our ldb (better matches w2k3) 2007-10-10 13:19:03 -05:00
smb_server r8119: fixed two error code returns in the smb server now that we have 2007-10-10 13:19:10 -05:00
smbd r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
torture r8148: - make the PAC generation code a bit more readable and add some outof memory checks 2007-10-10 13:19:13 -05:00
utils r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. 2007-10-10 13:18:53 -05:00
web_server r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
winbind r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
aclocal.m4 r7274: Move m4 files to seperate dir 2007-10-10 13:17:35 -05:00
autogen.sh r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd 2007-10-10 13:18:18 -05:00
config.guess put config.guess in the right place! 2003-08-13 02:06:45 +00:00
config.list r8069: the beginnings of code to allow rpc calls to be made from ejs 2007-10-10 13:19:04 -05:00
config.sub first public release of samba4 code 2003-08-13 01:53:07 +00:00
configure.developer r322: use the -C option to configure for developers (makes a huge speed difference) 2007-10-10 12:51:32 -05:00
configure.in r7850: Support mkdir() with just one parameter. Patch from 2007-10-10 13:18:42 -05:00
configure.nodebug.developer first public release of samba4 code 2003-08-13 01:53:07 +00:00
configure.tridge.opt first public release of samba4 code 2003-08-13 01:53:07 +00:00
dynconfig.c r6982: install the swat pages with 'make installswat' 2007-10-10 13:17:02 -05:00
install-sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
VERSION r412: as we decide to not do 3.0.2a releases anymore, 2007-10-10 12:51:37 -05:00