Age | Commit message (Expand) | Author | Files | Lines |
2003-06-30 | Add the 'guest' passdb backend automatically if | Volker Lendecke | 1 | -0/+25 |
2003-06-25 | large change: | Gerald Carter | 2 | -3/+2 |
2003-06-25 | Patch to move functions directly from pdb_ldap.c into lib/smbldap.c | Andrew Bartlett | 1 | -718/+8 |
2003-06-24 | Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat. | Andrew Bartlett | 1 | -4/+3 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 3 | -4/+4 |
2003-06-21 | Fix memory leak. secrets_fetch allocates memory. | Volker Lendecke | 1 | -0/+2 |
2003-06-21 | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 1 | -261/+359 |
2003-06-20 | Fix bug #136: "passdb backend = " caused smbd to segfault. | Jim McDonough | 1 | -0/+5 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 3 | -31/+26 |
2003-06-18 | And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey | Volker Lendecke | 1 | -2/+13 |
2003-06-18 | Better panic cleanly than segfault later when no sid can be found and created. | Volker Lendecke | 1 | -2/+3 |
2003-06-17 | Fix a memory leak in pdb_tdb.c. | Volker Lendecke | 1 | -0/+2 |
2003-06-17 | Make static (patch from metze) | Jelmer Vernooij | 2 | -2/+2 |
2003-06-17 | The return value of init_module functions is NTSTATUS, not int | Jelmer Vernooij | 2 | -6/+4 |
2003-06-16 | Update link to DTD | Jelmer Vernooij | 1 | -1/+1 |
2003-06-16 | Quieten another debug message. | Tim Potter | 1 | -1/+1 |
2003-06-16 | Quieten debug message. | Tim Potter | 1 | -1/+1 |
2003-06-13 | Rename some uuid functions so as not to conflict with system | Tim Potter | 1 | -1/+1 |
2003-06-07 | Try to fix memory leaks found by valgrind in pdb_ldap code. | Andrew Bartlett | 1 | -3/+3 |
2003-06-06 | support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1) | Gerald Carter | 1 | -9/+21 |
2003-06-06 | * break out more common code used between pdb_ldap and idmap_ldap | Gerald Carter | 1 | -128/+36 |
2003-06-05 | working draft of the idmap_ldap code. | Gerald Carter | 1 | -282/+3 |
2003-05-27 | cut-n-paste error | Gerald Carter | 1 | -1/+1 |
2003-05-27 | fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names | Gerald Carter | 1 | -6/+8 |
2003-05-27 | I'm pretty sure these uint32's should be uid_t's. Can the passdb guys | Tim Potter | 2 | -3/+3 |
2003-05-22 | fix bug #108; sambaSambaAccount string attributes are case insensitive; don't... | Gerald Carter | 1 | -2/+5 |
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 |