summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-052-8/+8
* Fixed compiler warnings.Tim Potter2001-11-051-3/+2
* Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter2001-11-054-43/+88
* Removed duplicate debug.Tim Potter2001-11-051-2/+0
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-0510-26/+26
* Added missing strchr_wa.Jeremy Allison2001-11-041-0/+5
* Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison2001-11-041-0/+12
* a big one:Simo Sorce2001-11-047-1113/+579
* get the string lengths right in domain logonsAndrew Tridgell2001-11-041-2/+2
* remove {} from default valid char listAndrew Tridgell2001-11-041-1/+1
* Fix segfault. sup_tok might not always be with us.Andrew Bartlett2001-11-041-3/+5
* Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett2001-11-041-1/+4
* Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett2001-11-041-9/+5
* Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett2001-11-041-92/+61
* Got serious about const again.Jeremy Allison2001-11-045-116/+118
* 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