Age | Commit message (Expand) | Author | Files | Lines |
2008-02-17 | Remove unused creds_client_check and creds_client_step. | Günther Deschner | 1 | -23/+0 |
2008-02-17 | Use new IDL based PAC structures in clikrb5.c | Günther Deschner | 1 | -7/+7 |
2008-02-17 | Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob. | Günther Deschner | 1 | -98/+119 |
2008-02-16 | Use rpccli_netr_ServerPasswordSet in "just_change_the_password()". | Günther Deschner | 1 | -1/+26 |
2008-02-16 | Remove unused creds_server_check and creds_server_step. | Günther Deschner | 1 | -41/+0 |
2008-02-15 | Replace DOM_CHAL with "struct netr_Credential" where we can right now. | Günther Deschner | 1 | -15/+17 |
2008-02-15 | Add netlogon_creds_server_check and netlogon_creds_server_step. | Günther Deschner | 1 | -0/+45 |
2008-02-15 | Add netlogon_creds_client_check and netlogon_creds_client_step. | Günther Deschner | 1 | -0/+31 |
2008-02-14 | Allow the mechOID to be written separately. | Jeremy Allison | 1 | -2/+4 |
2008-02-13 | Use rpccli_lsa_EnumTrustDom all over the place. | Günther Deschner | 1 | -2/+26 |
2008-02-11 | Add a missing return | Volker Lendecke | 1 | -1/+1 |
2008-02-08 | We don't need the extra null termination - we've | Jeremy Allison | 1 | -9/+4 |
2008-02-08 | Make clilist work again with OS/2 (kukks help!). | Jeremy Allison | 1 | -1/+17 |
2008-02-08 | From kukks - prevent crashes if finfo.name == NULL. | Jeremy Allison | 1 | -0/+11 |
2008-02-08 | Try and fix length and finfo calls for older clients. Working | Jeremy Allison | 1 | -7/+21 |
2008-02-08 | Fix bug reported on IRC enumerating shares with OS/2. | Jeremy Allison | 1 | -3/+4 |
2008-02-08 | Fix some typos. | Karolin Seeger | 1 | -1/+1 |
2008-02-02 | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 1 | -4/+25 |
2008-02-02 | read_socket_with_timeout_ntstatus->read_socket_with_timeout | Volker Lendecke | 1 | -1/+1 |
2008-02-02 | Get rid of read_socket_with_timeout | Volker Lendecke | 1 | -2/+22 |
2008-01-29 | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then). | Günther Deschner | 1 | -100/+14 |
2008-01-27 | Adding missing calls to va_end(). | Tim Potter | 1 | -4/+19 |
2008-01-24 | Add WERR_INVALID_COMPUTER_NAME. | Günther Deschner | 1 | -0/+1 |
2008-01-23 | Merge branch 'setxattr-dos-mode' into v3-2-test | Derrell Lipman | 1 | -1/+9 |
2008-01-23 | Allow clearing all settable DOS mode bits. A mode value of zero is ignored by | Derrell Lipman | 1 | -1/+9 |
2008-01-23 | Don't leak memory in error path. | Jeremy Allison | 1 | -0/+1 |
2008-01-23 | Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe. | Jeremy Allison | 1 | -1/+1 |
2008-01-23 | Fix Windows 2008 (Longhorn) join. | Andreas Schneider | 1 | -1/+15 |
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 1 | -1/+1 |
2008-01-23 | read_socket_with_timeout has timeout=0 handling | Volker Lendecke | 1 | -6/+2 |
2008-01-18 | Fix typo that disabled setting group id. Thanks, Henrik. | Derrell Lipman | 1 | -1/+1 |
2008-01-18 | Add the "allinfo" command to smbclient | Volker Lendecke | 1 | -0/+131 |
2008-01-18 | Add and correct some WERROR codes. | Michael Adam | 1 | -1/+7 |
2008-01-17 | Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping | Derrell Lipman | 1 | -46/+37 |
2008-01-17 | Fix stat results to be consistent between smbc_stat and smbc_fstat. | Derrell Lipman | 1 | -1/+4 |
2008-01-16 | Fix bug found by Derrell - windows returns an read return | Jeremy Allison | 1 | -21/+28 |
2008-01-16 | Make resolve_ads() static. | Günther Deschner | 1 | -5/+5 |
2008-01-16 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Derrell Lipman | 2 | -273/+311 |
2008-01-15 | Fix the API exported for auth_functions. Ensure we call | Jeremy Allison | 1 | -272/+310 |
2008-01-15 | libsmb: Do not upper-case target name on NTLMv2 hash generation | Kai Blin | 1 | -1/+1 |
2008-01-15 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Derrell Lipman | 2 | -13/+9 |
2008-01-14 | Windows insists on write sizes < max_xmit on signed connections. | Jeremy Allison | 1 | -3/+6 |
2008-01-13 | Fix smbc_listxattr() and friends (bug #5189) | Derrell Lipman | 1 | -4/+7 |
2008-01-12 | Fix CID 470. resolve_order can't be NULL here so simplify code. | Jeremy Allison | 1 | -10/+3 |
2008-01-11 | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 1 | -38/+38 |
2008-01-09 | Fix a memleak found by the IBM checker. | Michael Adam | 1 | -0/+1 |
2008-01-08 | Fix CID 461 - resource leak on error. | Jeremy Allison | 1 | -0/+4 |
2008-01-07 | Refactor our DsGetDcName call a bit (before it will move into libnetapi). | Günther Deschner | 1 | -16/+101 |
2008-01-05 | Add the options smb_encrypt_level to set the requested | Jeremy Allison | 1 | -0/+98 |
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 2 | -35/+56 |