index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put an 0x in front of a hex number.
Tim Potter
2001-06-26
1
-1
/
+1
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
1
-1
/
+1
*
- make the regresison test mode code build in by default. This should
Andrew Tridgell
2001-06-25
1
-4
/
+1
*
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
2001-06-22
1
-3
/
+9
*
Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts to
Tim Potter
2001-06-22
1
-20
/
+34
*
Merged cli_read_one() function for reading DCE/RPC reply fragments.
Tim Potter
2001-06-22
1
-0
/
+46
*
added some comments to make the cli read code clearer
Andrew Tridgell
2001-06-22
1
-4
/
+14
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
1
-5
/
+8
*
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
2001-06-21
4
-14
/
+30
*
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
2001-06-21
2
-8
/
+15
*
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
2001-06-20
2
-2
/
+2
*
Added cli_samr_delete_dom_user() function.
Tim Potter
2001-06-20
1
-0
/
+44
*
New info level tester.
Jeremy Allison
2001-06-18
1
-0
/
+43
*
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
2001-06-18
2
-47
/
+79
*
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter
2001-06-18
1
-1
/
+1
*
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
Tim Potter
2001-06-15
1
-0
/
+1
*
Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
Tim Potter
2001-06-15
1
-0
/
+49
*
Added some msdfs client routines.
Tim Potter
2001-06-13
1
-0
/
+222
*
Fix up the problems with calling smbc_init multiple times.
Richard Sharpe
2001-06-07
1
-0
/
+6
*
Added stubs for dfs rpc client routines.
Tim Potter
2001-06-06
1
-0
/
+79
*
Fixed bug in cli_samr_create_dom_user()
Tim Potter
2001-06-06
1
-4
/
+68
*
Set correct reply word in large writeX (greater than 64k) replies.
Jeremy Allison
2001-06-05
1
-1
/
+5
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Added add domain user to rpcclient.
Tim Potter
2001-06-04
1
-0
/
+150
*
merge from 2.2
Gerald Carter
2001-05-31
1
-2
/
+0
*
Added srv_get_info client command.
Tim Potter
2001-05-24
1
-0
/
+46
*
Added logon control2 client call.
Tim Potter
2001-05-24
1
-29
/
+15
*
Added stubs for SRVSVC and NETLOGON rpcclient commands.
Tim Potter
2001-05-24
2
-0
/
+224
*
merge from 2.2 DeletePrinterDriver() server side stud coming
Gerald Carter
2001-05-17
1
-0
/
+57
*
Fix a small warning about char * vs unsigned char * that gets some compilers
Richard Sharpe
2001-05-17
1
-1
/
+1
*
Further recasts to sockaddr * rather than sockaddr_in *
Richard Sharpe
2001-05-17
1
-3
/
+3
*
Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL
Richard Sharpe
2001-05-15
1
-24
/
+24
*
Compile fixes for dynamic samr_query_userinfo() stuff.
Tim Potter
2001-05-14
1
-3
/
+2
*
Use talloc_strdup() instead of strdup().
Tim Potter
2001-05-11
1
-1
/
+1
*
Memory leak fixes plus general cleanup.
Tim Potter
2001-05-11
1
-1
/
+4
*
Fix for query_dispinfo()
Tim Potter
2001-05-08
1
-0
/
+70
*
Some reformatting (sorry Gerald).
Tim Potter
2001-05-07
2
-143
/
+155
*
Fixed a compiler warning. Still more const warnings though. )-:
Tim Potter
2001-05-07
1
-1
/
+1
*
Zero fnum when initialising a cli_state.
Tim Potter
2001-05-04
1
-0
/
+2
*
Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.
Tim Potter
2001-05-04
1
-0
/
+107
*
Added cli_samr_enum_dom_groups() function.
Tim Potter
2001-05-04
1
-0
/
+77
*
Fixup smbcacls. Don't return memory already freed, don't free memory allocated
Jeremy Allison
2001-05-01
1
-12
/
+1
*
- fixed some compiler warnings
Andrew Tridgell
2001-04-28
1
-1
/
+1
*
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
Gerald Carter
2001-04-28
3
-162
/
+300
*
merging from 2.2 to head
Andrew Tridgell
2001-04-22
4
-55
/
+195
*
Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other than
Jeremy Allison
2001-04-15
1
-4
/
+12
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+1
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
2
-7
/
+7
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-4
/
+4
*
Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.
Jeremy Allison
2001-03-29
1
-0
/
+41
[prev]
[next]