summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* weekend work. user / group database API.Luke Leighton1998-11-292-63/+25
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-251-8/+8
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-252-24/+53
* unix instance of group database APILuke Leighton1998-11-232-2/+2
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-201-2/+2
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-174-28/+22
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* ZERO_STRUCTP not PNLuke Leighton1998-11-131-6/+6
* use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1998-11-131-6/+6
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-2/+2
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-6/+6
* security descriptorsLuke Leighton1998-11-132-62/+78
* security descriptors.Luke Leighton1998-11-122-26/+268
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-124-24/+38
* security descriptors and registry.Luke Leighton1998-11-123-2/+101
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-112-29/+65
* clearing up security descriptorLuke Leighton1998-11-113-41/+104
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+51
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-5/+5
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-18/+24
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+51
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+40
* include/local.h:Jeremy Allison1998-11-102-2/+2
* rpcclient registry commands.Luke Leighton1998-11-105-47/+918
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+176
* fix to some of the unicode string handling. there are others pendingLuke Leighton1998-11-031-7/+7
* Added clear-out-structure fix for make_unistr2.Jeremy Allison1998-10-281-0/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-274-15/+16
* bug fix in lsa_trans_names.Luke Leighton1998-10-221-1/+3
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-24/+26
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-3/+322
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-3/+3
* oops!Luke Leighton1998-10-211-10/+10
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-7/+9
* calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1998-10-201-3/+18
* - dce/rpc codeLuke Leighton1998-10-191-0/+41
* dce/rpcLuke Leighton1998-10-161-0/+13
* rpcclient ntlogin testLuke Leighton1998-10-161-3/+3
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-0/+69
* bug-fixing against:Luke Leighton1998-10-152-11/+129
* dce/rpcLuke Leighton1998-10-141-8/+36
* dce/rpcLuke Leighton1998-10-091-83/+114
* signed / unsigned issues spotted by herbLuke Leighton1998-10-091-6/+6
* dce/rpc.Luke Leighton1998-10-091-4/+4
* dce/rpcLuke Leighton1998-10-091-17/+17
* dce/rpcLuke Leighton1998-10-081-66/+112
* dce/rpcLuke Leighton1998-10-072-45/+175
* dce/rpcLuke Leighton1998-10-072-9/+14
* put #if BROKEN_CODE around all the bits of code in rpc_parse.c thatAndrew Tridgell1998-10-071-1/+8