index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
passdb
/
pdb_ldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to bind with LDAPv3 if possible.
Andrew Bartlett
2002-08-06
1
-7
/
+19
*
Try to make this easier to debug - display the username that failed.
Andrew Bartlett
2002-08-05
1
-1
/
+1
*
These are not critical errors, they should not be a level 0.
Andrew Bartlett
2002-07-30
1
-3
/
+3
*
Update the rebind code in pdb_ldap.
Andrew Bartlett
2002-07-27
1
-34
/
+114
*
fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1
Gerald Carter
2002-07-26
1
-2
/
+7
*
Name get and set dir drive functions consistently.
Tim Potter
2002-07-21
1
-1
/
+1
*
addedd new (t)alloc_sub_* functions
Simo Sorce
2002-07-14
1
-4
/
+4
*
If we get a SID from group mapping, no need to check it's prefix.
Andrew Bartlett
2002-07-10
1
-6
/
+6
*
Fix debug comment.
Andrew Bartlett
2002-07-05
1
-1
/
+1
*
Fix the spelling in the LDAP attributes
Andrew Bartlett
2002-07-03
1
-2
/
+2
*
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
2002-07-01
1
-1
/
+1
*
Another bug fix from metze.
Andrew Bartlett
2002-06-26
1
-1
/
+1
*
Add module versioning to the passdb module system
Andrew Bartlett
2002-06-22
1
-1
/
+1
*
Allow non unix accounts to be added to an ldap directory without NUA accounts
Andrew Bartlett
2002-06-14
1
-0
/
+4
*
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
2002-06-13
1
-4
/
+6
*
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
2002-05-26
1
-1
/
+8
*
Only reterive the attributes we are actually going to use - rather than
Andrew Bartlett
2002-05-25
1
-3
/
+14
*
Updates for sane storage of ldap root DN passwords (tested, with upgrade
Andrew Bartlett
2002-05-22
1
-30
/
+102
*
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
2002-05-18
1
-0
/
+3
*
Remove const from some functions to match the changed prototype in a
Andrew Bartlett
2002-05-18
1
-3
/
+3
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-22
/
+28
*
Make --with-ldapsam 'go away'. This is now a standard, stable, feature
Andrew Bartlett
2002-05-17
1
-3
/
+3
*
Spelling fixes from vance
Andrew Bartlett
2002-04-23
1
-6
/
+6
*
Fix the compile-bug in pdb_ldap from my last patch.
Andrew Bartlett
2002-04-13
1
-4
/
+4
*
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
2002-04-13
1
-22
/
+4
*
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
Andrew Bartlett
2002-04-13
1
-16
/
+16
*
Fix up major logic reversal flaws in pdb_ldap.
Andrew Bartlett
2002-04-08
1
-36
/
+70
*
Minor fixes:
Andrew Bartlett
2002-03-23
1
-8
/
+13
*
Make ldapsam compile again.
Andrew Bartlett
2002-03-20
1
-20
/
+0
*
second step to gain free uid<->rid mapping
Simo Sorce
2002-03-19
1
-1
/
+18
*
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
2002-03-18
1
-0
/
+20
*
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
2002-03-02
1
-227
/
+642
*
merge from 2.2
Gerald Carter
2002-03-01
1
-2
/
+7
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
getpwnam -> getpwnam_alloc.
Andrew Bartlett
2002-01-23
1
-1
/
+3
*
getpwnam_alloc -> getpwnam
Simo Sorce
2002-01-21
1
-9
/
+8
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-3
/
+11
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-3
/
+6
*
fixing compile error
Gerald Carter
2002-01-02
1
-4
/
+4
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-1
/
+1
*
remove samlogon_user
Gerald Carter
2001-12-31
1
-10
/
+1
*
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
2001-12-31
1
-111
/
+161
*
util_sid.c - respect a const variabile (addedd strdup)
Simo Sorce
2001-12-30
1
-1
/
+13
*
pdb_getsampwnuid() merge from 2.2
Gerald Carter
2001-12-30
1
-49
/
+0
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-5
/
+6
*
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
2001-12-04
1
-2
/
+1
*
added mapping of primary gid to rid thru the group mapping code.
Jean-François Micouleau
2001-12-02
1
-3
/
+12
*
As pdb_ldap.c does not compile in HEAD anyway, a not-compiled merge
Volker Lendecke
2001-11-09
1
-2
/
+6
*
Various post AuthRewrite cleanups, fixups and tidyups.
Andrew Bartlett
2001-11-01
1
-2
/
+2
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
1
-6
/
+6
[next]