| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
compare push_* returns with (size_t)-1, not < 0.
Andrew Bartlett
(This used to be commit 63f5e92536c6bcac54b796d6e91b755e7d328f66)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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...
(This used to be commit 45e409fc8da9f26cf888e13d004392660d7c55d4)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pull_ucs2_talloc function takes char** pointer, not (here
explicitly casted) void** one.
Rafal
(This used to be commit e77c44efd95d42a8194f5c3d36c043f8e84dfd1d)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
(This used to be commit ce52f1c2ed4d3ddafe8ae6258c90b90fa434fe43)
|
| |
| |
| |
| |
| |
| | |
Needed to move to disk based i/o later.
Jeremy.
(This used to be commit 4c3ee228fcdb089eaeead95e79532a9cf6cb0de6)
|
| |
| |
| |
| |
| | |
(not implemented yet)
(This used to be commit 8a8cca78adebba640c6ce971d8888515bf0ea4be)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 4e33e3f37fd548b9b1ed3c84f673a853b0dc4818)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
blame for the realloc() stuff.
Plus a couple of minor updates to libads.
Andrew Bartlett
(This used to be commit 34b2e558a4b3cfd753339bb228a9799e27ed8170)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 193cc4f4fc876c66e97ea6b82bae431d0247c1fa)
|
| |
| |
| |
| | |
(This used to be commit ec26877f0b4fbe2c651a6069d22b9ac0637aa2d1)
|
| |
| |
| |
| |
| |
| | |
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
(This used to be commit 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
|
| |
| |
| |
| |
| |
| |
| | |
to figure out if we have got our ticket yet.
Andrew Bartlett
(This used to be commit a66ced2cf69145c0a5be5ed91ac306db50c313d1)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
(This used to be commit 92a777d0eaa4fb3a1c7835816f93c6bdd456816d)
|
| |
| |
| |
| |
| |
| | |
Check return in ldap.
Jeremy.
(This used to be commit e789edbb287319f52f49f2999917a610565144d9)
|
| |
| |
| |
| |
| |
| | |
named. Ensure we can query them.
Jeremy.
(This used to be commit 842e08e52a665ae678eea239759bb2de1a0d7b33)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
(This used to be commit adda04379ee46f105436262663652f3f576fa3cf)
|
| |
| |
| |
| | |
(This used to be commit 82f3a786bf01878629fe4c05b028ae8d58eb4394)
|
| |
| |
| |
| |
| |
| | |
dsspooler/dsdriver info existence.
(This used to be commit ca8735532cb656a09c1586326cdce33984fe38b4)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
(This used to be commit c31a17889e3e4daf7c1e807038efc2c0fba78be3)
|
| |
| |
| |
| | |
(This used to be commit a148e4c290820a48c8b51e0e0459b2171b32c258)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
(This used to be commit 64951938cc5666a757683cbe9bee3a2c20a05323)
|
| |
| |
| |
| | |
(This used to be commit f5d8afc626b8f7792aa7dd7fa7082f55725b539c)
|
| |
| |
| |
| |
| |
| |
| | |
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
(This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a)
|
| |
| |
| |
| | |
(This used to be commit 69dba08c40c9739137b4f01d38be5228edc6dd6e)
|
| |
| |
| |
| |
| | |
than the version in APPLIANCE so watch out for boogs.
(This used to be commit 1e054e3db654801fbb5580211529cdfdea9ed686)
|
| |
| |
| |
| | |
(This used to be commit 6ec5dce69834e72e458a8acff7d1790cbdd46d67)
|
| |
| |
| |
| | |
(This used to be commit d5d0d0de50482ed16c594b1cc4cc113e2526a915)
|
| |
| |
| |
| | |
(This used to be commit 7eaf7e7115c75e682b1b9368c6f28c60429885e5)
|
| |
| |
| |
| |
| | |
do type 23
(This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
|
| |
| |
| |
| |
| |
| | |
decode a type 23 ticket when the machine account is setup for non-DES
tickets
(This used to be commit 144d4429d7d91e8597263da6abc8041098f2a4c3)
|
| |
| |
| |
| |
| | |
record
(This used to be commit 8ff6d40d7fe4dc11e9ba194a55995c0926202df9)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
net ads password
Heimdal compile fixes.
Andrew Bartlett
(This used to be commit 3aa4f923e99f453310bb4a8d43ce43757591909d)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit 64796ed27a3842be1dde52dd4f46698e95961767)
|
| |
| |
| |
| | |
(This used to be commit f0daa15521e6352e25aa998f7e682f448e0fe51a)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit fa93763248f2043395e4cfc70b8afd81e28b2b75)
|
| |
| |
| |
| | |
(This used to be commit eacb8dde7afa16d86586c6c896ffb6692dc53bf6)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- new kerberos code, allowing the account to change it's own password
without special SD settings required
- NTLMSSP client code, now seperated from cliconnect.c
- NTLMv2 client code
- SMB signing fixes
Andrew Bartlett
(This used to be commit 837680ca517982f2e5944730581a83012d4181ae)
|
| |
| |
| |
| | |
(This used to be commit 77e1178a888f0d380a5ef94911a8f07bf04a7ba3)
|
| |
| |
| |
| | |
(This used to be commit 1a9050a6fe419e14fc82674d34cc4685a7532059)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- setenv() replacement
- mimir's ASN1/SPNEGO typo fixes
- (size_t)-1 fixes for push_* returns
- function argument signed/unsigned correction
- ASN1 error handling (ensure we don't use initiailsed data)
- extra net ads join error checking
- allow 'set security discriptor' to fail
- escape ldap strings in libads.
- getgrouplist() correctness fixes (include primary gid)
Andrew Bartlett
(This used to be commit e9d6e2ea9a3dc01d3849b925c50702cda6ddf225)
|
| |
| |
| |
| |
| |
| | |
Needed to move to disk based i/o later.
Jeremy.
(This used to be commit a823fee5b41a5b6cd4ef05aa1f85f7725bd272a5)
|
| |
| |
| |
| |
| |
| |
| |
| | |
name of workgroup
(not implemented yet)
Jeremy.
(This used to be commit c0eab99753032f5f49bc7adeb1ff95eceb6fe0fe)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 46ea028169426fbcad92d3d5bf786e88be8f5112)
|
| |
| |
| |
| |
| |
| |
| | |
misc libads fixes.
Andrew Bartlett
(This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 1298ecd0b8a3a9e0a2de42d0c049856cad65e272)
|
| |
| |
| |
| |
| | |
the dog again.
(This used to be commit 6f89ee2c9dc7f03e3dbe7aa734bf67c6a434d135)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
|
| |
| |
| |
| |
| |
| | |
I mistyped a comma :-).
Jeremy.
(This used to be commit 04cc149c756c396012cfa321a74724b077302b95)
|
| |
| |
| |
| | |
(This used to be commit 51b319f57f28e3993919d7f3db0251a724902332)
|
| |
| |
| |
| |
| |
| | |
kerberos_verify...
Jeremy.
(This used to be commit e8c4098da619a1429cc4c8251761333a7c0f3458)
|