summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-11-04a big one:Simo Sorce7-1113/+579
2001-11-04get the string lengths right in domain logonsAndrew Tridgell1-2/+2
2001-11-04remove {} from default valid char listAndrew Tridgell1-1/+1
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-04Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett1-1/+4
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5
2001-11-04Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett1-92/+61
2001-11-04Got serious about const again.Jeremy Allison5-116/+118
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison22-148/+297
2001-11-03Added many more defines in service category, user category and othersSteve French1-0/+26
2001-11-03Added support for UserListGroups, ServiceEnumSteve French1-0/+125
2001-11-03Adding support for net password, net service, net user info, fixing net helpsSteve French1-59/+258
2001-11-03anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett1-1/+1
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett2-12/+4
2001-11-03Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett1-5/+5
2001-11-02Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett1-1/+1
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett11-69/+83
2001-11-01zero the data, not a pointer to the data ...Andrew Tridgell1-1/+1
2001-10-31Removed unneeded extern.Tim Potter1-2/+0
2001-10-31This should fix up the compile with krb5.Andrew Bartlett1-7/+9
2001-10-31When you make a data_blob() then you probably need to free it too...Andrew Bartlett1-0/+4
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