index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_ads.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-02-27
Fix possible memory leak on failure.
Andrew Bartlett
1
-0
/
+1
2003-02-26
Kill RID-only and domain+RID madness from winbind.
Andrew Bartlett
1
-82
/
+96
2003-02-25
After some comments from tridge, clean the new usergroups code into a helper
Andrew Bartlett
1
-71
/
+94
2003-02-25
Fix a really nasty bug where some users in AD domains (particularly child
Andrew Bartlett
1
-14
/
+90
2003-02-21
Fix another compiler warning.
Tim Potter
1
-1
/
+0
2003-02-20
for some (very weird) reason, the domain I was testing aginst would not
Andrew Bartlett
1
-0
/
+4
2003-02-19
Move to a in-memory ccache for winbind, and replace setenv() properly.
Andrew Bartlett
1
-3
/
+1
2003-02-01
Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to
Andrew Bartlett
1
-1
/
+8
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-11-15
enable enumeration of domain local groups using LDAP (and in a native mode do...
Gerald Carter
1
-5
/
+30
2002-10-18
NULL enum_local_groups for ads winbindd (temporary workaround).
Gerald Carter
1
-0
/
+1
2002-09-27
Move a number of ADS related functions out into utility libs, so that things
Andrew Bartlett
1
-186
/
+11
2002-09-06
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
Andrew Bartlett
1
-4
/
+4
2002-08-05
This fixes a number of ADS problems, particularly with netbiosless
Andrew Tridgell
1
-70
/
+49
2002-07-11
this implements a completely new strategy for fetching group
Andrew Tridgell
1
-33
/
+83
2002-07-01
fixed a bug handling startup when the ads server is not contactable
Andrew Tridgell
1
-1
/
+1
2002-06-18
more debug classess activated
Simo Sorce
1
-0
/
+3
2002-06-13
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
1
-5
/
+5
2002-06-03
fixed some debug messages
Andrew Tridgell
1
-2
/
+2
2002-04-19
fixed trust relationships in ADS winbindd after breaking them with my BDC cha...
Andrew Tridgell
1
-1
/
+1
2002-04-18
fixed the fallback to a BDC for ADS connections
Andrew Tridgell
1
-1
/
+3
2002-04-14
pull_username() is a local function
Andrew Tridgell
1
-1
/
+1
2002-04-14
hanle the case where the win2000 username is completely different from
Andrew Tridgell
1
-8
/
+3
2002-04-14
modified the ADS backend to accept either the long or short versions
Andrew Tridgell
1
-11
/
+44
2002-04-11
possibly fix the 15000 user problem
Andrew Tridgell
1
-6
/
+6
2002-03-21
fixed the secondary group mappings for ADS users
Andrew Tridgell
1
-8
/
+56
2002-03-19
updated winbindd to used paged ldap searches for all ldap queries
Andrew Tridgell
1
-1
/
+1
2002-03-12
fixed 2 reconnection bugs in the ADS backend support
Andrew Tridgell
1
-7
/
+11
2002-03-09
better detection of dead ADS connections, so we have some chance of
Andrew Tridgell
1
-0
/
+6
2002-01-30
Removed version number from file header.
Tim Potter
1
-1
/
+1
2002-01-20
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
1
-10
/
+2
2001-12-20
added ads_domain_sid() function
Andrew Tridgell
1
-15
/
+5
2001-12-19
use "ads server" option if set for primary domain
Andrew Tridgell
1
-4
/
+10
2001-12-19
add support for mixtures of ADS/NT4 domains, as long as the primary
Andrew Tridgell
1
-0
/
+9
2001-12-19
much better ADS error handling system
Andrew Tridgell
1
-63
/
+59
2001-12-19
added trusted realm support to ADS authentication
Andrew Tridgell
1
-0
/
+2
2001-12-19
- added initial support for trusted domains in winbindd_ads
Andrew Tridgell
1
-10
/
+47
2001-12-11
Replace backslash with winbind separator before calling parse_domain_user(). ...
Jim McDonough
1
-2
/
+4
2001-12-11
handle systems without setenv()
Andrew Tridgell
1
-1
/
+1
2001-12-11
removed the start_ndx parameter from group enumeration
Andrew Tridgell
1
-7
/
+1
2001-12-11
got rid of start_ndx from query_user_list()
Andrew Tridgell
1
-7
/
+1
2001-12-10
robustness fixes and moved ccache location into winbindd_ads code
Andrew Tridgell
1
-0
/
+12
2001-12-10
use objectCategory instead of objectClass for faster searching
Andrew Tridgell
1
-3
/
+3
2001-12-10
winbindd backends can now be marked "consistent" or "inconsistent"
Andrew Tridgell
1
-0
/
+1
2001-12-10
moved the domain sid lookup and enumeration of trusted domains into
Andrew Tridgell
1
-1
/
+38
2001-12-10
make sid_binstring available without HAVE_ADS
Andrew Tridgell
1
-4
/
+4
2001-12-09
completely new winbindd cache infrastructure
Andrew Tridgell
1
-5
/
+8
2001-12-09
- use accountype not accountcontrol
Andrew Tridgell
1
-8
/
+26
2001-12-09
fixed type passed to ads_search
Andrew Tridgell
1
-2
/
+1
2001-12-08
added internal sasl/gssapi code. This means we are no longer dependent on cyr...
Andrew Tridgell
1
-11
/
+69
[next]