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
/
source3
/
passdb
/
pdb_ldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This is no functional change. It just makes pdb_ldap.c a bit
Volker Lendecke
2003-03-27
1
-24
/
+50
*
Must have been somewhere else last sunday...
Volker Lendecke
2003-03-25
1
-3
/
+4
*
Implement abartlet's suggestion to add attribs to ldap if they
Volker Lendecke
2003-03-23
1
-24
/
+30
*
Merge from HEAD:
Volker Lendecke
2003-03-23
1
-2
/
+2
*
Metzes change:
Volker Lendecke
2003-03-23
1
-4
/
+9
*
Never touch complicated if/else/elsif structures :-)
Volker Lendecke
2003-03-22
1
-23
/
+27
*
This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFY
Volker Lendecke
2003-03-22
1
-121
/
+175
*
void function cannot return a value (besides the function called was
Herb Lewis
2003-03-19
1
-1
/
+1
*
Merge from HEAD.
Volker Lendecke
2003-03-19
1
-59
/
+97
*
merge from HEAD
Volker Lendecke
2003-03-19
1
-0
/
+1
*
Put group mapping into LDAP.
Volker Lendecke
2003-03-19
1
-30
/
+471
*
Fix memory leak.
Volker Lendecke
2003-03-17
1
-0
/
+2
*
Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and some
Andrew Bartlett
2003-02-01
1
-17
/
+59
*
initialize acct_ctrl variable before it is used
Herb Lewis
2003-01-15
1
-2
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
Merge some more FUNCTION_MACRO stuff.
Tim Potter
2002-12-20
1
-5
/
+5
*
Merge tridge's fixes to pdb_ldap (don't look for number of results in a
Andrew Bartlett
2002-11-26
1
-17
/
+34
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-4
/
+4
*
Back out some of my sync changes
Jelmer Vernooij
2002-11-09
1
-7
/
+7
*
Sync with HEAD
Jelmer Vernooij
2002-11-09
1
-7
/
+7
*
Merge from HEAD:
Andrew Bartlett
2002-11-08
1
-14
/
+14
*
Merge of my 'ldap trust ids' patch from HEAD.
Andrew Bartlett
2002-11-02
1
-36
/
+96
*
Merge passdb from HEAD -> 3.0
Andrew Bartlett
2002-11-02
1
-384
/
+618
*
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
2002-10-26
1
-7
/
+0
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-4
/
+19
*
sync with HEAD
Gerald Carter
2002-09-26
1
-63
/
+70
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-115
/
+175
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-41
/
+138
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-96
/
+183
*
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
[prev]
[next]