bbaumbach/samba-autobuild/.git
2007-10-10 Stefan Metzmacherr12123: handle fde == NULL at the correct level
2007-10-10 Stefan Metzmacherr12122: add forward declaration for packet_context
2007-10-10 Stefan Metzmacherr12121: remove some dublicate code
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Stefan Metzmacherr12115: bring SMB sesssetup_spnego in sync with SMB2...
2007-10-10 Stefan Metzmacherr12114: - smb2_keepalive() acts on the smb2_transport
2007-10-10 Stefan Metzmacherr12113: in SMB2 we should only allocate a new session
2007-10-10 Rafal Szczesniakr12105: Formatting.
2007-10-10 Rafal Szczesniakr12104: Move to (sync) smb_composite_connect from smbcl...
2007-10-10 Rafal Szczesniakr12103: Comments and a bit of formatting.
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Stefan Metzmacherr12101: revert my last commit, I breaks the build and...
2007-10-10 Stefan Metzmacherr12095: the most SMB2 opcodes need a valid session...
2007-10-10 Stefan Metzmacherr12094: - implement dummy smb2srv_tcon()
2007-10-10 Stefan Metzmacherr12093: add missing file
2007-10-10 Stefan Metzmacherr12092: - add dummy functions for the missing SMB2...
2007-10-10 Stefan Metzmacherr12091: the SMB2 specific level are not available via SMB
2007-10-10 Stefan Metzmacherr12090: use the _trigger_error() function in the function
2007-10-10 Rafal Szczesniakr12089: Couple of fixes in cases of memory outage befor...
2007-10-10 Rafal Szczesniakr12088: Use a structure to pass arguments to dcerpc...
2007-10-10 Rafal Szczesniakr12087: Split dcerpc pipe connection functions into...
2007-10-10 Andrew Tridgellr12086: reverted the utf8string change in xattr.idl...
2007-10-10 Andrew Tridgellr12085: wkssvc.idl updated based on work by Ronnie...
2007-10-10 Andrew Tridgellr12084: added a comment on what is appropriate for...
2007-10-10 Andrew Tridgellr12082: fixed a valgrind error found by kukks in the...
2007-10-10 Rafal Szczesniakr12079: Fix to the comment for sake of completness...
2007-10-10 Stefan Metzmacherr12078: fix the build on hosts with old compilers
2007-10-10 Stefan Metzmacherr12075: remove NBT-WINSREPLICATION-QUICK test, as we...
2007-10-10 Stefan Metzmacherr12074: in accept() we need to set socket name of the...
2007-10-10 Stefan Metzmacherr12073: fix vlgrind error, calculate the correct size...
2007-10-10 Stefan Metzmacherr12072: fix sgroup,active,owned vs. sgroup,non-active...
2007-10-10 Stefan Metzmacherr12071: - implement MHOMED merging
2007-10-10 Stefan Metzmacherr12070: make sure a unique record with multiple address...
2007-10-10 Stefan Metzmacherr12069: fix typo
2007-10-10 Stefan Metzmacherr12068: a better fix to prevent crashing, on errors
2007-10-10 Stefan Metzmacherr12067: print out some more details
2007-10-10 Stefan Metzmacherr12066: - add a unique,active,owner vs. unique,active...
2007-10-10 Stefan Metzmacherr12065: fix compiler warning
2007-10-10 Andrew Tridgellr12064: pass back the socket level error correctly...
2007-10-10 Andrew Tridgellr12063: fixed the krb5 client code to handle ICMP port...
2007-10-10 Andrew Bartlettr12062: SASL negotiation now requires a gensec_security...
2007-10-10 Andrew Bartlettr12061: Add missing file to previous commit. This...
2007-10-10 Andrew Bartlettr12060: Work towards allowing the credentials system...
2007-10-10 Andrew Bartlettr12059: Use random keytab names (so we get different...
2007-10-10 Andrew Bartlettr12058: Set an anonymous fallback, if the machine accou...
2007-10-10 Andrew Tridgellr12057: fixed authentication in ldb client tools
2007-10-10 Andrew Bartlettr12056: Some clarification fixes for the keytab code...
2007-10-10 Andrew Bartlettr12037: Fix malloc corruption caused by double-free...
2007-10-10 Andrew Bartlettr12036: Fix more KDC memory leaks (and there are probab...
2007-10-10 Andrew Bartlettr12035: Fix memory leaks in the KDC.
2007-10-10 Stefan Metzmacherr12024: do some extra sleeping to give the server the...
2007-10-10 Stefan Metzmacherr12023: use the NBTD IRPC proxy calls for implementing...
2007-10-10 Stefan Metzmacherr12022: add NBTD IRPC proxy calls for wins challenge...
2007-10-10 Stefan Metzmacherr12021: remove shortpath for winsdb_lookup, this isn...
2007-10-10 Stefan Metzmacherr12020: fix memory hierachie
2007-10-10 Stefan Metzmacherr12019: - let us only reference libblkid stuff in one...
2007-10-10 Andrew Tridgellr12016: fixed a valgrind error
2007-10-10 Stefan Metzmacherr12014: free the irpc_request structure with the irpc_c...
2007-10-10 Stefan Metzmacherr12013: fix compiler warnings
2007-10-10 Stefan Metzmacherr12012: fix renaming smbsrv_trees -> smbsrv_tcons
2007-10-10 Andrew Tridgellr12011: fixed another 'mixed code and declarations...
2007-10-10 Andrew Tridgellr12010: - added support for domain specific SID codes...
2007-10-10 Andrew Tridgellr12009: made the LOCAL-SDDL test less verbose by defaul...
2007-10-10 Andrew Tridgellr12008: added a simple LOCAL-SDDL test suite. Only...
2007-10-10 Andrew Tridgellr12007: fixed a valgrind error in the SMB2-SETINFO...
2007-10-10 Andrew Tridgellr12006: don't require callers to fill in pad bytes...
2007-10-10 Andrew Tridgellr12005: added a SDDL (Security Descriptor Description...
2007-10-10 Andrew Tridgellr12004: added some SEC_ADS_* security flags. Needed...
2007-10-10 Rafal Szczesniakr12001: Replace smbcli_full_connection call with compos...
2007-10-10 Andrew Bartlettr12000: Update to current lorikeet-heimdal, including...
2007-10-10 Stefan Metzmacherr11997: for multidimentional array like this:
2007-10-10 Stefan Metzmacherr11996: don't overwrite the buffercode
2007-10-10 Andrew Bartlettr11995: A big kerberos-related update.
2007-10-10 Andrew Bartlettr11994: This function no longer needs a special declara...
2007-10-10 Andrew Bartlettr11993: As well as making an in-MEMORY keytab, allow...
2007-10-10 Andrew Bartlettr11992: Potentially allow SPNEGO to be disabled (as...
2007-10-10 Andrew Bartlettr11991: Null termainte the list of backends. (Makes...
2007-10-10 Andrew Bartlettr11990: Set the password set time as 'now', so it isn...
2007-10-10 Andrew Bartlettr11989: Rather than grabbing the machine account detail...
2007-10-10 Andrew Bartlettr11988: Setup the sessionInfo just before the connect...
2007-10-10 Andrew Bartlettr11987: Clarify the accountExpires behaviour in the...
2007-10-10 Andrew Tridgellr11984: LGPL on header and testsuite as well
2007-10-10 Andrew Tridgellr11983: make talloc LGPL. This makes more sense given...
2007-10-10 Andrew Tridgellr11982: ensure the fde event gets freed before the...
2007-10-10 Andrew Tridgellr11981: we should allocate request specific memory...
2007-10-10 Andrew Tridgellr11980: ronnie worked out that opcode 0xb in SMB2 is...
2007-10-10 Stefan Metzmacherr11974: only look at $pl->{POINTER_TYPE} when $pl is...
2007-10-10 Stefan Metzmacherr11973: make it easier to find bugs
2007-10-10 Stefan Metzmacherr11972: handle [noejs] property also on functions
2007-10-10 Stefan Metzmacherr11971: add nbt specific continue wrapper
2007-10-10 Andrew Tridgellr11970: fixed a valgrind error. The auth info from...
2007-10-10 Andrew Tridgellr11969: got rid of the very annoying 'failed to open...
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Tim Potterr11965: Try to fix some 64-bit warnings.
2007-10-10 Jelmer Vernooijr11959: Use DOS_errors array for displaying WERROR...
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Andrew Tridgellr11957: fixed up code meant for debugging
2007-10-10 Andrew Tridgellr11956: removed the old rootdse.ldif, and the provision...
2007-10-10 Andrew Tridgellr11955: got rid of the old rootDSE code in the ldap...
next