summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-0322-148/+297
* Added many more defines in service category, user category and othersSteve French2001-11-031-0/+26
* Added support for UserListGroups, ServiceEnumSteve French2001-11-031-0/+125
* Adding support for net password, net service, net user info, fixing net helpsSteve French2001-11-031-59/+258
* anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett2001-11-031-1/+1
* Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett2001-11-032-12/+4
* Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett2001-11-031-5/+5
* Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett2001-11-021-1/+1
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-0111-69/+83
* zero the data, not a pointer to the data ...Andrew Tridgell2001-11-011-1/+1
* Removed unneeded extern.Tim Potter2001-10-311-2/+0
* This should fix up the compile with krb5.Andrew Bartlett2001-10-311-7/+9
* When you make a data_blob() then you probably need to free it too...Andrew Bartlett2001-10-311-0/+4
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-313-7/+6
* ... and clean up the unused variables.Andrew Bartlett2001-10-311-3/+0
* Small changes for guest authenticated pipes.Andrew Bartlett2001-10-311-8/+7
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-3132-1139/+2216
* More const.Andrew Bartlett2001-10-311-2/+2
* SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett2001-10-311-3/+7
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-314-18/+18
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-318-8/+70
* This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter2001-10-311-1/+1
* Don't accidentally return success when sending a broken NET_SAMLOGONTim Potter2001-10-311-0/+1
* 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-313-1/+15
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-304-2/+17
* 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-4/+4
* Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter2001-10-301-13/+41
* Removed confusing comment.Tim Potter2001-10-301-1/+1
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-305-34/+18
* Display some errors if the initial connection to the server could not beTim Potter2001-10-301-0/+2
* Added samlogon command to test against win2k native mode server. I thinkTim Potter2001-10-302-0/+130
* Fixed typo in debug message.Tim Potter2001-10-301-1/+1
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-292-16/+16
* Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13
* Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
* clear errno before a call, tdbsam will not update it.Simo Sorce2001-10-291-1/+1
* another few changes to the new mangle codeSimo Sorce2001-10-291-2/+27
* change some more functions to the new mangle interface.Simo Sorce2001-10-291-9/+11
* - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce2001-10-291-4/+81
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-295-26/+28
* 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-2923-258/+204
* This commit is number 3 of 4.Andrew Bartlett2001-10-2913-53/+114
* This commit is number 2 of 4.Andrew Bartlett2001-10-295-75/+94
* This commit is number 1 of 4.Andrew Bartlett2001-10-294-23/+70
* Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter2001-10-291-11/+14
* Hey where did those 4 character tabs come from?Tim Potter2001-10-291-4/+4
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-293-11/+26