Age | Commit message (Expand) | Author | Files | Lines |
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 1 | -1/+1 |
2008-11-14 | Rename some variables in getpwnam_alloc() for clarity | Volker Lendecke | 1 | -11/+12 |
2008-11-14 | sys_pwnam doesn't return talloced memory, so don't mix up the returned struct. | Volker Lendecke | 1 | -4/+1 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -1/+1 |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | Convert the pwnam cache to memcache | Volker Lendecke | 1 | -53/+15 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r22026: Missed in my last commit, another case where we need to copy, not ref... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22024: Don't leak, actually use the provided memory context... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22023: I don't like this cache, but I think Jeremy is right, the consequences | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r17334: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r14764: Fix possible null pointer deref. Coverity #253. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r13601: * Remove unused code from pdb_ldap.c | Gerald Carter | 1 | -5/+4 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -49/+30 |
2007-10-10 | r5647: Caches are good for performance, but you get a consistency problem. | Volker Lendecke | 1 | -0/+14 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nss | Volker Lendecke | 1 | -0/+43 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -46/+2 |
2002-03-18 | more verbose checking in talloc and util_pw | Simo Sorce | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -0/+134 |