Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1297: Yes, it does survive valgrind for my tests :-) | Volker Lendecke | 1 | -0/+29 |
2007-10-10 | r916: Memory leak fix from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 1 | -2/+6 |
2004-03-11 | Get MungedDial actually working with full TS strings in it for pdb_ldap. | Jim McDonough | 1 | -8/+8 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 1 | -1/+1 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 1 | -5/+0 |
2003-11-14 | fix more memory leaks in the LDAP backend code; patches from metze | Gerald Carter | 1 | -4/+14 |
2003-11-07 | fix for bug 680 (heads up). This gist is to map the | Gerald Carter | 1 | -355/+129 |
2003-09-10 | Ensure we consistantly translate to/from utf8 for talking to LDAP. | Jeremy Allison | 1 | -33/+31 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 2 | -4/+4 |
2003-08-13 | 2 fixes | Gerald Carter | 3 | -168/+168 |
2003-08-06 | rework winbindd_accountdb_init() to reduce error messages in the log | Gerald Carter | 1 | -14/+21 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 2 | -2/+2 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 3 | -3/+3 |
2003-07-24 | Some more [ug]id_t printf fixes. | Tim Potter | 1 | -4/+4 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -26/+19 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 4 | -31/+46 |
2003-07-11 | moving more code around. | Gerald Carter | 4 | -3/+450 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 3 | -1/+32 |
2003-07-07 | fix some compile problems. Can't get IDMAP_OBJ our of proto.h | Gerald Carter | 1 | -1/+2 |
2003-07-07 | Cleaning up linking issues. sam/idmap*.c only links in | Gerald Carter | 2 | -279/+1 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -110/+27 |
2003-07-06 | This changes our Unix primary GID behaviour back to what most people expect: | Andrew Bartlett | 1 | -3/+4 |
2003-07-05 | Add some debug statments to our vampire code - try to make it easier to track | Andrew Bartlett | 1 | -2/+4 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 1 | -0/+11 |
2003-07-05 | Allow modification of an existing entry. | Andrew Bartlett | 1 | -15/+36 |
2003-07-04 | Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to be | Andrew Bartlett | 1 | -0/+5 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 2 | -593/+269 |
2003-07-02 | Fix for idmap startup bug with remote ldap backend. | Jeremy Allison | 1 | -21/+47 |
2003-07-01 | Don't set a mapping that is already there. | Volker Lendecke | 1 | -0/+15 |
2003-06-30 | Merge of Volkers patch to make the logic clearer (with my mod). | Jeremy Allison | 1 | -44/+45 |
2003-06-30 | Fix missing ret = found by Volker. | Jeremy Allison | 1 | -1/+1 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 3 | -59/+75 |
2003-06-26 | Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLY | Jeremy Allison | 3 | -13/+33 |
2003-06-26 | As has been pointed out, ordering here doesn't matter so use normal | Jeremy Allison | 1 | -2/+2 |
2003-06-26 | Fix immediate bug where the idmap can't tell the difference between an entry | Jeremy Allison | 2 | -17/+32 |
2003-06-25 | Ensure idmap backends are added in the correct order (DLIST_ADD puts | Jeremy Allison | 3 | -8/+26 |
2003-06-25 | Fix a warning in a DEBUG | Volker Lendecke | 1 | -12/+12 |
2003-06-25 | Tought I already done. | Simo Sorce | 2 | -32/+22 |
2003-06-25 | More debugs for this... (these should have been here already !). | Jeremy Allison | 1 | -1/+8 |
2003-06-25 | More instrumentation tracking down this bug... | Jeremy Allison | 1 | -1/+5 |
2003-06-25 | Start to instrument this code as I try and track down a nasty bug that | Jeremy Allison | 1 | -3/+34 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 2 | -14/+14 |
2003-06-21 | This patch fixes some issues with idmap_tdb as raised by bug #181 | Andrew Bartlett | 1 | -91/+115 |
2003-06-21 | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 1 | -12/+12 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -1/+1 |
2003-06-18 | There's nothing particularly secret in idmap.tdb, so create it with | Volker Lendecke | 1 | -1/+1 |
2003-06-17 | And more other memory leaks. One new (idmap) and one ancient (groupdb). | Volker Lendecke | 1 | -0/+1 |
2003-06-17 | Fix memory leak in idmap. Valgrind is soooo cool. | Volker Lendecke | 1 | -0/+2 |
2003-06-14 | Add 'net idmap restore'. This restores a broken idmap file | Volker Lendecke | 1 | -1/+42 |
2003-06-11 | Sorry idra for messing around with your stuff, but this was obviously not | Volker Lendecke | 1 | -3/+3 |