CVS update: samba/source/rpcclient

Luke Leighton lkcl at samba.anu.edu.au
Mon Jan 31 14:39:39 EST 2000


Date:	Monday January 31, 2000 @ 14:39
Author:	lkcl

Update of /data/cvs/samba/source/rpcclient
In directory samba:/tmp/cvs-serv10107/rpcclient

Modified Files:
      Tag: SAMBA_TNG
	cmd_samr.c 
Log Message:
started on samtdb.

- added a passdb_path() function, returns a path to the password directory,
currently same as lock_path()

- added an extra parameter (void*) to tdb_traverse(), needed instead of
having to provide static data structures accessed by the higher order
function, you pass in a void* pointer and that gets called in to the
traverse function.

- created a unistr2upper which is a botch-job, it won't cope with non-ascii
alphabets.  oh well.

- hack-job creates sam.tdb which contains SIDs for the main sam domain
(global_sam_name) and the BUILTIN domain.

- got _samr_connect() and _samr_connect_anon() working.  and _samr_close().
and _samr_lookup_domain().  and _samr_enum_domains().  that concludes
the necessary work for the first level.  the next level is, say...
_samr_open_domain() and associated routines, which is going to be fun,
including samr_enum_dom_users() etc...


<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>
<a href="http://mcp.com"          > Macmillan Technical Publishing  </a>

 ISBN1578701503 DCE/RPC over SMB: Samba and Windows NT Domain Internals


More information about the samba-cvs mailing list