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