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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix memory leaks found by valgrind in pdb_ldap code.
Andrew Bartlett
2003-06-07
1
-3
/
+3
*
support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)
Gerald Carter
2003-06-06
1
-9
/
+21
*
* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter
2003-06-06
1
-128
/
+36
*
working draft of the idmap_ldap code.
Gerald Carter
2003-06-05
1
-282
/
+3
*
cut-n-paste error
Gerald Carter
2003-05-27
1
-1
/
+1
*
fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
Gerald Carter
2003-05-27
1
-6
/
+8
*
I'm pretty sure these uint32's should be uid_t's. Can the passdb guys
Tim Potter
2003-05-27
2
-3
/
+3
*
fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...
Gerald Carter
2003-05-22
1
-2
/
+5
*
Well spotted typo by Marco Berger <MARCOB@voelcker.com>
Andrew Bartlett
2003-05-16
1
-1
/
+1
*
Fix from Alex Deiter <tiamat@komi.mts.ru>
Simo Sorce
2003-05-16
1
-1
/
+1
*
add metze's patch for smb_register functions
Simo Sorce
2003-05-16
1
-1
/
+1
*
readding reverted changes during idmap merge (noticed by Andrew b.)
Gerald Carter
2003-05-14
1
-16
/
+33
*
fix group mapping in LDAP under new schema
Gerald Carter
2003-05-14
1
-35
/
+61
*
*****LDAP schema changes*****
Gerald Carter
2003-05-14
1
-292
/
+802
*
Fix pointer return bug in get_unix_attributes()
Tim Potter
2003-05-14
1
-1
/
+1
*
spelling
Tim Potter
2003-05-14
2
-3
/
+3
*
spelling
Tim Potter
2003-05-14
1
-2
/
+2
*
Restore a number of fixes that idra removed when he merged his
Andrew Bartlett
2003-05-13
3
-10
/
+4
*
Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.
Andrew Bartlett
2003-05-13
1
-12
/
+22
*
Fix obvious compiler warnings.
Jeremy Allison
2003-05-12
3
-3
/
+0
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
8
-637
/
+294
*
fixing typos in debug statements
Gerald Carter
2003-05-12
1
-1
/
+1
*
As discussed on samba-technical - move to 'primaryGroupSid' insted of
Andrew Bartlett
2003-05-11
1
-17
/
+45
*
Using /dev/urandom for determining an ldap server backoff is a waste of system
Andrew Bartlett
2003-05-11
1
-2
/
+6
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-2
/
+2
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-2
/
+2
*
Fix typo.
John Terpstra
2003-05-10
1
-1
/
+1
*
Fix irritating typo - non arg functions should be fn(void).
Jeremy Allison
2003-05-07
1
-1
/
+1
*
Set our 'global sam name' in one place. For domain controllers, this is
Andrew Bartlett
2003-05-07
3
-8
/
+10
*
Make the version numbers ints (patch from metze)
Jelmer Vernooij
2003-04-30
2
-3
/
+3
*
Use a common function to create the SAM_ACCOUNT being used to add accounts
Andrew Bartlett
2003-04-29
1
-25
/
+36
*
don't implement any group mapping functions in the guest sam module
Gerald Carter
2003-04-29
1
-0
/
+11
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
8
-26
/
+36
*
The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess
Andrew Bartlett
2003-04-28
1
-3
/
+1
*
The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try
Andrew Bartlett
2003-04-28
1
-2
/
+2
*
Guenther Deschner <gd@suse.de> notes that I missed out setting the default
Andrew Bartlett
2003-04-28
1
-1
/
+3
*
A new pdb_ldap!
Andrew Bartlett
2003-04-28
3
-276
/
+722
*
Merge of a debuglevel downgrade from HEAD.
Tim Potter
2003-04-28
1
-2
/
+2
*
Fix number of arguments to asprintf()
Jelmer Vernooij
2003-04-28
1
-1
/
+1
*
Make some more functions static
Jelmer Vernooij
2003-04-28
1
-3
/
+3
*
Remove the unpopular pdb_unix, which has served it's time well.
Andrew Bartlett
2003-04-26
1
-131
/
+0
*
After a quick run with the 'weird' charset, squash a few bugs in our new
Andrew Bartlett
2003-04-26
1
-5
/
+12
*
Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convert
Andrew Bartlett
2003-04-25
1
-20
/
+69
*
Don't store UID or GID
Jelmer Vernooij
2003-04-24
2
-48
/
+13
*
- Get rid of module_path_get_name()
Jelmer Vernooij
2003-04-24
1
-11
/
+6
*
Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf
Jelmer Vernooij
2003-04-24
2
-96
/
+34
*
This define does not always seem to be present, so define it if need be.
Andrew Bartlett
2003-04-23
1
-0
/
+4
*
- Merge a memory leak fix from HEAD
Andrew Bartlett
2003-04-23
1
-11
/
+16
*
Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changed
Andrew Bartlett
2003-04-23
1
-3
/
+7
*
Remove ldapsam_search_one_user_by_uid from pdb_ldap.
Andrew Bartlett
2003-04-22
2
-68
/
+22
[next]