| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
from SAMBA_3_0.
|
| |
| |
| |
| | |
Guenther
|
| | |
|
| |
| |
| |
| | |
Check we are online before actually trying to connect anywhere
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
loop when allocating a new id for a SID:
auth_util.patch Revert create_local_token() to
the 3.0.24 codebase
idmap_type.patch Have the caller fillin the
id_map.xid.type field when
resolving a SID so that if we allocate
a new id, we know what type to use
winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls
from the public winbindd interface
for the 3.0.25 release
idmap_rid.patch Cleanup the idmap_rid backend to not
call back into winbindd to resolve
the SID in order to verify it's type.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Timur, please check.
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
This string is displayed both at login and when unlocking the screen.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
So far I have tested it only with idmap_tdb, idmap_ad testing is next.
Fixes:
- The code returned an error on any idmap call if winbindd
was put offline before the idmap code was initialized.
- The code denied consulting any backend, even local ones
like idmap_tdb when offline, correct the situation by
handling offline decisions in the backends
Simo.
|
| |
| |
| |
| | |
LDAPMessage * to NULL on each loop rotation.
|
| |
| |
| |
| | |
plugins in $libdir/nss_info to idmap/ad.so
|
| |
| |
| |
| | |
Thx for the hint James!
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to the corepath.
Even the chdir() will fail if the LOGFILEBASE path is set 0700.
If the currrent user doesn't have the permission to create the core file
we end with:
unable to change to <LOGFILEBASE>
refusing to dump core
The alternative would be to change the permissions of the directory.
But taht would not ensure core dumps are working out of the box.
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
the domain to queried to our own domain.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
add a lot more detailed strtoll() and strtoull() tests
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
- provide __LINESTR__ macro
- add __STRINGSTRING() macro to really create a string of __LINE__
- fix __location__ macro
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
provide __location__ in replace.h
and see how the build-farm likes this simpler version
metze
|
| |
| |
| |
| |
| |
| | |
protect #define __location__ with an #ifndef
metze
|
| |
| |
| |
| |
| | |
32 unicode chars. Windows XP doesn't like that :-).
Jeremy
|
| |
| |
| |
| |
| |
| |
| | |
use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
and #ifndef doesn't work.
metze
|
| |
| |
| |
| |
| |
| |
| | |
- make the strtoll tests more verbose
- add initial strtoull tests
metze
|
| |
| |
| |
| |
| |
| | |
add prototype of setenv
metze
|
| |
| |
| |
| |
| |
| | |
only test strtoll once
metze
|
| |
| |
| |
| |
| |
| | |
remove useless printf's
metze
|
| |
| |
| |
| |
| |
| | |
use strlcpy instead of strcpy to make the IBM checker happy
metze
|
| |
| |
| |
| |
| |
| |
| | |
We just let domname and name hang on the mem ctx until the call returns,
and the context will be destroyed.
Simo.
|
| |
| |
| |
| |
| |
| | |
move discard_const macros to librelace
metze
|
| |
| |
| |
| |
| |
| | |
make comparing of struct tm more verbose and portable
metze
|
| |
| |
| |
| |
| |
| | |
- libreplace unsetenv() and strptime() replacements
metze
|
| |
| |
| |
| |
| |
| | |
merge stdint.h stdbool.h replacement fix to 3.0.25 branch
metze
|
| |
| |
| |
| |
| |
| | |
where the server just reflects our signature back
to us. Allow the upper layer to see the real error.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
same load/store function as NTTIME). Add a version number
string to the winbindd cache so we can tell if it needs
upgrading. THIS WILL DELETE ANY EXISTING winbindd_cache.tdb
on first startup regardless of offline auth status. Once
this is done we're in good shape though.
Jeremy.
|
| |
| |
| |
| |
| | |
This hack makes thing work, but we will need to try again to
make the getpw* calls fully async, that's the real fix.
|
| |
| |
| |
| |
| | |
for bug #3632.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
crashes in allocate_id().
BUG 4501: Fix segv in idmap_ad caused by resetting the
entry iterator when parsing search results.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Print the correct variable (configfile), when complainig that it
cannot be loaded. This makes it much more clear when the command line
option is misused (like -c is create for the apache htpasswd utility).
Andrew Bartlett
|
| |
| |
| |
| |
| | |
Found by Taj Khattra <taj.khattra@gmail.com>.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|