| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
|
|
|
|
|
|
|
|
|
| |
have some of the labels 'duplicated' (ie, the defines double-up).
Also, to an ads_connect() to try and find our KDC. (So we don't segfualt
*every* time)
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
other
cases and keeps valgrind quiet).
- Add static
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
| |
keys for kerberos authentication.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
| |
inline the call to prs_copy_all_data_out() so that we can know we are not
overrunning our buffer.
Also check more return values.
Andrew Bartlett
|
| |
|
| |
|
|
|
|
|
|
| |
compare push_* returns with (size_t)-1, not < 0.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
| |
- Provide generic functions for
- get valid encryption types
- free encryption types
- Add encryption type parm to generic function create_kerberos_key_from_string()
- Try to merge the two versions (between HEAD and SAMBA_3_0) of kerberos_verify.c
I think this should work for both MIT and heimdal, in HEAD. If all goes smooth,
I'll move it over to 3.0 soon...
|
|
|
|
|
|
|
|
| |
pull_ucs2_talloc function takes char** pointer, not (here
explicitly casted) void** one.
Rafal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
users w/o full administrative access on computer accounts to join a
computer into AD domain.
The patch and detailed changelog is available at:
http://www.itcollege.ee/~aandreim/samba
This is a list of changes in general:
1. When creating machine account do not fail if SD cannot be changed.
setting SD is not mandatory and join will work perfectly without it.
2. Implement KPASSWD CHANGEPW protocol for changing trust password so
machine account does not need to have reset password right for itself.
3. Command line utilities no longer interfere with user's existing
kerberos ticket cache.
4. Command line utilities can do kerberos authentication even if
username is specified (-U). Initial TGT will be requested in this case.
I've modified the patch to share the kinit code, rather than copying it,
and updated it to current CVS. The other change included in the original patch
(local realms) has been left out for now.
Andrew Bartlett
|
|
|
|
|
| |
Needed to move to disk based i/o later.
Jeremy.
|
|
|
|
| |
(not implemented yet)
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
| |
blame for the realloc() stuff.
Plus a couple of minor updates to libads.
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
| |
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
|
|
|
|
|
|
| |
to figure out if we have got our ticket yet.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch makes Samba compile cleanly with -Wwrite-strings.
- That is, all string literals are marked as 'const'. These strings are
always read only, this just marks them as such for passing to other functions.
What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables). The rest
is just adding a lot of 'const'.
As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).
Andrew Bartlett
|
|
|
|
|
| |
Check return in ldap.
Jeremy.
|
|
|
|
|
| |
named. Ensure we can query them.
Jeremy.
|
|
|
|
|
|
|
|
| |
- Add published attribute to info2, needed for win clients to work properly
- Return proper info on getprinter 7
This means you can now look at the sharing tab of a printer and get correct
info about whether it is published or not, and change it.
|
| |
|
|
|
|
| |
dsspooler/dsdriver info existence.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
90% fix for CR 1076. The password server parameter will no take things
like
password server = DC1 *
which means to contact DC1 first and the go to auto lookup if it
fails.
jerry
|
| |
|
|
|
|
|
|
|
|
| |
net ads printer publish <printername> [servername]
Will retreive the DsSpooler and DsDriver info by rpc for a remote server
then publish it.
Next comes doing it within smbd
|
| |
|
|
|
|
|
|
| |
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
|
| |
|
|
|
|
| |
than the version in APPLIANCE so watch out for boogs.
|
| |
|
| |
|
| |
|
|
|
|
| |
do type 23
|
|
|
|
|
| |
decode a type 23 ticket when the machine account is setup for non-DES
tickets
|
|
|
|
| |
record
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module, primarilly the work of "Stefan (metze) Metzmacher"
<metze@metzemix.de>, uses the Active Directory schema to store the
user/group/other information. I've been testing it against a real AD server,
and it is intended to work with OpenLDAP as well.
I've moved a few functions around in our other libads code, which has made it
easier to tap into that existing code.
Also, I've made some changes to the SAM interface, I hope there are not too
many objections... To ensure we don't get silly bugs in the skel module, it
is now in the default compile. This way you should not forget to update it :-)
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
| |
like metze's sam_ads can also use them.
Also add error checking etc to a few more functions.
Andrew Bartlett
|
|
|
|
|
|
| |
sane prototype for the push_utf8_allocate code.
Andrew Bartlett
|
|
|
|
| |
See mx-ldap.sf.net for his current progress.
|
|
|
|
|
|
|
| |
back to NTLMSSP. We need to get the password out of the user, and this
eventually does.
Andrew Bartlett
|
|
|
|
| |
the DC being out of sync with the local machine.
|
| |
|