summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* interesting. had to add code to stop cascade's SMBtconX encrypted passwordLuke Leighton2000-03-061-3/+11
* removed code that used to set trust acct passwd from smbd.Luke Leighton2000-02-191-24/+0
* - removed smbpassd "remote" commands relating to trust accounts, addedLuke Leighton2000-02-181-40/+13
* Merge from HEAD branch of missing calls to dos_do_unix() in VFSTim Potter2000-02-176-19/+26
* patch from michael breuer <mbreuer@siac.com> to fix compile-problems forLuke Leighton2000-02-174-17/+21
* this weird-looking code uses the user_struct* that was obtained fromLuke Leighton2000-02-081-35/+61
* 1) made standard_sub_vuser take a const user_struct* instead of a constLuke Leighton2000-02-085-21/+3
* first stage of making some sort of "thread" context ... er, thing :) inLuke Leighton2000-02-082-3/+9
* Port of rebind argument to lib/util_sock:open_socket_in() function.Tim Potter2000-02-082-2/+2
* HOORAY! password setting is back. this through fixing policy handleLuke Leighton2000-02-081-1/+0
* missed one vuid to user_key conversion.Luke Leighton2000-02-071-1/+6
* Added *.lo to .cvsignore file.Tim Potter2000-02-071-0/+1
* new loop-back authentication mechanism.Luke Leighton2000-02-061-1/+8
* this is probably one of THE most reluctant commits i've ever made.Luke Leighton2000-02-068-193/+327
* netlogontdbd now links. i had to disable net_login_general() fromLuke Leighton2000-02-051-107/+0
* completes the patch to create and use standard_sub_vuser(). in someLuke Leighton2000-02-042-2/+3
* creating vuser-specific substitution function standard_sub_vuser().Luke Leighton2000-02-042-40/+44
* ok, this _is_ as big as it looks, conceptually, and i haven't evenLuke Leighton2000-02-046-200/+28
* patch from Elrond to include/exclude nterr.h as needed.Luke Leighton2000-01-302-0/+3
* - new lookup_sam_names had a useless parameter, removed.Luke Leighton2000-01-261-2/+2
* removed expand_one() unused function.Luke Leighton2000-01-251-18/+0
* significant number of password-change related "const" issues. namesLuke Leighton2000-01-251-12/+30
* substitution issues, didn't get anywhere.Luke Leighton2000-01-251-0/+1
* close all MSRPC connections during smbd idle time, otherwise it willLuke Leighton2000-01-221-0/+3
* a fairly drastic code commit to add "process id" as an extra identificationLuke Leighton2000-01-211-0/+2
* moved some functions only used by smbd/filename.c into filename.cLuke Leighton2000-01-201-0/+184
* this commit is NOT as large as it looks. sed is a wonderful thing.Luke Leighton2000-01-201-1/+0
* all sorts of weird stuff found by attempting to track down passwordLuke Leighton2000-01-172-14/+18
* some patches from Elrond@Wunder-Nett.org. Some short notes:Luke Leighton2000-01-171-5/+2
* - disable port 445 in server, again, until i have time to work it outLuke Leighton2000-01-141-1/+4
* [mixed commit. sorry!]Luke Leighton2000-01-141-6/+8
* possible bug to do with joining domains. supposed to return ERROR(0, status)Luke Leighton2000-01-141-1/+1
* whee! got usrmgr working again. this was the "SMBtrans" long PDULuke Leighton2000-01-122-10/+16
* client_name() and client_addr() don't work on the other side of anLuke Leighton2000-01-125-16/+10
* added client-side dce/rpc authentication API.Luke Leighton2000-01-081-3/+5
* elrond spotted that S-0-0 was being referred to in lsalookupsids S-0-0-1400Luke Leighton2000-01-061-6/+0
* more reshuffling, removed that damn user_sess_key, use a vuid instead :)Luke Leighton2000-01-061-52/+3
* more become_somefn() code splitting.Luke Leighton2000-01-061-81/+49
* compilation errors introduced by last couple of commits. *tired*.Luke Leighton2000-01-052-2/+2
* trying to split become_user(), become_vuser(), become_root(), become_guest()Luke Leighton2000-01-031-374/+5
* decided to add tridge's tdb code into SAMBA_TNG. i may (will) need it inLuke Leighton2000-01-037-201/+76
* minor modifications / cleanups. moved loop-back dce/rpc socket intoLuke Leighton2000-01-031-2/+1
* added usage / compilation instructions. removed policy handle initialisationLuke Leighton2000-01-031-4/+0
* wow. apart from what looks like an (unrelated) off-by-one bug in theLuke Leighton2000-01-031-11/+7
* amazing. incredible. cut msrpc _right_ out the loop from smbd.Luke Leighton2000-01-031-13/+11
* more delineation between smbd and msrpc. thinking of attemptingLuke Leighton2000-01-031-1/+1
* attempting to delineate smbd / msrpc more.Luke Leighton2000-01-031-5/+1
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-035-270/+275
* ok. the smb-fileserver-only saga continues.Luke Leighton2000-01-022-45/+52
* clearing up - final removal of all "smb auth" code from smbd... and,Luke Leighton2000-01-022-62/+28