summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up some DEBUG()sAndrew Bartlett2001-11-111-17/+37
* Add back the not null checks in a better place.Andrew Bartlett2001-11-111-1/+7
* make sam_account_ok static.Andrew Bartlett2001-11-111-32/+29
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-111-3/+0
* Minor updates. A small dose of const.Andrew Bartlett2001-11-112-2/+2
* fixed, moved and added some functionsSimo Sorce2001-11-101-1/+1
* Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
* Fixup __LPID -> _LPID.Jeremy Allison2001-11-091-1/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-094-9/+10
* fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-086-100/+168
* Fixed incorrect debug message. )-:Tim Potter2001-11-081-1/+1
* Only 1mb allocate slop.Jeremy Allison2001-11-081-56/+55
* Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison2001-11-081-40/+29
* Added more define bits. Fixed error in vol attributes.Jeremy Allison2001-11-081-1/+0
* Added debug in truncate, fixed warning with gcc3.Jeremy Allison2001-11-071-0/+1
* Fixed unsigned / long unsigned format missmatch.Jeremy Allison2001-11-061-4/+4
* Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-051-4/+4
* Fixed compiler warnings.Tim Potter2001-11-051-3/+2
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-059-25/+25
* a big one:Simo Sorce2001-11-041-1084/+249
* Fix segfault. sup_tok might not always be with us.Andrew Bartlett2001-11-041-3/+5
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-037-67/+154
* 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-031-6/+2
* Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett2001-11-031-5/+5
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-014-27/+36
* 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-311-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-3111-511/+1086
* SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett2001-10-311-3/+7
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+13
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-303-2/+14
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-291-8/+8
* 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
* This commit is number 4 of 4.Andrew Bartlett2001-10-292-13/+13
* This commit is number 3 of 4.Andrew Bartlett2001-10-297-27/+49
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-0/+6
* Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter2001-10-291-1/+1
* fix a logic bug on max size of a returned string,Simo Sorce2001-10-281-3/+9
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-2/+2
* Fixed compile warning.Tim Potter2001-10-261-1/+1
* Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
* more compiler warningsHerb Lewis2001-10-233-3/+3
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-234-7/+6
* IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12