svn commit: samba r4359 - in branches/SAMBA_4_0/source/rpc_server: .

2004-12-25 Thread metze
Author: metze Date: 2004-12-25 14:01:19 + (Sat, 25 Dec 2004) New Revision: 4359 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4359 Log: using talloc_free() of a child struct in a talloc_destructor is useless metze Modified:

svn commit: samba r4360 - in branches/SAMBA_4_0/source/librpc/rpc: .

2004-12-25 Thread metze
Author: metze Date: 2004-12-25 14:06:55 + (Sat, 25 Dec 2004) New Revision: 4360 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4360 Log: destroy the gensec context metze Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c Changeset: Modified:

svn commit: samba r4361 - in branches/SAMBA_4_0/source/libcli/raw: .

2004-12-25 Thread metze
Author: metze Date: 2004-12-25 14:12:31 + (Sat, 25 Dec 2004) New Revision: 4361 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4361 Log: fix the build metze Modified: branches/SAMBA_4_0/source/libcli/raw/clisession.c Changeset: Modified:

svn commit: samba r4362 - in branches/SAMBA_4_0/source/build/m4: .

2004-12-25 Thread jelmer
Author: jelmer Date: 2004-12-25 21:49:21 + (Sat, 25 Dec 2004) New Revision: 4362 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4362 Log: dlopen() doesn't imply -ldl Should fix the build on several *BSD systems that have dlopen() in libc Modified:

svn commit: samba r4363 - in branches/SAMBA_4_0/source/build/m4: .

2004-12-25 Thread jelmer
Author: jelmer Date: 2004-12-25 22:18:12 + (Sat, 25 Dec 2004) New Revision: 4363 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4363 Log: value none required is set if no library is needed (autoconf does this the same way) Modified: