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
/
passdb
/
pdb_ldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure t...
Gerald Carter
1
-5
/
+5
2007-10-10
r5655: Added support for Novell NDS universal password. Code donated by
Jeremy Allison
1
-55
/
+81
2007-10-10
r5481: Fix a memleak
Volker Lendecke
1
-0
/
+2
2007-10-10
r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.
Volker Lendecke
1
-0
/
+208
2007-10-10
r5428: Apply some const. LDAP attribs should now be declared const char *attr...
Volker Lendecke
1
-21
/
+22
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-252
/
+3
2007-10-10
r5166: From James Peach - remove minor C99-isms.
Jeremy Allison
1
-6
/
+12
2007-10-10
r4994: Patch from abartlet:
Günther Deschner
1
-13
/
+26
2007-10-10
r4926: Use LDAP_SCOPE_ONELEVEL instead of OpenLDAP's LDAP_SCOPE_ONE-scope.
Günther Deschner
1
-2
/
+2
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-3
/
+245
2007-10-10
r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...
Gerald Carter
1
-6
/
+11
2007-10-10
r4851: Preleminary fix for ldapsam_enum_group_memberships when
Günther Deschner
1
-3
/
+3
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-8
/
+23
2007-10-10
r4840: * Add more generic root-dse inspection function to check for given
Günther Deschner
1
-58
/
+1
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r3883: Fix error return -- thanks to rsharpe
Volker Lendecke
1
-1
/
+1
2007-10-10
r3871: Fix memleak
Volker Lendecke
1
-1
/
+3
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-0
/
+108
2007-10-10
r3628: A typo and a compile-warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
1
-38
/
+40
2007-10-10
r2923: Fix some obvious copy/paste leftover debug-messages.
Günther Deschner
1
-8
/
+8
2007-10-10
r2819: Make 'password history'-behaviour in ldapsam more consistent.
Günther Deschner
1
-0
/
+3
2007-10-10
r2752: Fix the paranoia-check to ensure the ldap-attribute and the
Günther Deschner
1
-1
/
+1
2007-10-10
r2619: Only issue the ldap extended password change operation if the ldap server
Volker Lendecke
1
-0
/
+75
2007-10-10
r2479: Stop attribute "modifyTimestamp" from being deleted.
Jeremy Allison
1
-0
/
+5
2007-10-10
r2444: Based on jmcd's patch, implement special lists for the ldap user attri...
Volker Lendecke
1
-6
/
+27
2007-10-10
r2374: Fix from Vince Brimhall vbrimhall@novell.com for
Jeremy Allison
1
-1
/
+6
2007-10-10
r1810: Patch from Richard Renard <rrenard@idealx.com> to store
Jeremy Allison
1
-2
/
+21
2007-10-10
r1733: Fix hashed password history for LDAP backends.
Jeremy Allison
1
-10
/
+26
2007-10-10
r1388: Adding password history code for ldap backend, based on a patch from
Jeremy Allison
1
-8
/
+64
2007-10-10
r1108: Index: pdb_ldap.c
Volker Lendecke
1
-0
/
+15
2007-10-10
r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-3
/
+7
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-2
/
+286
2007-10-10
r53: Remove modifyTimestamp from list of our attributes. We just check it for
Jim McDonough
1
-5
/
+4
2004-03-31
Remove some unused code
Volker Lendecke
1
-22
/
+0
2004-03-25
Use timegm, or our already existing replacement instead of timezone, as
Jim McDonough
1
-1
/
+1
2004-03-19
Fix gcc warnings. Fix mkproto with new type.
Jeremy Allison
1
-10
/
+11
2004-03-18
Password lockout for LDAP backend. Caches autolock flag, bad count, and
Jim McDonough
1
-1
/
+120
2004-03-11
Get MungedDial actually working with full TS strings in it for pdb_ldap.
Jim McDonough
1
-35
/
+35
2004-02-25
I *hate* global variables...
Andrew Bartlett
1
-1
/
+8
2004-02-12
Try to remove the last vestiges of unknown_3...
Jim McDonough
1
-2
/
+0
2004-02-04
Fix const warning
Andrew Bartlett
1
-2
/
+2
2004-01-30
If we are setting the NT or LM password to NULL, remove the attribute
Andrew Bartlett
1
-17
/
+31
2004-01-06
isolate ldap debug messages to the common smbldap_XXX() functions
Gerald Carter
1
-3
/
+0
2003-12-26
Check the return value of string_to_sid in a few more places. (But
Andrew Bartlett
1
-2
/
+10
2003-12-26
Show the error message for failure to set the ldap password.
Andrew Bartlett
1
-2
/
+8
2003-12-04
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
Gerald Carter
1
-3
/
+15
2003-11-14
fix more memory leaks in the LDAP backend code; patches from metze
Gerald Carter
1
-22
/
+38
2003-10-31
Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependent
Jeremy Allison
1
-2
/
+4
[next]