summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke2007-07-291-1/+1
|
* r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke2007-07-291-9/+6
|
* r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke2007-07-281-1/+1
|
* r24066: Fix memleak found by Volker. We don't leak keys now with MIT and ↵Günther Deschner2007-07-271-0/+1
| | | | | | Heimdal. Guenther
* r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke2007-07-271-3/+0
|
* r24063: merge from SAMBA_3_2:Stefan Metzmacher2007-07-271-1/+2
| | | | | | | fix logic for broken krb5 libs which always force sign and seal... metze
* r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke2007-07-261-0/+3
| | | | | | | | Jeremy, Günther, please review! Thanks, Volker
* r24055: Remove a reference to the outdated samba-docs mailing list. This entireGerald Carter2007-07-261-3/+3
| | | | README really needs to be overhauled at some point.
* r24054: Fix some warningsVolker Lendecke2007-07-261-2/+2
|
* r24050: Fix a typoVolker Lendecke2007-07-251-1/+3
|
* r24049: Some more 64-bit warningsVolker Lendecke2007-07-252-3/+5
|
* r24048: Fix the C++ warnings in our version of poptVolker Lendecke2007-07-253-30/+32
|
* r24047: With -Wmissing-prototypes these two always generate warnings. TheyVolker Lendecke2007-07-251-0/+14
| | | | should be properly prototyped. For now, gloss over the warning.
* r24045: merge from SAMBA_3_2:Stefan Metzmacher2007-07-251-1/+309
| | | | | | add support for krb5 sign and seal in LDAP via "GSS-SPNEGO" metze
* r24044: Fix an uninitialized variable warningVolker Lendecke2007-07-251-1/+1
|
* r24043: merge from SAMBA_3_0 (r22092-r22093):Stefan Metzmacher2007-07-254-12/+19
| | | | | | | | | | | | - make spnego_parse_auth_response() more generic and not specific for NTLMSSP - it's possible that the server sends a mechOID and authdata if negResult != SPNEGO_NEG_RESULT_INCOMPLETE, but we still force the mechOID to be present if negResult == SPNEGO_NEG_RESULT_INCOMPLETE - send also the correct OID_KERBEROS5 not only the broken OID_KERBEROS_OLD one. metze
* r24040: merge from SAMBA_3_2:Stefan Metzmacher2007-07-251-1/+1
| | | | | | remove unused global variable... metze
* r24038: merge from SAMBA_3_2:Stefan Metzmacher2007-07-251-2/+4
| | | | | | only setup sasl wrapping after a successful bind metze
* r24036: Fix dfs rename bug in smbclient reported by Thomas Bork ↵Jeremy Allison2007-07-241-5/+14
| | | | | | | <tombork@web.de>. Couldn't rename file as we weren't DFS enabling the target path. Jeremy.
* r24034: Print the full cluster pid in print_lock_structVolker Lendecke2007-07-241-2/+2
|
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-07-241-4/+5
| | | | recursively
* r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke2007-07-242-0/+16
| | | | and receives messages to other nodes... :-)
* r24031: Fix some 64 bit warningsVolker Lendecke2007-07-241-3/+4
|
* r24030: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-07-241-5/+8
| | | | | | the claim_connection() must come after the sockets are open metze
* r24028: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-07-242-0/+34
| | | | | | | | | add in any cluster addresses. We need to response to these, but not listen on them. This allows us to run nmbd on every node in the cluster, and have all of them register with a WINS server correctly metze
* r24026: packet_send() expects DATA_BLOB elements as vaargsStefan Metzmacher2007-07-241-3/+3
| | | | | | and not TDB_DATA metze
* r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner2007-07-241-9/+3
| | | | Guenther
* r24023: Correctly support REG_BINARY in registry_push_value() andGünther Deschner2007-07-241-2/+6
| | | | | | registry_pull_value(). Guenther
* r24022: use MSG_BROADCAST_PID_STR as value for broadcast messagesStefan Metzmacher2007-07-242-2/+6
| | | | | | | | to fix the cluster case vl: please check, if this works with clustering = no metze
* r24020: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-07-241-8/+23
| | | | | | | use a timed event to make sure the timelimit is correctly handled in smbcontrol when waiting for messages metze
* r24018: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-07-241-14/+22
| | | | | | add add_trusted_domain() can return NULL metze
* r24016: merge RHEL4-CTDB packaging stuff fromStefan Metzmacher2007-07-2415-0/+1292
| | | | | | http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/ metze
* r24014: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-07-241-1/+1
| | | | | | fixed prototype metze
* r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and toVolker Lendecke2007-07-231-1/+1
| | | | | | Timur I. Bakeyev for bugging me :-) Volker
* r24007: Attempt to fix the build on host "gwen". The Makefile ended up with anVolker Lendecke2007-07-231-2/+2
| | | | empty line.
* r24005: Attempt to fix the build on host deckchairVolker Lendecke2007-07-231-1/+1
|
* r23996: One more constVolker Lendecke2007-07-231-1/+1
|
* r23992: Some constVolker Lendecke2007-07-221-2/+2
|
* r23991: Some constVolker Lendecke2007-07-222-2/+2
|
* r23990: Reformatting for 80 cols and trailing whitespaceVolker Lendecke2007-07-221-11/+18
|
* r23989: For testing purposes, add "echo" to smbclientVolker Lendecke2007-07-221-0/+19
|
* r23988: Looks a lot more scary than it is: This just unwraps the else-branch of Volker Lendecke2007-07-211-67/+74
| | | | | | | if (smb_messages[type].fn == NULL) { into the function top-level. Makes this function a bit easier to understand IMO. Volker
* r23987: Remove static pid in switch_message()Volker Lendecke2007-07-211-5/+3
| | | | | There's no point in duplicating functionality that exists in sys_getpid() that also only used in a debug statement
* r23986: Some constVolker Lendecke2007-07-212-6/+14
|
* r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:Michael Adam2007-07-201-23/+60
| | | | | | | | | If restoring a backup fails due to lack of space, remove the corrupt tdb previously moved away to "name.corrupt", and retry. If restoring still fails, move the backup in place instead of copying it. Michael
* r23980: Fix one more use of pwrite in expand_file.Michael Adam2007-07-201-1/+10
| | | | Michael
* r23979: Fix another occurence of (written != requested) as anMichael Adam2007-07-201-5/+22
| | | | | | | | | error condition to write. This is in tdb_new_database. Fix one call to tdb_new_database in tdb_open_ex to not overwrite the newly propagated errno (typically ENOSPC). Michael
* r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam2007-07-201-7/+20
| | | | | | | | | | | | | | | | | | | * prevent infinite loops due to 0 bytes written: try once more. if we still get 0 as return, set errno to ENOSPC and return -1 (error) * replace int by correct types (ssize_t and size_t). * print a warning log message in case "written < requested to write" usually this means, that the next call to pwrite will fail with return value -1 and set errno accordingly. Note that the former error condition "written != requested to write" is not a correct error condition of write/pwrite. If this is due to an error, a subsequent call to (p)write will reveal the cause (typically "no space left on device" - ENOSPC). Michael
* r23976: Move authdata.o to LIBADS_SERVER_OBJ.Günther Deschner2007-07-191-2/+2
| | | | Guenther
* r23975: Enhance some debug output.Michael Adam2007-07-191-2/+4
|