summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r24114: merge from SAMBA_3_2:Stefan Metzmacher2007-08-012-2/+6
| | | | | | | some little fixes to get the correct error message when using "clustering = yes" and ctdbd isn't running metze
* r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl>Volker Lendecke2007-07-311-1/+1
|
* r24105: merge from SAMBA_3_2:Stefan Metzmacher2007-07-311-3/+20
| | | | | | | add some useful debug messages, as not all LDAP libraries support wrapping hooks... metze
* r24099: merge from SAMBA_3_2:Stefan Metzmacher2007-07-311-61/+32
| | | | | | | | | - make use of the ads_service_principal abstraction also for the "GSSAPI" sasl mech. - also use the ads_kinit_password() fallback logic from the "GSS-SPNEGO" sasl mech. metze
* r24096: merge from SAMBA_3_2:Stefan Metzmacher2007-07-311-0/+20
| | | | | | | add one more fallback alternative to construct the principal metze
* r24094: merge from SAMBA_3_2:Stefan Metzmacher2007-07-311-88/+146
| | | | | | move gssapi/krb5 principal handling into a function metze
* r24087: Fix bug 4836, patch by Matthijs Kooijman <matthijs@stdin.nl>. Thanks!Volker Lendecke2007-07-311-1/+1
| | | | Volker
* r24073: merge from SAMBA_3_2:Stefan Metzmacher2007-07-302-1/+18
| | | | | | | Add "client ldap sasl wrapping" parameter. Possible values are "plain" (default), "sign" or "seal". metze
* r24071: Fix a missing END_PROFILE callVolker Lendecke2007-07-301-0/+1
|
* r24070: Apply some constVolker Lendecke2007-07-291-1/+1
|
* 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
|