index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
1999-07-09
When making anonymous connections, must pass pointers to real nt
Tim Potter
1
-5
/
+5
1999-07-08
fixed problem with NULL ntpasswd parameters causing crash in
Luke Leighton
1
-9
/
+43
1999-06-29
removed old code/comments.
Luke Leighton
1
-66
/
+0
1999-06-29
smbclient modified to use cli_establish_connection(). smbclient therefore
Luke Leighton
2
-5
/
+22
1999-06-29
improving authentication code (tidyup).
Luke Leighton
3
-129
/
+483
1999-06-24
use nmb_safe_namestr.
Luke Leighton
1
-3
/
+8
1999-06-24
safe string version of nmb_namestr.
Luke Leighton
1
-4
/
+13
1999-06-24
safe string error reporting functions (found a potential buffer overflow
Luke Leighton
3
-62
/
+93
1999-04-23
Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient
Matthew Chapman
1
-1
/
+2
1999-03-25
fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is
Luke Leighton
1
-1
/
+1
1999-03-24
NULL pointer handling in nt_lm_owf_gen
Luke Leighton
1
-1
/
+4
1999-03-23
ERRmoredata is informational and should not be treated as a hard error
Matthew Chapman
1
-7
/
+6
1999-03-19
const char* instead of char* for input
Luke Leighton
1
-1
/
+1
1999-03-19
return type of nt_decrypt_string2 set to BOOL.
Luke Leighton
1
-4
/
+3
1999-03-19
Implemented encryption algorithm used for a number of RPC buffers.
Matthew Chapman
2
-1
/
+46
1999-03-01
Benjamin Kuit's MYSQL SAM Database implementation.
Luke Leighton
1
-0
/
+2
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-1
/
+1
1999-02-11
the UNICODE issue...
Luke Leighton
2
-2
/
+2
1999-02-08
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
1
-1
/
+1
1999-02-01
Must set password length to 24 after we encrypt a password.
Matthew Chapman
1
-0
/
+2
1999-01-28
returned cli_session_setup to previous behaviour. added a couple of
Luke Leighton
1
-7
/
+22
1999-01-27
- got client code cleartext passwords working again in cli_session_setup.
Luke Leighton
1
-20
/
+26
1999-01-25
Putting back the -p flag in smbclient.
Richard Sharpe
1
-1
/
+17
1999-01-18
In security=user mode we must allow cli_connect_serverlist to connect to our
Matthew Chapman
1
-1
/
+1
1999-01-15
eclass != ERRDOS && num != ERRmoredata
Matthew Chapman
1
-1
/
+1
1998-12-14
server_cryptkey() now calling cli_connectserverlist(). stupid microsoft
Luke Leighton
1
-2
/
+11
1998-12-09
bugfix in smb_err_msg
Luke Leighton
1
-3
/
+2
1998-12-09
adding some enumerate services code, client and server.
Luke Leighton
1
-26
/
+39
1998-12-02
ERRmoredata is an acceptable error code, it is not an error.
Luke Leighton
1
-2
/
+6
1998-11-30
another attempt at a fix on connect_serverlist()...
Luke Leighton
1
-8
/
+8
1998-11-30
andrej spotted problem with connect_serverlist (starts off assuming
Luke Leighton
1
-1
/
+1
1998-11-26
Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().
Tim Potter
1
-1
/
+1
1998-11-19
Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.
Jeremy Allison
1
-1
/
+2
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-49
/
+150
1998-11-16
fixed lmhosts parsing. We were using sizeof(name) where name was char*
Andrew Tridgell
1
-3
/
+2
1998-11-14
automatically uppercase server and share names (win95 won't handle
Andrew Tridgell
2
-6
/
+7
1998-11-14
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...
Jeremy Allison
2
-6
/
+6
1998-11-12
Removed code that used printf/fprintf in password changin libraries.
Herb Lewis
1
-8
/
+9
1998-11-12
.cvsignore: Removed old entries.
Herb Lewis
1
-1
/
+17
1998-11-12
extracted the password change code from smbpasswd and used it in swat
Andrew Tridgell
1
-0
/
+100
1998-11-12
largely rewrote smbpasswd so that the code is understandable. This
Andrew Tridgell
4
-11
/
+11
1998-11-12
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
Jeremy Allison
1
-26
/
+0
1998-11-09
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1
-13
/
+13
1998-11-09
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
1
-35
/
+199
1998-11-06
lib/charcnv.c: Improved debug comment.
Jeremy Allison
1
-48
/
+69
1998-11-05
don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
Andrew Tridgell
1
-1
/
+5
1998-10-26
added a couple more error codes to cli_error()
Andrew Tridgell
1
-0
/
+6
1998-10-24
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1
-8
/
+19
1998-10-22
Removed previously #ifdef 0 'ed code.
Jeremy Allison
1
-37
/
+0
[prev]
[next]