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
/
source4
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
a fairly large commit!
Andrew Tridgell
2003-12-16
1
-1
/
+2
*
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
2003-12-15
1
-1
/
+2
*
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
2003-12-11
1
-3
/
+5
*
* patch based on work by Jim Myers to unify the ioctl handling to be
Andrew Tridgell
2003-12-04
1
-34
/
+71
*
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
2003-12-02
1
-3
/
+9
*
another big improvement in the credentials API. I think it now
Andrew Tridgell
2003-12-02
1
-42
/
+69
*
* netr_ServerPasswordSet() now works - the test suite changes the
Andrew Tridgell
2003-12-02
1
-0
/
+11
*
* another small API change in the credentials code
Andrew Tridgell
2003-12-01
2
-62
/
+88
*
neater credentials handling in netlogon client code
Andrew Tridgell
2003-12-01
1
-159
/
+32
*
fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
Andrew Tridgell
2003-12-01
1
-2
/
+1
*
added netr_LogonSamLogon() and test code
Andrew Tridgell
2003-12-01
1
-3
/
+0
*
added netr_ServerAuthenticate() and test code
Andrew Tridgell
2003-12-01
2
-21
/
+213
*
* got rid of UNISTR2 and everything that depends on it
Andrew Tridgell
2003-12-01
2
-194
/
+3
*
fixed default port handling pointed out by Tom Jansen
Andrew Tridgell
2003-11-26
1
-1
/
+1
*
fixed some memory leaks in the dcerpc use of ntlmssp signing
Andrew Tridgell
2003-11-26
1
-2
/
+6
*
signed DCERPC over TCP now works !
Andrew Tridgell
2003-11-26
7
-941
/
+1788
*
reduced the number of magic types we need in mkproto.pl
Andrew Tridgell
2003-11-23
1
-2
/
+2
*
make the socket send code a little clearer
Andrew Tridgell
2003-11-20
1
-1
/
+5
*
updated copyright year
Andrew Tridgell
2003-11-19
1
-1
/
+1
*
* add another WERR err code
Andrew Tridgell
2003-11-17
1
-0
/
+1
*
security descriptors are no longer a "special" type, they are handled
Andrew Tridgell
2003-11-17
1
-1
/
+1
*
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
2003-11-17
1
-0
/
+6
*
- corrected some lsa idl
Andrew Tridgell
2003-11-08
1
-1
/
+5
*
another major bit of restructuring of rpc in Samba4. Mostly moving
Andrew Tridgell
2003-11-06
16
-2971
/
+0
*
finished off the ndr_sec.c module
Andrew Tridgell
2003-11-05
2
-15
/
+164
*
fixed another error found by valgrind
Andrew Tridgell
2003-11-04
2
-5
/
+3
*
fixed some error found by valgrind
Andrew Tridgell
2003-11-04
4
-3
/
+11
*
lsa_EnumSids() now works
Andrew Tridgell
2003-11-04
5
-2
/
+109
*
lsa_OpenPolicy2 now works
Andrew Tridgell
2003-11-04
4
-10
/
+85
*
yipee! we can now do lsaOpenPolicy() via the new interfaces, without
Andrew Tridgell
2003-11-04
10
-25
/
+422
*
added support for fragmented sends
Andrew Tridgell
2003-11-04
3
-8
/
+83
*
added fragmentation support on receive for dcerpc packets. I have
Andrew Tridgell
2003-11-04
2
-5
/
+188
*
added SinkData and SourceData tests for rpcecho
Andrew Tridgell
2003-11-03
4
-1
/
+114
*
added rpcecho EchoData test
Andrew Tridgell
2003-11-03
4
-1
/
+91
*
actually use the passed parameters!
Andrew Tridgell
2003-11-03
1
-3
/
+3
*
added a helper function to make building rpc functions a bit easier
Andrew Tridgell
2003-11-03
3
-32
/
+66
*
started adding RPC-ECHO torture cases
Andrew Tridgell
2003-11-03
6
-11
/
+187
*
we only want the per-call stub data
Andrew Tridgell
2003-11-03
1
-6
/
+21
*
a major revamp of the low level dcerpc code in samba4, We can now do a
Andrew Tridgell
2003-11-03
13
-642
/
+1228
*
- a few portability fixes from Jim Myers
Andrew Tridgell
2003-10-30
6
-0
/
+630
*
A fix for making transfer syntax a pointer instead of an array of pointers
Tim Potter
2003-10-28
1
-2
/
+2
*
Cli level code for initial dcerpc client support.
Tim Potter
2003-10-28
1
-0
/
+254
*
Initial version of raw dcerpc client support.
Tim Potter
2003-10-28
1
-0
/
+222
*
Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is
Tim Potter
2003-10-28
1
-8
/
+53
*
fixed snprintf.c for systems that have only some of the *printf() family of f...
Andrew Tridgell
2003-10-10
1
-0
/
+5
*
thanks to ntfsd and some google searches I worked out what the unknown
Andrew Tridgell
2003-09-02
2
-30
/
+26
*
I think I've finally got the ascii/unicode issues right in trans2 find
Andrew Tridgell
2003-08-31
3
-11
/
+22
*
don't leak memory if cli->tree is NULL
Herb Lewis
2003-08-15
1
-3
/
+5
*
don't dereference null pointer
Herb Lewis
2003-08-15
1
-1
/
+1
*
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
2003-08-15
1
-4
/
+1
[prev]
[next]