summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison1-46/+34
2001-11-15Doxygen demo for Tim.Martin Pool1-9/+24
2001-11-14Close the socket and set the file descriptor to -1 if there was a socketTim Potter1-0/+9
2001-11-14Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2-60/+2
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-07Add function to add those hosts who have added msbrowse (domain master browsers)Steve French1-0/+8
2001-11-05Fixed looking up domain (winbind) users ahead of local users inTim Potter1-6/+18
2001-11-05free the negTokenInit structureAndrew Tridgell1-0/+2
2001-11-05merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter1-1/+1
2001-11-04Got serious about const again.Jeremy Allison4-98/+100
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison4-43/+58
2001-11-03Added support for UserListGroups, ServiceEnumSteve French1-0/+125
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2-31/+46
2001-10-31More const.Andrew Bartlett1-2/+2
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-2/+23
2001-10-31Some tweaking to make the samlogon function look more like NT on the wire.Tim Potter1-7/+7
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+6
2001-10-30Fix debug in domain_client_validate() when password server = *.Tim Potter1-1/+1
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-13/+41
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter1-0/+72
2001-10-29This patch applied, except without the structure changes to nmblib.cAndrew Bartlett5-8/+8
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-11/+11
2001-10-23more compiler warningsHerb Lewis1-2/+2
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2-1/+8
2001-10-22Fix for @ in pathname from Kian Win.Jeremy Allison1-1/+5
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison3-21/+21
2001-10-21Fix for compilation on non-krb5 systemsAndrew Bartlett1-1/+1
2001-10-21made smbclient cope better with arbitrary principle formsAndrew Tridgell3-21/+10
2001-10-21support both old and new kerberos OIDsAndrew Tridgell1-1/+2
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-1/+1
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell1-7/+16
2001-10-19Add additional client RAP callsJim McDonough1-0/+1832
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell4-3/+46
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell4-26/+258
2001-10-16fix heimdal compilationAndrew Tridgell1-1/+2
2001-10-14minor Realloc() fix - pedanticAndrew Tridgell1-2/+5
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2-3/+17
2001-10-14fixed two bugs in the NTLMSSP codeAndrew Tridgell1-2/+8
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell2-8/+4
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell5-269/+585
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell3-78/+320
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2-12/+42
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell4-147/+802
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter11-32/+0
2001-09-27Kill unused variablesAndrew Bartlett1-2/+0
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett1-49/+10
2001-09-25added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell1-0/+65
2001-09-24Removed extra '()' s.Jeremy Allison1-8/+6
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-2/+5