summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* added createalias command to rpcclientLuke Leighton1998-12-037-21/+327
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-037-118/+427
* moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-033-50/+50
* jean-f spotted race condition on generation of sam sid, from startingLuke Leighton1998-12-031-1/+1
* jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.Luke Leighton1998-12-031-1/+1
* adding group parsing: add/modify/delete/add members.Luke Leighton1998-12-033-99/+244
* jeremy's going to do me in, again.Luke Leighton1998-12-021-14/+14
* spotted the mistake in group_info1 parsing.Luke Leighton1998-12-022-3/+6
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-026-82/+90
* ERRmoredata is an acceptable error code, it is not an error.Luke Leighton1998-12-021-2/+6
* removed check on name of domain having to be right, etc etc.Luke Leighton1998-12-021-8/+0
* trailing backslashes spotted by andrej.Luke Leighton1998-12-021-2/+2
* issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-023-3/+4
* string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1998-12-021-43/+44
* Updated HEAD branch version to 2.1.0-prealpha in response to a userJohn Terpstra1998-12-021-1/+1
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-026-88/+640
* ok. unix-nt mapping code issuesLuke Leighton1998-12-013-6/+6
* check server role before doing nt user to unix user mappingLuke Leighton1998-12-011-12/+15
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-015-62/+68
* fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1998-12-013-6/+9
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-0110-74/+313
* andrej spotted that entries _not_ in domain map user were being refused.Luke Leighton1998-12-011-10/+6
* hm. removed the "if failed to map nt name to unix name, fail tcon call"Luke Leighton1998-12-011-8/+2
* fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-014-8/+10
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-017-501/+939
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-306-96/+192
* passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1998-11-301-7/+21
* pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1998-11-301-6/+6
* Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1998-11-301-9/+10
* moving rpc/rpc.h to after netinet.hLuke Leighton1998-11-301-5/+5
* another attempt at a fix on connect_serverlist()...Luke Leighton1998-11-301-8/+8
* builtin alias password APILuke Leighton1998-11-302-0/+727
* andrej spotted problem with connect_serverlist (starts off assumingLuke Leighton1998-11-301-1/+1
* - adding builtin[alias]db.Luke Leighton1998-11-3014-69/+145
* cvs getting it wrong. again.Luke Leighton1998-11-291-8/+10
* enabling optimisation switches on some compiler warningsLuke Leighton1998-11-291-1/+1
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-297-1158/+2899
* weekend work. user / group database API.Luke Leighton1998-11-2940-1862/+1415
* removed include of net/route.h because it prevents compilation underAndrew Tridgell1998-11-291-4/+6
* don't allow ".." in service name when doing "default service"Andrew Tridgell1998-11-291-1/+3
* Now uninstalls man pages from correct source location.Tim Potter1998-11-271-1/+1
* make the help links appear in a separate window, so you can read theAndrew Tridgell1998-11-271-1/+1
* better layout of password options.Andrew Tridgell1998-11-271-19/+23
* install all html docs in yodl help directoryAndrew Tridgell1998-11-271-0/+7
* Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1998-11-261-1/+1
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-263-2/+16
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-255-51/+70
* fixing group database issuesLuke Leighton1998-11-258-67/+94
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-2527-824/+2010
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-2513-131/+380