Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-04 | Do not pass emtpy wkssvc_PasswordBuffers to rpc functions. | Günther Deschner | 1 | -6/+14 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 2 | -16/+17 |
2008-01-04 | Map WERR_NO_SUCH_SERVICE with dos_errstr(). | Michael Adam | 1 | -0/+1 |
2008-01-03 | Add some more join related werror codes. | Günther Deschner | 1 | -0/+3 |
2007-12-29 | Added -e, --encrypt option to smbclient that immediately | Jeremy Allison | 1 | -11/+110 |
2007-12-29 | Make use of [un]marshall_sec_desc | Volker Lendecke | 1 | -28/+17 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -2/+2 |
2007-12-28 | Remove static zeros | Volker Lendecke | 2 | -3/+9 |
2007-12-26 | Encryption works better when you add the client decrypt code :-). | Jeremy Allison | 1 | -0/+11 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 13 | -95/+1070 |
2007-12-21 | Add get_friendly_werror_msg(). | Günther Deschner | 1 | -7/+45 |
2007-12-21 | Use ADS_IGNORE_PRINCIPAL define. | Günther Deschner | 1 | -2/+1 |
2007-12-21 | Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-12-19 | Fix debug messages | Volker Lendecke | 1 | -8/+9 |
2007-12-19 | packet_struct is used in several places as raw memory | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Some paranoia checks | Volker Lendecke | 1 | -0/+8 |
2007-12-19 | Zero the tdb key, there might be padding | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Merge WERR_NO_SUCH_LOGON_SESSION from Samba4. | Günther Deschner | 1 | -0/+1 |
2007-12-15 | Added patch originally by Andreas Schneider <anschneider@suse.de> | Jeremy Allison | 1 | -8/+42 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 4 | -7/+7 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -4/+4 |
2007-12-15 | Use sid_to_string directly | Volker Lendecke | 1 | -1/+1 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -1/+1 |
2007-12-13 | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 1 | -0/+6 |
2007-12-12 | Make heimdal and MIT happy when iterating through auth data. | Günther Deschner | 1 | -3/+3 |
2007-12-12 | Vista SP1-rc1 appears to break against Samba-3.0.27a | Guenther Deschner | 1 | -3/+3 |
2007-12-12 | Allow cliconnect to loop through multiple ip addresses | Jeremy Allison | 2 | -23/+130 |