summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-12-02spotted the mistake in group_info1 parsing.Luke Leighton2-3/+6
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton6-82/+90
1998-12-02ERRmoredata is an acceptable error code, it is not an error.Luke Leighton1-2/+6
1998-12-02removed check on name of domain having to be right, etc etc.Luke Leighton1-8/+0
1998-12-02trailing backslashes spotted by andrej.Luke Leighton1-2/+2
1998-12-02issues spotted by andrej: %s\\%s not %s\%sLuke Leighton3-3/+4
1998-12-02string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1-43/+44
1998-12-02Updated HEAD branch version to 2.1.0-prealpha in response to a userJohn Terpstra1-1/+1
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton6-88/+640
1998-12-01ok. unix-nt mapping code issuesLuke Leighton3-6/+6
1998-12-01check server role before doing nt user to unix user mappingLuke Leighton1-12/+15
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton5-62/+68
1998-12-01fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton3-6/+9
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton10-74/+313
1998-12-01andrej spotted that entries _not_ in domain map user were being refused.Luke Leighton1-10/+6
1998-12-01hm. removed the "if failed to map nt name to unix name, fail tcon call"Luke Leighton1-8/+2
1998-12-01fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton4-8/+10
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton7-501/+939
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton6-96/+192
1998-11-30passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1-7/+21
1998-11-30pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1-6/+6
1998-11-30 Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1-9/+10
1998-11-30moving rpc/rpc.h to after netinet.hLuke Leighton1-5/+5
1998-11-30another attempt at a fix on connect_serverlist()...Luke Leighton1-8/+8
1998-11-30builtin alias password APILuke Leighton2-0/+727
1998-11-30andrej spotted problem with connect_serverlist (starts off assumingLuke Leighton1-1/+1
1998-11-30- adding builtin[alias]db.Luke Leighton14-69/+145
1998-11-29cvs getting it wrong. again.Luke Leighton1-8/+10
1998-11-29enabling optimisation switches on some compiler warningsLuke Leighton1-1/+1
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton7-1158/+2899
1998-11-29weekend work. user / group database API.Luke Leighton40-1862/+1415
1998-11-29removed include of net/route.h because it prevents compilation underAndrew Tridgell1-4/+6
1998-11-29don't allow ".." in service name when doing "default service"Andrew Tridgell1-1/+3
1998-11-27Now uninstalls man pages from correct source location.Tim Potter1-1/+1
1998-11-27make the help links appear in a separate window, so you can read theAndrew Tridgell1-1/+1
1998-11-27better layout of password options.Andrew Tridgell1-19/+23
1998-11-27install all html docs in yodl help directoryAndrew Tridgell1-0/+7
1998-11-26Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1-1/+1
1998-11-26we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton3-2/+16
1998-11-25yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton5-51/+70
1998-11-25fixing group database issuesLuke Leighton8-67/+94
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison27-824/+2010
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton13-131/+380
1998-11-25fixing domain join and domain login problemsLuke Leighton5-11/+23
1998-11-24clearer debug commentsLuke Leighton1-2/+2
1998-11-24oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1-11/+11
1998-11-24sorting out difference between aliases and groups in the cases whereLuke Leighton3-21/+55
1998-11-24jean-francois pointed out problem with "lp_domain_role()" code, youLuke Leighton1-2/+2
1998-11-24initialise not initialize...Luke Leighton2-2/+2
1998-11-24Fixed oplock test path spec bug.Jeremy Allison1-1/+1