Age | Commit message (Expand) | Author | Files | Lines |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -0/+1 |
2008-12-23 | Fix more ‘asprintf’, declared with attribute warn_unused_result. | Jeremy Allison | 1 | -3/+4 |
2008-12-09 | s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script. | Günther Deschner | 1 | -1/+1 |
2008-07-24 | pdb_ldap: Raise level for debug message to avoid log file flooding. | John H Terpstra | 1 | -1/+1 |
2008-07-18 | Use LDAP macros instead of attribute names. | Karolin Seeger | 1 | -20/+19 |
2008-07-14 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-07-10 | Fix some memleaks regarding trustdom passwords | Volker Lendecke | 1 | -3/+15 |
2008-07-10 | Fix some uninitialized variable references via ndr_print | Volker Lendecke | 1 | -1/+3 |
2008-07-10 | Give a nice error message if trying to join with a non-privileged user | Volker Lendecke | 1 | -1/+1 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -24/+54 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -4/+10 |
2008-03-14 | Fix bug 4901 | Volker Lendecke | 1 | -3/+8 |
2008-03-05 | Fix a memleak -- Coverity ID 222 | Volker Lendecke | 1 | -1/+2 |
2008-03-04 | Fix crash bug in pdb_init_ldapsam(). | Günther Deschner | 1 | -2/+2 |
2008-02-19 | Change ldap search filter. This function is also used to search machine accou... | Karolin Seeger | 1 | -2/+2 |
2008-02-11 | Change ldap search filter. This function is also used to search machine accou... | Karolin Seeger | 1 | -1/+1 |
2008-01-09 | Fix memleak in ldapsam_rename_sam_account() found by IBM checker. | Michael Adam | 1 | -1/+1 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 1 | -7/+11 |
2008-01-02 | Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be> | Jeremy Allison | 1 | -0/+4 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -102/+0 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -8/+8 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -5/+9 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -3/+4 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -30/+27 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -14/+16 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -2/+2 |
2007-11-27 | Remove unused prototype for smbldap_get_single_pstring(). | Jeremy Allison | 1 | -2/+8 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2007-11-26 | Improve debug message | Volker Lendecke | 1 | -1/+2 |
2007-11-14 | Remove smbldap_get_single_pstring() and all pstrings | Jeremy Allison | 1 | -461/+802 |
2007-11-05 | static pstring removal | Volker Lendecke | 1 | -2/+6 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -41/+41 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-10 | r25165: Use talloc_asprintf_append_buffer with an unmodified | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25092: Add support for storing trusted domain passwords in LDAP for | Michael Adam | 1 | -5/+277 |
2007-10-10 | r25091: Start adding support for storing trusted domain passwords in LDAP | Michael Adam | 1 | -0/+44 |
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 | r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23194: cherry pick two fixes from SAMBA_3_0_26 | Gerald Carter | 1 | -2/+6 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r21609: Fix memory leaks in error code paths (and one in winbindd_group.c). | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21608: Fix a couple of memleaks in error code paths before | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21606: Implement escaping function for ldap RDN values | Simo Sorce | 1 | -8/+60 |
2007-10-10 | r20402: Fix spelling: samba bug #4292 debian #402392 | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 1 | -13/+38 |
2007-10-10 | r19943: Fix bug 4267 -- Thanks to David! | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r19083: Fix objectclass | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -0/+4 |