Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8 | Volker Lendecke | 2007-07-29 | 1 | -1/+1 |
| | |||||
* | r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above. | Volker Lendecke | 2007-07-29 | 1 | -9/+6 |
| | |||||
* | r24067: Fix a type mismatch found by the IBM checker | Volker Lendecke | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | r24066: Fix memleak found by Volker. We don't leak keys now with MIT and ↵ | Günther Deschner | 2007-07-27 | 1 | -0/+1 |
| | | | | | | Heimdal. Guenther | ||||
* | r24065: According to gd, this breaks heimdal. Thanks for checking! | Volker Lendecke | 2007-07-27 | 1 | -3/+0 |
| | |||||
* | r24063: merge from SAMBA_3_2: | Stefan Metzmacher | 2007-07-27 | 1 | -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 Lendecke | 2007-07-26 | 1 | -0/+3 |
| | | | | | | | | Jeremy, Günther, please review! Thanks, Volker | ||||
* | r24055: Remove a reference to the outdated samba-docs mailing list. This entire | Gerald Carter | 2007-07-26 | 1 | -3/+3 |
| | | | | README really needs to be overhauled at some point. | ||||
* | r24054: Fix some warnings | Volker Lendecke | 2007-07-26 | 1 | -2/+2 |
| | |||||
* | r24050: Fix a typo | Volker Lendecke | 2007-07-25 | 1 | -1/+3 |
| | |||||
* | r24049: Some more 64-bit warnings | Volker Lendecke | 2007-07-25 | 2 | -3/+5 |
| | |||||
* | r24048: Fix the C++ warnings in our version of popt | Volker Lendecke | 2007-07-25 | 3 | -30/+32 |
| | |||||
* | r24047: With -Wmissing-prototypes these two always generate warnings. They | Volker Lendecke | 2007-07-25 | 1 | -0/+14 |
| | | | | should be properly prototyped. For now, gloss over the warning. | ||||
* | r24045: merge from SAMBA_3_2: | Stefan Metzmacher | 2007-07-25 | 1 | -1/+309 |
| | | | | | | add support for krb5 sign and seal in LDAP via "GSS-SPNEGO" metze | ||||
* | r24044: Fix an uninitialized variable warning | Volker Lendecke | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | r24043: merge from SAMBA_3_0 (r22092-r22093): | Stefan Metzmacher | 2007-07-25 | 4 | -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 Metzmacher | 2007-07-25 | 1 | -1/+1 |
| | | | | | | remove unused global variable... metze | ||||
* | r24038: merge from SAMBA_3_2: | Stefan Metzmacher | 2007-07-25 | 1 | -2/+4 |
| | | | | | | only setup sasl wrapping after a successful bind metze | ||||
* | r24036: Fix dfs rename bug in smbclient reported by Thomas Bork ↵ | Jeremy Allison | 2007-07-24 | 1 | -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_struct | Volker Lendecke | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | r24033: We need to be able to cope with packet_handler calling itself | Volker Lendecke | 2007-07-24 | 1 | -4/+5 |
| | | | | recursively | ||||
* | r24032: It helps testing tremendously if the cluster messaging actually sends | Volker Lendecke | 2007-07-24 | 2 | -0/+16 |
| | | | | and receives messages to other nodes... :-) | ||||
* | r24031: Fix some 64 bit warnings | Volker Lendecke | 2007-07-24 | 1 | -3/+4 |
| | |||||
* | r24030: merge from http://samba.org/~tridge/samba_3_2_ctdb/: | Stefan Metzmacher | 2007-07-24 | 1 | -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 Metzmacher | 2007-07-24 | 2 | -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 vaargs | Stefan Metzmacher | 2007-07-24 | 1 | -3/+3 |
| | | | | | | and not TDB_DATA metze | ||||
* | r24024: Minor cleanup in ads_parse_gp_ext(). | Günther Deschner | 2007-07-24 | 1 | -9/+3 |
| | | | | Guenther | ||||
* | r24023: Correctly support REG_BINARY in registry_push_value() and | Günther Deschner | 2007-07-24 | 1 | -2/+6 |
| | | | | | | registry_pull_value(). Guenther | ||||
* | r24022: use MSG_BROADCAST_PID_STR as value for broadcast messages | Stefan Metzmacher | 2007-07-24 | 2 | -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 Metzmacher | 2007-07-24 | 1 | -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 Metzmacher | 2007-07-24 | 1 | -14/+22 |
| | | | | | | add add_trusted_domain() can return NULL metze | ||||
* | r24016: merge RHEL4-CTDB packaging stuff from | Stefan Metzmacher | 2007-07-24 | 15 | -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 Metzmacher | 2007-07-24 | 1 | -1/+1 |
| | | | | | | fixed prototype metze | ||||
* | r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and to | Volker Lendecke | 2007-07-23 | 1 | -1/+1 |
| | | | | | | Timur I. Bakeyev for bugging me :-) Volker | ||||
* | r24007: Attempt to fix the build on host "gwen". The Makefile ended up with an | Volker Lendecke | 2007-07-23 | 1 | -2/+2 |
| | | | | empty line. | ||||
* | r24005: Attempt to fix the build on host deckchair | Volker Lendecke | 2007-07-23 | 1 | -1/+1 |
| | |||||
* | r23996: One more const | Volker Lendecke | 2007-07-23 | 1 | -1/+1 |
| | |||||
* | r23992: Some const | Volker Lendecke | 2007-07-22 | 1 | -2/+2 |
| | |||||
* | r23991: Some const | Volker Lendecke | 2007-07-22 | 2 | -2/+2 |
| | |||||
* | r23990: Reformatting for 80 cols and trailing whitespace | Volker Lendecke | 2007-07-22 | 1 | -11/+18 |
| | |||||
* | r23989: For testing purposes, add "echo" to smbclient | Volker Lendecke | 2007-07-22 | 1 | -0/+19 |
| | |||||
* | r23988: Looks a lot more scary than it is: This just unwraps the else-branch of | Volker Lendecke | 2007-07-21 | 1 | -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 Lendecke | 2007-07-21 | 1 | -5/+3 |
| | | | | | There's no point in duplicating functionality that exists in sys_getpid() that also only used in a debug statement | ||||
* | r23986: Some const | Volker Lendecke | 2007-07-21 | 2 | -6/+14 |
| | |||||
* | r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb: | Michael Adam | 2007-07-20 | 1 | -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 Adam | 2007-07-20 | 1 | -1/+10 |
| | | | | Michael | ||||
* | r23979: Fix another occurence of (written != requested) as an | Michael Adam | 2007-07-20 | 1 | -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 Adam | 2007-07-20 | 1 | -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 Deschner | 2007-07-19 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | r23975: Enhance some debug output. | Michael Adam | 2007-07-19 | 1 | -2/+4 |
| |