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
/
source4
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
2
-35
/
+55
2007-10-10
r611: Fix breakage from my last commit:
Andrew Bartlett
1
-6
/
+6
2007-10-10
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
9
-51
/
+101
2007-10-10
r451: More NTLMSSP work.
Andrew Bartlett
3
-90
/
+167
2007-10-10
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
7
-156
/
+753
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
4
-8
/
+38
2007-10-10
r324: - don't reseed on every password generate
Andrew Tridgell
1
-1
/
+5
2007-10-10
r305: - added IDL and test code for samr_RidToSid()
Andrew Tridgell
2
-15
/
+36
2007-10-10
r275: added IDL and test code for samr_QueryDisplayInfo3(),
Andrew Tridgell
1
-2
/
+6
2007-10-10
r265: fixed a bug in the string to sid conversion code
Andrew Tridgell
1
-6
/
+7
2007-10-10
r204: Turns out that the string in the SEARCH unix_info level is that
Jeremy Allison
2
-5
/
+50
2007-10-10
r189: Added UNIX search into tests - added client library parse code.
Jeremy Allison
1
-1
/
+27
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
9
-39
/
+159
2007-10-10
r101: added lsa_SetSecret() and lsa_QuerySecret()
Andrew Tridgell
4
-3
/
+227
2007-10-10
r100: remember the user session key during session setup so it can be used in...
Andrew Tridgell
2
-0
/
+11
2007-10-10
r42: importing .cvsignore files
Gerald Carter
1
-3
/
+0
2007-10-10
r23: get rid of def_finfo
Andrew Tridgell
1
-3
/
+0
2004-03-25
fixed the handling of level II oplocks in samba4, especially when
Andrew Tridgell
2
-2
/
+3
2004-03-08
fixed two writex client bugs
Andrew Tridgell
1
-4
/
+4
2004-02-21
The file descriptor argument to cli_getattrE() is a fnum not a fd.
Tim Potter
1
-2
/
+2
2004-02-21
fixed a problem with the smb client code spinning when the connection
Andrew Tridgell
1
-1
/
+5
2004-02-12
move more code to the config.m4 scheme
Stefan Metzmacher
2
-0
/
+45
2004-02-10
Convert libcli routines to return NTSTATUS instead of BOOL. Again, the
Tim Potter
4
-112
/
+113
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
2
-0
/
+344
2004-02-08
Convert libcli routines to use cli_tree instead of cli_state. Port
Tim Potter
8
-152
/
+168
2004-02-01
merge:
Stefan Metzmacher
2
-44
/
+72
2004-01-15
* fixed a segv when -U is not used in smbtorture.
Andrew Tridgell
2
-6
/
+18
2004-01-02
Autodetect service_type in cli_tree_full_connection() if the caller
Tim Potter
1
-0
/
+6
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-1
/
+2
2003-12-15
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
1
-1
/
+2
2003-12-11
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
1
-3
/
+5
2003-12-04
* patch based on work by Jim Myers to unify the ioctl handling to be
Andrew Tridgell
1
-34
/
+71
2003-12-02
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
1
-3
/
+9
2003-12-02
another big improvement in the credentials API. I think it now
Andrew Tridgell
1
-42
/
+69
2003-12-02
* netr_ServerPasswordSet() now works - the test suite changes the
Andrew Tridgell
1
-0
/
+11
2003-12-01
* another small API change in the credentials code
Andrew Tridgell
2
-62
/
+88
2003-12-01
neater credentials handling in netlogon client code
Andrew Tridgell
1
-159
/
+32
2003-12-01
fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
Andrew Tridgell
1
-2
/
+1
2003-12-01
added netr_LogonSamLogon() and test code
Andrew Tridgell
1
-3
/
+0
2003-12-01
added netr_ServerAuthenticate() and test code
Andrew Tridgell
2
-21
/
+213
2003-12-01
* got rid of UNISTR2 and everything that depends on it
Andrew Tridgell
2
-194
/
+3
2003-11-26
fixed default port handling pointed out by Tom Jansen
Andrew Tridgell
1
-1
/
+1
2003-11-26
fixed some memory leaks in the dcerpc use of ntlmssp signing
Andrew Tridgell
1
-2
/
+6
2003-11-26
signed DCERPC over TCP now works !
Andrew Tridgell
7
-941
/
+1788
2003-11-23
reduced the number of magic types we need in mkproto.pl
Andrew Tridgell
1
-2
/
+2
2003-11-20
make the socket send code a little clearer
Andrew Tridgell
1
-1
/
+5
2003-11-19
updated copyright year
Andrew Tridgell
1
-1
/
+1
2003-11-17
* add another WERR err code
Andrew Tridgell
1
-0
/
+1
2003-11-17
security descriptors are no longer a "special" type, they are handled
Andrew Tridgell
1
-1
/
+1
2003-11-17
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
1
-0
/
+6
[next]