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
2001-07-07
Add backend encryption support for NTLMv2.
Andrew Bartlett
2
-5
/
+100
2001-07-05
Renamed formal parameter fd to fnum because we're talking about SMB file
Tim Potter
1
-10
/
+7
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
4
-9
/
+9
2001-07-04
The big character set handling changeover!
Andrew Tridgell
15
-266
/
+94
2001-07-03
Fixed incorrect comment for cli_NetServerEnum()
Tim Potter
1
-4
/
+4
2001-07-02
Insure caught the fact that PTRDIFFs were being done between two unrelated
Jeremy Allison
2
-5
/
+17
2001-07-01
cli_read() was reading too many bytes.
Andrew Tridgell
1
-2
/
+1
2001-06-29
Use a logical cli_read(), removed the cli_read_one() hack.
Jeremy Allison
1
-124
/
+61
2001-06-27
Fix a stupid typo ...
Richard Sharpe
1
-2
/
+2
2001-06-26
Put an 0x in front of a hex number.
Tim Potter
1
-1
/
+1
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-1
/
+1
2001-06-25
- make the regresison test mode code build in by default. This should
Andrew Tridgell
1
-4
/
+1
2001-06-22
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
1
-3
/
+9
2001-06-22
Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts to
Tim Potter
1
-20
/
+34
2001-06-22
Merged cli_read_one() function for reading DCE/RPC reply fragments.
Tim Potter
1
-0
/
+46
2001-06-22
added some comments to make the cli read code clearer
Andrew Tridgell
1
-4
/
+14
2001-06-21
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
1
-5
/
+8
2001-06-21
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
4
-14
/
+30
2001-06-21
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
2
-8
/
+15
2001-06-20
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
2
-2
/
+2
2001-06-20
Added cli_samr_delete_dom_user() function.
Tim Potter
1
-0
/
+44
2001-06-18
New info level tester.
Jeremy Allison
1
-0
/
+43
2001-06-18
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
2
-47
/
+79
2001-06-18
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter
1
-1
/
+1
2001-06-15
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
Tim Potter
1
-0
/
+1
2001-06-15
Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
Tim Potter
1
-0
/
+49
2001-06-13
Added some msdfs client routines.
Tim Potter
1
-0
/
+222
2001-06-07
Fix up the problems with calling smbc_init multiple times.
Richard Sharpe
1
-0
/
+6
2001-06-06
Added stubs for dfs rpc client routines.
Tim Potter
1
-0
/
+79
2001-06-06
Fixed bug in cli_samr_create_dom_user()
Tim Potter
1
-4
/
+68
2001-06-05
Set correct reply word in large writeX (greater than 64k) replies.
Jeremy Allison
1
-1
/
+5
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-06-04
Added add domain user to rpcclient.
Tim Potter
1
-0
/
+150
2001-05-31
merge from 2.2
Gerald Carter
1
-2
/
+0
2001-05-24
Added srv_get_info client command.
Tim Potter
1
-0
/
+46
2001-05-24
Added logon control2 client call.
Tim Potter
1
-29
/
+15
2001-05-24
Added stubs for SRVSVC and NETLOGON rpcclient commands.
Tim Potter
2
-0
/
+224
2001-05-17
merge from 2.2 DeletePrinterDriver() server side stud coming
Gerald Carter
1
-0
/
+57
2001-05-17
Fix a small warning about char * vs unsigned char * that gets some compilers
Richard Sharpe
1
-1
/
+1
2001-05-17
Further recasts to sockaddr * rather than sockaddr_in *
Richard Sharpe
1
-3
/
+3
2001-05-15
Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL
Richard Sharpe
1
-24
/
+24
2001-05-14
Compile fixes for dynamic samr_query_userinfo() stuff.
Tim Potter
1
-3
/
+2
2001-05-11
Use talloc_strdup() instead of strdup().
Tim Potter
1
-1
/
+1
2001-05-11
Memory leak fixes plus general cleanup.
Tim Potter
1
-1
/
+4
2001-05-08
Fix for query_dispinfo()
Tim Potter
1
-0
/
+70
2001-05-07
Some reformatting (sorry Gerald).
Tim Potter
2
-143
/
+155
2001-05-07
Fixed a compiler warning. Still more const warnings though. )-:
Tim Potter
1
-1
/
+1
2001-05-04
Zero fnum when initialising a cli_state.
Tim Potter
1
-0
/
+2
2001-05-04
Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.
Tim Potter
1
-0
/
+107
2001-05-04
Added cli_samr_enum_dom_groups() function.
Tim Potter
1
-0
/
+77
[next]