summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke1-1/+1
2007-10-10r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke1-9/+6
2007-10-10r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke1-1/+1
2007-10-10r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...Günther Deschner1-0/+1
2007-10-10r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke1-3/+0
2007-10-10r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher1-1/+2
2007-10-10r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke1-0/+3
2007-10-10r24057: Fix some uninitialized variables found by the IBM checkerVolker Lendecke1-0/+11
2007-10-10r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...Volker Lendecke2-186/+249
2007-10-10r24055: Remove a reference to the outdated samba-docs mailing list. This entireGerald Carter1-3/+3
2007-10-10r24054: Fix some warningsVolker Lendecke1-2/+2
2007-10-10r24050: Fix a typoVolker Lendecke1-1/+3
2007-10-10r24049: Some more 64-bit warningsVolker Lendecke2-3/+5
2007-10-10r24048: Fix the C++ warnings in our version of poptVolker Lendecke3-30/+32
2007-10-10r24047: With -Wmissing-prototypes these two always generate warnings. TheyVolker Lendecke1-0/+14
2007-10-10r24046: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r24044: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher1-1/+309
2007-10-10r24039: remove unused global variable...Stefan Metzmacher1-1/+1
2007-10-10r24037: only setup sasl wrapping after a successful bindStefan Metzmacher1-2/+4
2007-10-10r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web....Jeremy Allison1-5/+14
2007-10-10r24034: Print the full cluster pid in print_lock_structVolker Lendecke1-2/+2
2007-10-10r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke1-4/+5
2007-10-10r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke2-0/+16
2007-10-10r24031: Fix some 64 bit warningsVolker Lendecke1-3/+4
2007-10-10r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher1-5/+8
2007-10-10r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2-0/+34
2007-10-10r24025: packet_send() expects DATA_BLOB elements as vaargsStefan Metzmacher1-3/+3
2007-10-10r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner1-9/+3
2007-10-10r24023: Correctly support REG_BINARY in registry_push_value() andGünther Deschner1-2/+6
2007-10-10r24021: use MSG_BROADCAST_PID_STR as value for broadcast messagesStefan Metzmacher2-2/+6
2007-10-10r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher1-8/+23
2007-10-10r24017: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher1-14/+22
2007-10-10r24015: merge RHEL4-CTDB packaging stuff fromStefan Metzmacher15-0/+1292
2007-10-10r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher1-1/+1
2007-10-10r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8Volker Lendecke1-13/+5
2007-10-10r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and toVolker Lendecke1-1/+1
2007-10-10r24007: Attempt to fix the build on host "gwen". The Makefile ended up with anVolker Lendecke1-2/+2
2007-10-10r24006: Some more paranoia in reply_negprotVolker Lendecke1-2/+12
2007-10-10r24005: Attempt to fix the build on host deckchairVolker Lendecke1-1/+1
2007-10-10r24004: Convert reply_checkpath to the new APIVolker Lendecke2-17/+24
2007-10-10r24003: Convert reply_tcon_and_X to the new APIVolker Lendecke2-45/+73
2007-10-10r24002: Convert reply_negprot to the new APIVolker Lendecke2-91/+115
2007-10-10r24001: Separate out the parsing of the client's requested protocolsVolker Lendecke1-29/+66
2007-10-10r24000: Add message_push_blob() and message_push_string().Volker Lendecke2-0/+61
2007-10-10r23999: Convert reply_open_and_XVolker Lendecke3-71/+105
2007-10-10r23998: Convert reply_close to the new APIVolker Lendecke3-19/+28
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke10-395/+782
2007-10-10r23996: One more constVolker Lendecke1-1/+1
2007-10-10r23992: Some constVolker Lendecke1-2/+2