summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-06Fixed unsigned / long unsigned format missmatch.Jeremy Allison1-4/+4
2001-11-06Internationalization enbalement for net utility - replace printf with d_printfJim McDonough1-233/+233
2001-11-05Fixed looking up domain (winbind) users ahead of local users inTim Potter1-6/+18
2001-11-05Removed totally annoying verbose debug in sid_to_string()Tim Potter1-2/+0
2001-11-05free the negTokenInit structureAndrew Tridgell1-0/+2
2001-11-05Changed MAX_OPEN_PIPES to 2048.Jeremy Allison1-1/+1
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter4-1/+283
2001-11-05merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter1-1/+1
2001-11-05old merge from 2.2Gerald Carter1-8/+27
2001-11-05Fixed some compiler warnings.Tim Potter1-8/+8
2001-11-05Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2-8/+8
2001-11-05Fixed compiler warnings.Tim Potter1-3/+2
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter4-43/+88
2001-11-05Removed duplicate debug.Tim Potter1-2/+0
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter10-26/+26
2001-11-04Added missing strchr_wa.Jeremy Allison1-0/+5
2001-11-04Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison1-0/+12
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