Author: jra
Date: 2006-09-02 06:28:48 + (Sat, 02 Sep 2006)
New Revision: 18004
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18004
Log:
If you're writing out a krb5.conf, at least
get the syntax right... :-).
Jeremy.
Modified:
branches/SAMBA_3_0/source/libad
Author: jra
Date: 2006-09-02 05:55:47 + (Sat, 02 Sep 2006)
New Revision: 18003
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18003
Log:
Creating a directory and getting EEXIST isn't an error.
Jeremy.
Modified:
branches/SAMBA_3_0/source/libads/kerberos.c
Ch
Author: jra
Date: 2006-09-02 04:53:04 + (Sat, 02 Sep 2006)
New Revision: 18002
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18002
Log:
Improved debug.
Jeremy.
Modified:
branches/SAMBA_3_0/source/libads/kerberos.c
Changeset:
Modified: branches/SAMBA_3_0/so
Author: jra
Date: 2006-09-02 04:50:08 + (Sat, 02 Sep 2006)
New Revision: 18001
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18001
Log:
Proper error reporting on write/close fail.
Jeremy.
Modified:
branches/SAMBA_3_0/source/libads/kerberos.c
Changeset:
Mod
Author: jra
Date: 2006-09-02 04:46:27 + (Sat, 02 Sep 2006)
New Revision: 18000
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18000
Log:
Get nelem/size args right for x_fwrite.
Jeremy.
Modified:
branches/SAMBA_3_0/source/libads/kerberos.c
Changeset:
Modifie
Author: jra
Date: 2006-09-02 03:42:55 + (Sat, 02 Sep 2006)
New Revision: 17999
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17999
Log:
No need to prevent others from reading. Use 755 instead
of 700, and 644 instead of 600. Reading might help
debugging.
Jeremy.
Author: idra
Date: 2006-09-02 02:41:26 + (Sat, 02 Sep 2006)
New Revision: 17998
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17998
Log:
start working on syntaxes
Added:
branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/schema_syntax.c
branches/SAMBA_4_0
Author: jra
Date: 2006-09-02 02:04:41 + (Sat, 02 Sep 2006)
New Revision: 17997
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17997
Log:
Ensure lockdir exists for winbindd. Store tmp
krb5.conf files under lockdir, not privatedir.
Jeremy.
Modified:
branches/SA
Metze,
> > + event_add_timed(c->event_ctx, c,
> > + timeval_current_ofs(DCERPC_REQUEST_TIMEOUT, 0),
> > + dcerpc_connect_timeout_handler, c);
>
> we should maybe check the result of event_add_timed(),
> but I know we don't do in a lot of places...
maybe w
Author: jra
Date: 2006-09-02 01:34:37 + (Sat, 02 Sep 2006)
New Revision: 17996
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17996
Log:
Don't talloc free the memory then reference it. Doh !
Jeremy.
Modified:
branches/SAMBA_3_0/source/libads/kerberos.c
Chan
Author: jra
Date: 2006-09-02 01:33:13 + (Sat, 02 Sep 2006)
New Revision: 17995
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17995
Log:
Ensure we create the domain-specific krb5 files in a
separate directory.
Jeremy.
Modified:
branches/SAMBA_3_0/source/libad
Author: jra
Date: 2006-09-02 01:23:08 + (Sat, 02 Sep 2006)
New Revision: 17994
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17994
Log:
Add debugs that showed me why my site code wasn't
working right. Don't update the server site when we
have a client one...
Jer
URL: http://build.samba.org/
--- /home/build/master/cache/broken_results.txt.old 2006-09-01
00:00:04.0 +
+++ /home/build/master/cache/broken_results.txt 2006-09-02 00:00:04.0
+
@@ -1,19 +1,19 @@
-Build status as of Fri Sep 1 00:00:02 2006
+Build status as of Sat Sep
Author: deryck
Date: 2006-09-01 15:33:01 + (Fri, 01 Sep 2006)
New Revision: 1035
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1035
Log:
Bump old release announcement to history page.
Modified:
trunk/history/index.html
Changeset:
Modified: trunk/histo
> Volker, when you get a minute can you let me know what problem this
> patch fixed so I can find a different approach?
no need - I see the problem now :-)
I moved strnlen() and timegm() to lib/ldb/replace/ without thinking
that some binaries (such as the asn1_compiler) don't link to libldb,
bu
Author: tridge
Date: 2006-09-01 14:23:17 + (Fri, 01 Sep 2006)
New Revision: 17993
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17993
Log:
as metze pointed out, the composite_error() already calls the async
handler, so don't call composite_done()
Modified:
Author: tridge
Date: 2006-09-01 12:37:17 + (Fri, 01 Sep 2006)
New Revision: 17992
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17992
Log:
reverted r17842
This needs more consideration, as the patch removed the copyright
notice and license from the timegm.c co
Author: jerry
Date: 2006-09-01 11:49:40 + (Fri, 01 Sep 2006)
New Revision: 1034
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1034
Log:
announce 3.0.23c
Added:
trunk/history/samba-3.0.23c.html
Modified:
trunk/devel/index.html
trunk/header_columns.ht
Hi Tridge,
> /*
> + handle timeouts of a dcerpc connect
> +*/
> +static void dcerpc_connect_timeout_handler(struct event_context *ev,
> struct timed_event *te,
> +struct timeval t, void *private)
> +{
> + struct composite_context *c = talloc_get_type(p
Author: abartlet
Date: 2006-09-01 10:41:27 + (Fri, 01 Sep 2006)
New Revision: 17991
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17991
Log:
Implement a few more calls (with not implemented :-).
Remove references to dnsDomain, replace with references to dnsRoot
Author: tridge
Date: 2006-09-01 10:33:55 + (Fri, 01 Sep 2006)
New Revision: 17990
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17990
Log:
added timeout checking on dcerpc connection establishment. This should
fix the problem on some build farm hosts where we w
Author: abartlet
Date: 2006-09-01 07:28:25 + (Fri, 01 Sep 2006)
New Revision: 17989
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17989
Log:
Add RPC-NETLOGON as a test we now run against Samba4.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/script/tes
Author: abartlet
Date: 2006-09-01 07:22:33 + (Fri, 01 Sep 2006)
New Revision: 17988
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17988
Log:
Add 'not for Samba4' hacks into the RPC-NETLOGON torture test.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/t
Author: abartlet
Date: 2006-09-01 07:21:13 + (Fri, 01 Sep 2006)
New Revision: 17987
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17987
Log:
Make the LSA pipe listen on the \pipe\netlogon interface.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/librpc
24 matches
Mail list logo