summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1998-12-082-3/+7
* adding srvsvc pipe.Luke Leighton1998-12-0815-11/+519
* added ldap files by Matthew Chapman.Luke Leighton1998-12-075-0/+1574
* Matthew Chapman spotted that smbpasschange was assuming the existenceLuke Leighton1998-12-071-29/+0
* fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-072-3/+5
* updated for Matt Chapman's ldap codeLuke Leighton1998-12-071-31/+32
* issues spotted by herb.Luke Leighton1998-12-072-3/+3
* matthew chapman's ldap code, to date. plus docs!Luke Leighton1998-12-076-828/+301
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-073-12/+12
* first attempt at making unix setuid/setgid code that is independent ofLuke Leighton1998-12-071-0/+303
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-0720-568/+608
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-0723-341/+2068
* oops - lock test was the wrong way aroundAndrew Tridgell1998-12-051-1/+1
* fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1998-12-051-16/+33
* Sync up critical kernel oplock bugfix. I don't want to loseJeremy Allison1998-12-051-4/+37
* added delete domain group and local group and delete domain group member.Luke Leighton1998-12-043-1/+233
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-043-6/+8
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-049-61/+61
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-0413-291/+1425
* 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