summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell2001-11-201-0/+26
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
* Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-151-46/+34
* Doxygen demo for Tim.Martin Pool2001-11-151-9/+24
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-142-60/+2
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* Add function to add those hosts who have added msbrowse (domain master browsers)Steve French2001-11-071-0/+8
* Fixed looking up domain (winbind) users ahead of local users inTim Potter2001-11-051-6/+18
* free the negTokenInit structureAndrew Tridgell2001-11-051-0/+2
* merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter2001-11-051-1/+1
* Got serious about const again.Jeremy Allison2001-11-044-98/+100
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-034-43/+58
* Added support for UserListGroups, ServiceEnumSteve French2001-11-031-0/+125
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-312-31/+46
* More const.Andrew Bartlett2001-10-311-2/+2
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-2/+23
* Some tweaking to make the samlogon function look more like NT on the wire.Tim Potter2001-10-311-7/+7
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+6
* Fix debug in domain_client_validate() when password server = *.Tim Potter2001-10-301-1/+1
* Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter2001-10-301-13/+41
* Added samlogon command to test against win2k native mode server. I thinkTim Potter2001-10-301-0/+72
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-295-8/+8
* This commit is number 4 of 4.Andrew Bartlett2001-10-292-11/+11
* more compiler warningsHerb Lewis2001-10-231-2/+2
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-222-1/+8
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-213-21/+21
* Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-213-21/+10
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+2
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-1/+1
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-201-7/+16
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-184-3/+46
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-174-26/+258
* fix heimdal compilationAndrew Tridgell2001-10-161-1/+2
* minor Realloc() fix - pedanticAndrew Tridgell2001-10-141-2/+5
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-142-3/+17
* fixed two bugs in the NTLMSSP codeAndrew Tridgell2001-10-141-2/+8
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-122-8/+4
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-125-269/+585
* improve the error handling in the ASN1 code a bitAndrew Tridgell2001-10-111-14/+22
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-113-78/+320
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-112-12/+42
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-114-147/+802
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0211-32/+0
* Kill unused variablesAndrew Bartlett2001-09-271-2/+0