Volker Lendecke
6e5f39379f
r24100: Convert reply_ntcancel to the new API
2007-10-10 12:29:06 -05:00
Stefan Metzmacher
cbaf44de1e
r24098: - 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
2007-10-10 12:29:06 -05:00
Volker Lendecke
08acadae56
r24097: Convert reply_ntcreate_and_X_quota to the new API
2007-10-10 12:29:06 -05:00
Stefan Metzmacher
b545667d2a
r24095: add one more fallback alternative to
...
construct the principal
metze
2007-10-10 12:29:05 -05:00
Stefan Metzmacher
83de27968d
r24093: move gssapi/krb5 principal handling into a function
...
metze
2007-10-10 12:29:05 -05:00
Volker Lendecke
247d6baaed
r24092: Convert do_ntcreate_pipe_open to the new API
...
nt_open_pipe_new() is a copy of nt_open_pipe(). It will stick for a bit
until do_nt_transact_create_pipe is converted as well.
2007-10-10 12:29:05 -05:00
Volker Lendecke
28025fc17e
r24091: Convert reply_ntcreate_and_X to the new API
...
The routines called will follow
2007-10-10 12:29:05 -05:00
Volker Lendecke
7a19b3071e
r24090: Separate parsing in reply_ntcreate_and_X
...
In particular, check if we have enough parameters
2007-10-10 12:29:05 -05:00
Volker Lendecke
1bb2b341e2
r24089: Add reply_prep/post_legacy
...
Routines to ease the transition to the new API
2007-10-10 12:29:04 -05:00
Volker Lendecke
fb0a1b7bd0
r24088: Convert reply_unlink to the new API
2007-10-10 12:29:04 -05:00
Volker Lendecke
6c3813cf65
r24087: Fix bug 4836, patch by Matthijs Kooijman <matthijs@stdin.nl>. Thanks!
...
Volker
2007-10-10 12:29:04 -05:00
Volker Lendecke
bbc99e1c3b
r24086: Convert reply_ulogoffX to the new API
2007-10-10 12:29:04 -05:00
Volker Lendecke
7689048d71
r24085: Convert reply_rmdir to the new API
2007-10-10 12:29:03 -05:00
Volker Lendecke
e93f3996fc
r24084: Convert reply_mkdir to the new API
2007-10-10 12:29:03 -05:00
Volker Lendecke
c8e0aa5752
r24079: Convert reply_dskattr to the new API
2007-10-10 12:29:03 -05:00
Volker Lendecke
10ac991750
r24078: Add reply_unixerror
2007-10-10 12:29:02 -05:00
Volker Lendecke
bd0cb48dde
r24077: Convert reply_tdis to the new API
2007-10-10 12:29:02 -05:00
Stefan Metzmacher
26ccbad721
r24072: Add "client ldap sasl wrapping" parameter.
...
Possible values are "plain" (default), "sign" or "seal".
metze
2007-10-10 12:29:02 -05:00
Volker Lendecke
c9f12326dd
r24071: Fix a missing END_PROFILE call
2007-10-10 12:29:01 -05:00
Volker Lendecke
e6d592dcb8
r24070: Apply some const
2007-10-10 12:29:01 -05:00
Volker Lendecke
fa53632568
r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8
2007-10-10 12:29:01 -05:00
Volker Lendecke
b876bca6bc
r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.
2007-10-10 12:29:01 -05:00
Volker Lendecke
411a1a2037
r24067: Fix a type mismatch found by the IBM checker
2007-10-10 12:29:01 -05:00
Günther Deschner
7755ad750f
r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heimdal.
...
Guenther
2007-10-10 12:29:01 -05:00
Volker Lendecke
ea5f53eac8
r24065: According to gd, this breaks heimdal. Thanks for checking!
2007-10-10 12:29:01 -05:00
Stefan Metzmacher
4a4fc8cccb
r24062: fix logic for broken krb5 libs which always force
...
sign and seal...
metze
2007-10-10 12:29:00 -05:00
Volker Lendecke
000e096c27
r24058: Fix some memory leaks in ads_secrets_verify_ticket.
...
Jeremy, Günther, please review!
Thanks,
Volker
2007-10-10 12:29:00 -05:00
Volker Lendecke
d74bbc53c2
r24057: Fix some uninitialized variables found by the IBM checker
2007-10-10 12:29:00 -05:00
Volker Lendecke
35675a6a33
r24056: Another big one: This converts reply_sesssetup_and_X to the new API. As usual,
...
its history can be found on http://samba.org/~vlendec/sesssetup/ . This very
obviously needs close review.
Volker
2007-10-10 12:29:00 -05:00
Gerald Carter
c08d85a5f1
r24055: Remove a reference to the outdated samba-docs mailing list. This entire
...
README really needs to be overhauled at some point.
2007-10-10 12:29:00 -05:00
Volker Lendecke
ed84540bb2
r24054: Fix some warnings
2007-10-10 12:29:00 -05:00
Volker Lendecke
53027d0ee2
r24050: Fix a typo
2007-10-10 12:29:00 -05:00
Volker Lendecke
eabe796e46
r24049: Some more 64-bit warnings
2007-10-10 12:28:59 -05:00
Volker Lendecke
fd3683c1b3
r24048: Fix the C++ warnings in our version of popt
2007-10-10 12:28:59 -05:00
Volker Lendecke
2137158260
r24047: With -Wmissing-prototypes these two always generate warnings. They
...
should be properly prototyped. For now, gloss over the warning.
2007-10-10 12:28:59 -05:00
Volker Lendecke
a2ecc34aa4
r24046: Fix a 64-bit warning
2007-10-10 12:28:59 -05:00
Volker Lendecke
69326a56e7
r24044: Fix an uninitialized variable warning
2007-10-10 12:28:59 -05:00
Stefan Metzmacher
34ab84aceb
r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"
...
metze
2007-10-10 12:28:59 -05:00
Stefan Metzmacher
05fce8815f
r24039: remove unused global variable...
...
metze
2007-10-10 12:28:58 -05:00
Stefan Metzmacher
85d6cd3dfb
r24037: only setup sasl wrapping after a successful bind
...
metze
2007-10-10 12:28:58 -05:00
Jeremy Allison
cd66c133a1
r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web.de>.
...
Couldn't rename file as we weren't DFS enabling the target path.
Jeremy.
2007-10-10 12:28:58 -05:00
Volker Lendecke
ff1996ce4b
r24034: Print the full cluster pid in print_lock_struct
2007-10-10 12:28:58 -05:00
Volker Lendecke
b74797a31e
r24033: We need to be able to cope with packet_handler calling itself
...
recursively
2007-10-10 12:28:58 -05:00
Volker Lendecke
3e9e9a3f28
r24032: It helps testing tremendously if the cluster messaging actually sends
...
and receives messages to other nodes... :-)
2007-10-10 12:28:58 -05:00
Volker Lendecke
c0fd9a14cf
r24031: Fix some 64 bit warnings
2007-10-10 12:28:57 -05:00
Stefan Metzmacher
306846a14f
r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/ :
...
the claim_connection() must come after the sockets are open
metze
2007-10-10 12:28:57 -05:00
Stefan Metzmacher
98c57562c4
r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/ :
...
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
2007-10-10 12:28:57 -05:00
Stefan Metzmacher
3e4f552dbd
r24025: packet_send() expects DATA_BLOB elements as vaargs
...
and not TDB_DATA
metze
2007-10-10 12:28:57 -05:00
Günther Deschner
57aa0acb84
r24024: Minor cleanup in ads_parse_gp_ext().
...
Guenther
2007-10-10 12:28:57 -05:00
Günther Deschner
6a3c44fd99
r24023: Correctly support REG_BINARY in registry_push_value() and
...
registry_pull_value().
Guenther
2007-10-10 12:28:57 -05:00