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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-05-16
Well spotted typo by Marco Berger <MARCOB@voelcker.com>
Andrew Bartlett
1
-1
/
+1
2003-05-16
Fix from Alex Deiter <tiamat@komi.mts.ru>
Simo Sorce
1
-1
/
+1
2003-05-16
add metze's patch for smb_register functions
Simo Sorce
1
-1
/
+1
2003-05-14
readding reverted changes during idmap merge (noticed by Andrew b.)
Gerald Carter
1
-16
/
+33
2003-05-14
fix group mapping in LDAP under new schema
Gerald Carter
1
-35
/
+61
2003-05-14
*****LDAP schema changes*****
Gerald Carter
1
-292
/
+802
2003-05-14
Fix pointer return bug in get_unix_attributes()
Tim Potter
1
-1
/
+1
2003-05-14
spelling
Tim Potter
2
-3
/
+3
2003-05-14
spelling
Tim Potter
1
-2
/
+2
2003-05-13
Restore a number of fixes that idra removed when he merged his
Andrew Bartlett
3
-10
/
+4
2003-05-13
Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.
Andrew Bartlett
1
-12
/
+22
2003-05-12
Fix obvious compiler warnings.
Jeremy Allison
3
-3
/
+0
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
8
-637
/
+294
2003-05-12
fixing typos in debug statements
Gerald Carter
1
-1
/
+1
2003-05-11
As discussed on samba-technical - move to 'primaryGroupSid' insted of
Andrew Bartlett
1
-17
/
+45
2003-05-11
Using /dev/urandom for determining an ldap server backoff is a waste of system
Andrew Bartlett
1
-2
/
+6
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+2
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-2
/
+2
2003-05-10
Fix typo.
John Terpstra
1
-1
/
+1
2003-05-07
Fix irritating typo - non arg functions should be fn(void).
Jeremy Allison
1
-1
/
+1
2003-05-07
Set our 'global sam name' in one place. For domain controllers, this is
Andrew Bartlett
3
-8
/
+10
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
2
-3
/
+3
2003-04-29
Use a common function to create the SAM_ACCOUNT being used to add accounts
Andrew Bartlett
1
-25
/
+36
2003-04-29
don't implement any group mapping functions in the guest sam module
Gerald Carter
1
-0
/
+11
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
8
-26
/
+36
2003-04-28
The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess
Andrew Bartlett
1
-3
/
+1
2003-04-28
The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try
Andrew Bartlett
1
-2
/
+2
2003-04-28
Guenther Deschner <gd@suse.de> notes that I missed out setting the default
Andrew Bartlett
1
-1
/
+3
2003-04-28
A new pdb_ldap!
Andrew Bartlett
3
-276
/
+722
2003-04-28
Merge of a debuglevel downgrade from HEAD.
Tim Potter
1
-2
/
+2
2003-04-28
Fix number of arguments to asprintf()
Jelmer Vernooij
1
-1
/
+1
2003-04-28
Make some more functions static
Jelmer Vernooij
1
-3
/
+3
2003-04-26
Remove the unpopular pdb_unix, which has served it's time well.
Andrew Bartlett
1
-131
/
+0
2003-04-26
After a quick run with the 'weird' charset, squash a few bugs in our new
Andrew Bartlett
1
-5
/
+12
2003-04-25
Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convert
Andrew Bartlett
1
-20
/
+69
2003-04-24
Don't store UID or GID
Jelmer Vernooij
2
-48
/
+13
2003-04-24
- Get rid of module_path_get_name()
Jelmer Vernooij
1
-11
/
+6
2003-04-24
Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf
Jelmer Vernooij
2
-96
/
+34
2003-04-23
This define does not always seem to be present, so define it if need be.
Andrew Bartlett
1
-0
/
+4
2003-04-23
- Merge a memory leak fix from HEAD
Andrew Bartlett
1
-11
/
+16
2003-04-23
Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changed
Andrew Bartlett
1
-3
/
+7
2003-04-22
Remove ldapsam_search_one_user_by_uid from pdb_ldap.
Andrew Bartlett
2
-68
/
+22
2003-04-22
This is meant to be initialised to the size of the buffer.
Andrew Bartlett
1
-1
/
+1
2003-04-22
Make pdb_ldap use a random factor in deciding how long we need to sleep.
Andrew Bartlett
1
-7
/
+22
2003-04-22
Merge mimir's trusted domain code from HEAD -> 3.0, plus some memory
Andrew Bartlett
1
-37
/
+55
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2
-16
/
+101
2003-04-21
Default to "passdb.xml" as default output filename instead of "-"
Jelmer Vernooij
1
-1
/
+1
2003-04-21
- Fix modules build of pdb_mysql and pdb_xml
Jelmer Vernooij
2
-9
/
+3
2003-04-21
Pdb modules are in $libdir/pdb not $libdir/passdb
Jelmer Vernooij
1
-1
/
+1
2003-04-19
Address gcc warnings.
Volker Lendecke
1
-1
/
+5
[next]