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
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor updates. A small dose of const.
Andrew Bartlett
2001-11-11
1
-1
/
+1
*
Add function to add those hosts who have added msbrowse (domain master browsers)
Steve French
2001-11-07
1
-0
/
+8
*
Fixed looking up domain (winbind) users ahead of local users in
Tim Potter
2001-11-05
1
-6
/
+18
*
free the negTokenInit structure
Andrew Tridgell
2001-11-05
1
-0
/
+2
*
merge from 2.2. Why is STR_CONVERT missing when comparing
Gerald Carter
2001-11-05
1
-1
/
+1
*
Got serious about const again.
Jeremy Allison
2001-11-04
4
-98
/
+100
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
4
-43
/
+58
*
Added support for UserListGroups, ServiceEnum
Steve French
2001-11-03
1
-0
/
+125
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
2
-31
/
+46
*
More const.
Andrew Bartlett
2001-10-31
1
-2
/
+2
*
Added some extra fields to the auth_serversupplied_info structure.
Tim Potter
2001-10-31
1
-2
/
+23
*
Some tweaking to make the samlogon function look more like NT on the wire.
Tim Potter
2001-10-31
1
-7
/
+7
*
Parionia to ensure people don't install libsmb based programs setuid root.
Andrew Bartlett
2001-10-31
1
-0
/
+6
*
Fix debug in domain_client_validate() when password server = *.
Tim Potter
2001-10-30
1
-1
/
+1
*
Allow the logon level to be passed to cli_netlogon_sam_logon() rather than
Tim Potter
2001-10-30
1
-13
/
+41
*
Added samlogon command to test against win2k native mode server. I think
Tim Potter
2001-10-30
1
-0
/
+72
*
This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett
2001-10-29
5
-8
/
+8
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
2
-11
/
+11
*
more compiler warnings
Herb Lewis
2001-10-23
1
-2
/
+2
*
a quick fix to get rpcclient working again. This just disables
Andrew Tridgell
2001-10-22
2
-1
/
+8
*
Fix for @ in pathname from Kian Win.
Jeremy Allison
2001-10-22
1
-1
/
+5
*
Ok, I know it's a language thing and it shouldn't matter.... but a kerberos
Jeremy Allison
2001-10-21
3
-21
/
+21
*
Fix for compilation on non-krb5 systems
Andrew Bartlett
2001-10-21
1
-1
/
+1
*
made smbclient cope better with arbitrary principle forms
Andrew Tridgell
2001-10-21
3
-21
/
+10
*
support both old and new kerberos OIDs
Andrew Tridgell
2001-10-21
1
-1
/
+2
*
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
2001-10-20
1
-1
/
+1
*
better krb5 error handling (thanks andrewb!)
Andrew Tridgell
2001-10-20
1
-7
/
+16
*
Add additional client RAP calls
Jim McDonough
2001-10-19
1
-0
/
+1832
*
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
2001-10-18
4
-3
/
+46
*
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
2001-10-17
4
-26
/
+258
*
fix heimdal compilation
Andrew Tridgell
2001-10-16
1
-1
/
+2
*
minor Realloc() fix - pedantic
Andrew Tridgell
2001-10-14
1
-2
/
+5
*
fixed NTLMSSP with XP servers (who don't send the duplicate challenge
Andrew Tridgell
2001-10-14
2
-3
/
+17
*
fixed two bugs in the NTLMSSP code
Andrew Tridgell
2001-10-14
1
-2
/
+8
*
moved some OIDs to the ASN.1 header
Andrew Tridgell
2001-10-12
2
-8
/
+4
*
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
2001-10-12
5
-269
/
+585
*
improve the error handling in the ASN1 code a bit
Andrew Tridgell
2001-10-11
1
-14
/
+22
*
added a ASN.1 parser, so now I can properly parse the negTokenInit
Andrew Tridgell
2001-10-11
3
-78
/
+320
*
fixed some memory leaks, started adding asn1 decoder for server side
Andrew Tridgell
2001-10-11
2
-12
/
+42
*
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
2001-10-11
4
-147
/
+802
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
11
-32
/
+0
*
Kill unused variables
Andrew Bartlett
2001-09-27
1
-2
/
+0
*
Make use of the pdb_set_plaintext_passwd() update to vastly simplify
Andrew Bartlett
2001-09-26
1
-49
/
+10
*
added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file
Andrew Tridgell
2001-09-25
1
-0
/
+65
*
Removed extra '()' s.
Jeremy Allison
2001-09-24
1
-8
/
+6
*
Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.
Tim Potter
2001-09-18
1
-2
/
+5
*
fixed ctemp in server and client. It turns out that ctemp on NT is completely...
Andrew Tridgell
2001-09-17
1
-3
/
+12
*
typo
Simo Sorce
2001-09-17
1
-5
/
+2
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
10
-141
/
+91
*
Merge of sam_pwd_hash() function from tng.
Tim Potter
2001-09-14
1
-0
/
+17
[prev]
[next]