index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add WERR_INVALID_COMPUTER_NAME.
Günther Deschner
2008-01-24
1
-0
/
+1
*
Merge branch 'setxattr-dos-mode' into v3-2-test
Derrell Lipman
2008-01-23
1
-1
/
+9
|
\
|
*
Allow clearing all settable DOS mode bits. A mode value of zero is ignored by
Derrell Lipman
2008-01-23
1
-1
/
+9
*
|
Don't leak memory in error path.
Jeremy Allison
2008-01-23
1
-0
/
+1
*
|
Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.
Jeremy Allison
2008-01-23
1
-1
/
+1
*
|
Fix Windows 2008 (Longhorn) join.
Andreas Schneider
2008-01-23
1
-1
/
+15
*
|
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
*
|
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
2008-01-23
1
-6
/
+2
|
/
*
Fix typo that disabled setting group id. Thanks, Henrik.
Derrell Lipman
2008-01-18
1
-1
/
+1
*
Add the "allinfo" command to smbclient
Volker Lendecke
2008-01-18
1
-0
/
+131
*
Add and correct some WERROR codes.
Michael Adam
2008-01-18
1
-1
/
+7
*
Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping
Derrell Lipman
2008-01-17
1
-46
/
+37
*
Fix stat results to be consistent between smbc_stat and smbc_fstat.
Derrell Lipman
2008-01-17
1
-1
/
+4
*
Fix bug found by Derrell - windows returns an read return
Jeremy Allison
2008-01-16
1
-21
/
+28
*
Make resolve_ads() static.
Günther Deschner
2008-01-16
1
-5
/
+5
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Derrell Lipman
2008-01-16
2
-273
/
+311
|
\
|
*
Fix the API exported for auth_functions. Ensure we call
Jeremy Allison
2008-01-15
1
-272
/
+310
|
*
libsmb: Do not upper-case target name on NTLMv2 hash generation
Kai Blin
2008-01-15
1
-1
/
+1
*
|
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Derrell Lipman
2008-01-15
2
-13
/
+9
|
\
|
|
*
Windows insists on write sizes < max_xmit on signed connections.
Jeremy Allison
2008-01-14
1
-3
/
+6
|
*
Fix CID 470. resolve_order can't be NULL here so simplify code.
Jeremy Allison
2008-01-12
1
-10
/
+3
*
|
Fix smbc_listxattr() and friends (bug #5189)
Derrell Lipman
2008-01-13
1
-4
/
+7
|
/
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
1
-38
/
+38
*
Fix a memleak found by the IBM checker.
Michael Adam
2008-01-09
1
-0
/
+1
*
Fix CID 461 - resource leak on error.
Jeremy Allison
2008-01-08
1
-0
/
+4
*
Refactor our DsGetDcName call a bit (before it will move into libnetapi).
Günther Deschner
2008-01-07
1
-16
/
+101
*
Add the options smb_encrypt_level to set the requested
Jeremy Allison
2008-01-05
1
-0
/
+98
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
2
-35
/
+56
*
Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.
Günther Deschner
2008-01-04
1
-6
/
+14
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
2
-16
/
+17
*
Map WERR_NO_SUCH_SERVICE with dos_errstr().
Michael Adam
2008-01-04
1
-0
/
+1
*
Add some more join related werror codes.
Günther Deschner
2008-01-03
1
-0
/
+3
*
Added -e, --encrypt option to smbclient that immediately
Jeremy Allison
2007-12-29
1
-11
/
+110
*
Make use of [un]marshall_sec_desc
Volker Lendecke
2007-12-29
1
-28
/
+17
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-2
/
+2
*
Remove static zeros
Volker Lendecke
2007-12-28
2
-3
/
+9
*
Encryption works better when you add the client decrypt code :-).
Jeremy Allison
2007-12-26
1
-0
/
+11
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
13
-95
/
+1070
*
Add get_friendly_werror_msg().
Günther Deschner
2007-12-21
1
-7
/
+45
*
Use ADS_IGNORE_PRINCIPAL define.
Günther Deschner
2007-12-21
1
-2
/
+1
*
Some C++ warnings
Volker Lendecke
2007-12-21
1
-2
/
+2
*
Fix debug messages
Volker Lendecke
2007-12-19
1
-8
/
+9
*
packet_struct is used in several places as raw memory
Volker Lendecke
2007-12-19
1
-0
/
+2
*
Some paranoia checks
Volker Lendecke
2007-12-19
1
-0
/
+8
*
Zero the tdb key, there might be padding
Volker Lendecke
2007-12-19
1
-0
/
+2
*
Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.
Günther Deschner
2007-12-19
1
-0
/
+1
*
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
2007-12-15
1
-8
/
+42
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
4
-7
/
+7
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
1
-4
/
+4
*
Use sid_to_string directly
Volker Lendecke
2007-12-15
1
-1
/
+1
[next]