Build status as of Wed Jul 21 06:00:01 2010

2010-07-20 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2010-07-20 00:00:03.0 -0600 +++ /home/build/master/cache/broken_results.txt 2010-07-21 00:00:02.0 -0600 @@ -1,4 +1,4 @@ -Build status as of Tue Jul 20 06:00:01 2010 +Build status as of Wed Jul 21

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Simo Sorce
The branch, master has been updated via 26f1218... s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys via 8137f2d... misc: cleanup get_krb5_smb_session_key() via e8460b4... misc: cleanup cli_krb5_get_ticket() from 5002b3a... Add approriate TALLOC_CTX

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 5002b3a... Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL contexts. from 8df0f0e... Fix warning on 64-bit machines. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ---

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 8df0f0e... Fix warning on 64-bit machines. from cce19c5... Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL context tallocs. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via cce19c5... Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL context tallocs. from 4ed9437... Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce use of malloc, and data_blob(). http://gitweb.samba.org/?p=samb

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 4ed9437... Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce use of malloc, and data_blob(). from dc443ee... s3: Fix two uninitialized variables http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log -

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Volker Lendecke
The branch, master has been updated via dc443ee... s3: Fix two uninitialized variables from 7d17bfc... Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit() as this correctly describes what this function does. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 7d17bfc... Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit() as this correctly describes what this function does. from 8a882b6... Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, but a TokenInit on

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 8a882b6... Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, but a TokenInit one. Move to using spnego_gen_negTokenInit() instead. from 6687449... Fixes pointed out by . Free memory if not being returned to caller.

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via 6687449... Fixes pointed out by . Free memory if not being returned to caller. Remove unneeded asn1_tag_remaining() calls. from f5def28... Fix warning - no return value for a non-void fn. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=mas

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Jeremy Allison
The branch, master has been updated via f5def28... Fix warning - no return value for a non-void fn. from c58aeaa... s3: also run the test prog from the explicit external lib bug check http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log -

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Björn Jacke
The branch, master has been updated via c58aeaa... s3: also run the test prog from the explicit external lib bug check from b20e5eb... dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually represent. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master -

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Simo Sorce
The branch, master has been updated via b20e5eb... dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually represent. from 2a8399f... s3: check for explicit external lib bug in ld's as-needed code http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log -

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Björn Jacke
The branch, master has been updated via 2a8399f... s3: check for explicit external lib bug in ld's as-needed code via 0994430... s3: add configure swtich to manually disable as-needed via fa4dec3... Revert "s3: Don't use as-needed" from 4581902... s3-dcerpc: Unifiy c

[SCM] Samba Shared Repository - branch master updated

2010-07-20 Thread Andrew Bartlett
The branch, master has been updated via 4581902... s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data via a91727f... s3-auth: Add auth_ntlmssp wrapper for client side via e958b39... s3-auth: Move auth_ntlmssp wrappers in their own file via a04bbd2... s3-auth: Re