Age | Commit message (Expand) | Author | Files | Lines |
2007-10-19 | Fix a crash in resolve_hosts() caused by an out-of-bounds array reference. | Gerald (Jerry) Carter | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 39 | -383/+383 |
2007-10-18 | Add net rap file user | Karolin Seeger | 1 | -1/+4 |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 1 | -10/+50 |
2007-10-15 | Add WERR_SERVICE_ALREADY_RUNNING. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 6 | -26/+39 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 15 | -1100/+112 |
2007-10-10 | r25538: Revert r25533 | Volker Lendecke | 1 | -2/+26 |
2007-10-10 | r25533: remove a pstring | Volker Lendecke | 1 | -26/+2 |
2007-10-10 | r25510: Now we're returning the port instead of using a global, | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 2 | -216/+333 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 4 | -77/+11 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 4 | -11/+77 |
2007-10-10 | r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>: | Stefan Metzmacher | 1 | -0/+14 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r25032: Contact an off site DC if non is available on site. | Lars Müller | 1 | -9/+16 |
2007-10-10 | r24981: - Use the formal syntax for calling functions through pointers. I've... | Derrell Lipman | 2 | -94/+98 |
2007-10-10 | r24969: Fwd port "open" patch | Simo Sorce | 2 | -3/+3 |
2007-10-10 | r24864: - Correct failure of libsmbclient against a version of Windows found ... | Derrell Lipman | 1 | -24/+2 |
2007-10-10 | r24797: Fix logic in dsgetdcname(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24782: Fix C++ warnings | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r24776: Remove accidentially commited flag checks. | Günther Deschner | 1 | -8/+0 |
2007-10-10 | r24750: Fix one more caller of name_resolve_bcast(). | Michael Adam | 1 | -1/+3 |
2007-10-10 | r24749: Increase debuglevel. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for... | Günther Deschner | 1 | -0/+955 |
2007-10-10 | r24739: With resolve_ads() allow to query for PDCs as well. | Günther Deschner | 1 | -6/+20 |
2007-10-10 | r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS... | Günther Deschner | 2 | -97/+136 |
2007-10-10 | r24543: Apply missing portion of correction for bug 4750 | Derrell Lipman | 1 | -0/+5 |
2007-10-10 | r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so that | Derrell Lipman | 1 | -10/+72 |
2007-10-10 | r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200... | Derrell Lipman | 1 | -4/+0 |
2007-10-10 | r24410: - I got tricked by function naming. Contrary to what seemed obvious ... | Derrell Lipman | 1 | -4/+0 |
2007-10-10 | r24388: - ACL retrieval provided incomplete information because the buffer po... | Derrell Lipman | 1 | -9/+22 |
2007-10-10 | r24281: Fix bug found by Herb. The vuid entry in the cli_state structure gets | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r24223: Convert reply_echo to the new API | Volker Lendecke | 1 | -7/+13 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -3/+11 |
2007-10-10 | r23991: Some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23986: Some const | Volker Lendecke | 1 | -5/+13 |
2007-10-10 | r23893: add dummy callbacks for LDAP SASL wrapping, | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r23888: move elements belonging to the current ldap connection to a | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 5 | -10/+5 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2 | -4/+2 |
2007-10-10 | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 44 | -88/+44 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 50 | -50/+50 |
2007-10-10 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 3 | -11/+17 |
2007-10-10 | r23723: Alexander Larsson pointed me at a missing mapping in clierror.c | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r23710: Remove some code duplication, we do have a random number generator | Volker Lendecke | 1 | -7/+3 |
2007-10-10 | r23651: Always, always, always compile before commit... | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23650: Fix remaining callers of krb5_kt_default(). | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c). | Günther Deschner | 1 | -1/+137 |