Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17928: Implement the basic store for CLDAP sitename | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r17902: Fix possible null deref caught by Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_name | Jeremy Allison | 1 | -62/+62 |
2007-10-10 | r17881: Another microstep towards better error reporting: Make get_sorted_dc_... | Volker Lendecke | 2 | -13/+28 |
2007-10-10 | r17874: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17863: Fix unneeded NULL check on pointer parameters causing the | Jeremy Allison | 1 | -7/+2 |
2007-10-10 | r17855: Fix the build on systems without LDAP | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r17854: Steal the LDAP in NTSTATUS trick from Samba4 | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 6 | -60/+77 |
2007-10-10 | r17795: Finally track down the "ads_connect: Interrupted system call" | Gerald Carter | 1 | -14/+34 |
2007-10-10 | r17761: Handle times consistently across all client utils. | Jeremy Allison | 3 | -41/+28 |
2007-10-10 | r17760: The DNS SRV lookup already sorts by priority and weight so don't | Gerald Carter | 1 | -3/+9 |
2007-10-10 | r17677: There is no need for a 2nd krb5_to_nt_status function, is there? | Günther Deschner | 1 | -37/+0 |
2007-10-10 | r17672: remove duplicate description on NT_STATUS_INVALID_PARAMETER (from Mic... | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r17620: Fix two C++ Warnings and a memleak | Volker Lendecke | 1 | -2/+6 |
2007-10-10 | r17612: Modify NTLMSSP session code so that it doesn't store | Jeremy Allison | 2 | -40/+84 |
2007-10-10 | r17606: Introduce krb5_to_ntstatus. | Volker Lendecke | 1 | -0/+37 |
2007-10-10 | r17595: Fix from Ben Winslow <rain@bluecherry.net> to allow | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r17583: Change internal cli_session_setup functions to NTSTATUS. | Volker Lendecke | 1 | -47/+56 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 4 | -60/+71 |
2007-10-10 | r17556: Remove duplicate entries. Thanks to Michael Adam <ma@sernet.de> | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r17431: Fix bug #4003, reported by dale-keyword-samba.c7b741@codefu.org. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r17363: Some C++ warnings | Volker Lendecke | 1 | -5/+8 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 8 | -22/+28 |
2007-10-10 | r17292: Try and fix bug #3967 - signing problems on trans | Jeremy Allison | 2 | -43/+127 |
2007-10-10 | r17291: Fix memory leaks on early exit path. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r17262: After messages from Metze and traces from Karolin Seeger, | Jeremy Allison | 1 | -5/+1 |
2007-10-10 | r17234: Fix error mappings for EQUOTA and ENOBUFS. | Jeremy Allison | 1 | -1/+8 |
2007-10-10 | r17216: From Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 2 | -6/+45 |
2007-10-10 | r17162: Fix typo small typos noticed by Paul Green. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17124: fixed a bug which caused resolve_ads() to spin forever if one of the | Andrew Tridgell | 1 | -11/+9 |
2007-10-10 | r17060: Some c++ warnings | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r16962: Add a few utility fns into client. Allow POSIX capabilities | Jeremy Allison | 1 | -0/+53 |
2007-10-10 | r16960: Some warnings from host "opi" | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 9 | -220/+210 |
2007-10-10 | r16696: Fix the multiple-outstanding write and trans client | Jeremy Allison | 1 | -2/+22 |
2007-10-10 | r16644: Fix bug #3887 reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16630: Fix bug #3881, reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r16606: Klocwork #1990. Malloc the correct size. | Jeremy Allison | 1 | -2/+12 |
2007-10-10 | r16582: Fix Klocwork #1997 and all generic class of problems | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r16552: Fix bug 3849. | Derrell Lipman | 1 | -3/+3 |
2007-10-10 | r16550: Fix bug 3866. Thanks for the report! | Derrell Lipman | 1 | -6/+41 |
2007-10-10 | r16541: Fix #3862 reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r16458: Increase debuglevel of cli_rpc_pipe_close(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16435: Add in the uid info that Jerry needs into the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r16363: Fix Klocwork ID 981 1652 | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607 | Volker Lendecke | 3 | -4/+25 |
2007-10-10 | r16356: Helping derrell out. Jeremy. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16306: Error handling in this asn1 code *sucks*. Fix a generic | Jeremy Allison | 2 | -8/+39 |
2007-10-10 | r16287: Use intptr_t to return an integer of an unknown type cast | Jeremy Allison | 1 | -0/+4 |