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