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
r975: slight improvemet to nt_errstr(), still needs to be fixed properly
Andrew Tridgell
1
-2
/
+2
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
7
-27
/
+25
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
10
-130
/
+130
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
6
-8
/
+8
2007-10-10
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
7
-55
/
+55
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r898: - remove some unused macros
Andrew Tridgell
1
-0
/
+7
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r891: fix compile
Gerald Carter
1
-2
/
+2
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
21
-70
/
+70
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
23
-66
/
+66
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
18
-50
/
+50
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
6
-199
/
+294
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
8
-39
/
+35
2007-10-10
r754: Implement the SetPassword operation on the netlogon pipe.
Andrew Bartlett
1
-16
/
+45
2007-10-10
r743: Start on a NETLOGON server in Samba4.
Andrew Bartlett
2
-3
/
+52
2007-10-10
r719: Follow the trend - remove more unused functions.
Andrew Bartlett
1
-22
/
+0
2007-10-10
r718: removed some more unused code, and two source files
Andrew Tridgell
2
-73
/
+0
2007-10-10
r708: Clean up copyright headers, to reflect code that has come and gone
Andrew Bartlett
1
-4
/
+3
2007-10-10
r702: fix krb5 linking
Stefan Metzmacher
1
-1
/
+6
2007-10-10
r697: make use of SMB_EXT_LIB for LDAP and KRB5
Stefan Metzmacher
1
-1
/
+2
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
[next]