summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett3-7/+6
2001-10-31... and clean up the unused variables.Andrew Bartlett1-3/+0
2001-10-31Small changes for guest authenticated pipes.Andrew Bartlett1-8/+7
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett32-1139/+2216
2001-10-31More const.Andrew Bartlett1-2/+2
2001-10-31SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett1-3/+7
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett4-18/+18
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter8-8/+70
2001-10-31This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter1-1/+1
2001-10-31Don't accidentally return success when sending a broken NET_SAMLOGONTim Potter1-0/+1
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 Bartlett3-1/+15
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett4-2/+17
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-4/+4
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-13/+41
2001-10-30Removed confusing comment.Tim Potter1-1/+1
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett5-34/+18
2001-10-30Display some errors if the initial connection to the server could not beTim Potter1-0/+2
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter2-0/+130
2001-10-30Fixed typo in debug message.Tim Potter1-1/+1
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2-16/+16
2001-10-29Add a bit of 'const' for the data_blob code.Andrew Bartlett1-3/+13
2001-10-29Don't force winbind to use non-local DC's.Volker Lendecke1-1/+1
2001-10-29clear errno before a call, tdbsam will not update it.Simo Sorce1-1/+1
2001-10-29another few changes to the new mangle codeSimo Sorce1-2/+27
2001-10-29change some more functions to the new mangle interface.Simo Sorce1-9/+11
2001-10-29- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce1-4/+81
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett5-26/+28
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 Bartlett23-258/+204
2001-10-29This commit is number 3 of 4.Andrew Bartlett13-53/+114
2001-10-29This commit is number 2 of 4.Andrew Bartlett5-75/+94
2001-10-29This commit is number 1 of 4.Andrew Bartlett4-23/+70
2001-10-29Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter1-11/+14
2001-10-29Hey where did those 4 character tabs come from?Tim Potter1-4/+4
2001-10-29Don't reference tallocated memory that has already been disposed of. TheTim Potter3-11/+26
2001-10-29Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter1-1/+1
2001-10-28fix a logic bug on max size of a returned string,Simo Sorce1-3/+9
2001-10-28added de.msg from Andreas MoroderMotonobu Takahashi1-0/+1707
2001-10-27Fix up the Makefile for now (thanks herb).Andrew Bartlett1-2/+2
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2-3/+4
2001-10-27Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison1-1/+1
2001-10-27Added some connection checking code. Doesn't work yet though.Tim Potter1-10/+43
2001-10-26A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett1-8/+8
2001-10-26samba-bugs@samba.org -> samba@samba.orgAndrew Bartlett1-1/+1
2001-10-26Restore the intended behaviour for .headers.stampAndrew Bartlett1-1/+1
2001-10-26Fixed compile warning.Tim Potter1-1/+1
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-10-24Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough1-13/+0