summaryrefslogtreecommitdiffstats
path: root/source/lib/msrpc_use.c
Commit message (Collapse)AuthorAgeFilesLines
* more merging voodooAndrew Tridgell2000-05-101-0/+4
| | | | | | this adds "#define OLD_NTDOMAIN 1" in lots of places. Don't panic - this isn't permanent, it should go after another few merge steps have been done
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
|
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-211-4/+6
| | | | msrpc loop-back interface.
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-1/+0
| | | | | | | | This fixes our netbios scope handling. We now have a 'netbios scope' option in smb.conf and the scope option is removed from make_nmb_name() this was prompted by a bug in our PDC finding code where it didn't append the scope to the query of the '*' name.
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+328
| | | | to using internal msrpc code in smbd.
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-321/+0
| | | | that were in the head branch but weren't in SAMBA_2_0
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-19/+19
| | | | | | | | | | | | | | | damn, this one is bad. started, at least two days ago, to add an authentication mechanism to the smbd<->msrpc redirector/relay, such that sufficient unix / nt information could be transferred across the unix socket to do a become_user() on the other side of the socket. it is necessary that the msrpc daemon inherit the same unix and nt credentials as the smbd process from which it was spawned, until such time as the msrpc daemon receives an authentication request of its own, whereupon the msrpc daemon is responsible for authenticating the new credentials and doing yet another become_user() etc sequence.
* first version of msrpc agent redirector code. client-side only.Luke Leighton1999-12-051-0/+321