| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| |
| | |
these out as I implement. Don't add to SAMBA_3_0_25, this
is experimental code.
NFSv4 you're now officially on notice... :-).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
get_a_printer_2_default() as well
|
| |
| |
| |
| |
| |
| |
| | |
when fetching a printer from ntprinters.tdb.
Slightly modified from original version submitted on
samba-technical ml by Andy Polyakov <appro@fy.chalmers.se>
|
| |
| |
| |
| |
| |
| |
| | |
* Fix getgroups() call called using a normalized name
* Fix some more name mappings that could cause for example
a user to be unable to unlock the screen as the username
would not match in the PAM authenticate call.
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| | |
doesn't
make sense as long as it doesn't work as an lp_unload().
Guenther
|
| |
| |
| |
| | |
Guenther
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
the MIT gss libraries *SUCK*, move the frees to the end
of the function so MIT doesn't segfault.....
Add a comment so that another engineer knows why I did
this.
Jeremy.
|
| |
| |
| |
| | |
principal data
|
| |
| |
| |
| |
| | |
in sasl bind. Wonder why coverity didn't find these ?
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to return a NT_STATUS_TIME_DIFFERENCE_AT_DC error to
a client when there's clock skew. Will help people
debug this. Prepare us for being able to return the
correct sessionsetupX "NT_STATUS_MORE_PROCESSING_REQUIRED"
error with associated krb5 clock skew error to allow
clients to re-sync time with us when we're eventually
able to be a KDC.
Jeremy.
|
| |
| |
| |
| | |
Thanks to Thomas Jarosch for pointing this out.
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| | |
added to debug messages
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Not used
yet, the next step will be a secrets_fetch_machine_account() function that
also pulls the account name to be used in the appropriate places.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a starting point and may get changed. Basically we need follow the
exact same path to detect (K)DCs like other Samba tools/winbind do. In
particular with regard to the server affinity cache and the site-awarness for
DNS SRV lookups.
To compile just call "make bin/smb_krb5_locator.so", copy to
/usr/lib/plugin/krb5/ (Heimdal HEAD) or /usr/lib/krb5/plugins/libkrb5/ (MIT)
and you should immediately be able to kinit to your AD domain without having
your REALM with kdc or kpasswd directives defined in /etc/krb5.conf at all.
Tested with todays Heimdal HEAD and MIT krb5 1.5.
Guenther
|
| |
| |
| |
| |
| |
| | |
transaction. Succeed all or store nothing.
Volker
|
| | |
|
| | |
|
| |
| |
| |
| | |
Jerry, you might like to consider this for 3.0.25
|
| |
| |
| |
| | |
binaries again with each make. Thx Volker to point my chesty at this.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
works from smbclient and Windows, and I am promising to
support and fix both client and server code moving forward.
Still need to test the RPC admin support but I haven't
changed that code.
Jeremy.
|
| |
| |
| |
| |
| | |
Bad cut-n-paste on rewrite of timestamps.
Jeremy.
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| |
| |
| | |
winbind
who did not run the idle events to drop ldap connections.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
from POSIX_OPEN and POSIX_MKDIR as specified
by Stevef in the wikki (extra 4 byte field).
Also fix horrible bug in James's code (James
you should review this for your Apple patch
tree) where he failed to allocate the correct
return memory size when returning a INFO2
struct. Added #define for the size of the
INFO2 struct and made sure we allocate the
correct size for return.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| | |
level. Fix calculation of argc after options are stripped. I couldn't
find a popt function that returned this.
|
| | |
|
| |
| |
| |
| |
| | |
calling convention in the latest MIT changes. Apparantly Heimdal
is also changing to this calling convention.
|
| |
| |
| |
| |
| |
| |
| | |
mode_t in posix_open/posix_mkdir -> 8 bytes to match
the SET_UNIX_INFO_BASIC call. Steve is updating the
Wikki.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
newline
|
| |
| |
| |
| |
| |
| | |
tridge/vl: please check.
Guenther
|
| |
| |
| |
| |
| |
| |
| | |
the initial search had a wildcard in order to
correctly return no error on end of search.
Found by Samba4 torture tester.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
We were accessing a pathname that hadn't gone
through unix_convert ! That's a big no-no...
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
process deep dfs links (ie. links that go to non root
parts of a share). Make the directory handling conanonical
in POSIX and Windows pathname processing.
dfs should not be fully working in client tools. Please
bug me if not.
Jeremy.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|