| Commit message (Expand) | Author | Age | Files | Lines |
* | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 1998-12-08 | 2 | -3/+7 |
* | adding srvsvc pipe. | Luke Leighton | 1998-12-08 | 15 | -11/+519 |
* | added ldap files by Matthew Chapman. | Luke Leighton | 1998-12-07 | 5 | -0/+1574 |
* | Matthew Chapman spotted that smbpasschange was assuming the existence | Luke Leighton | 1998-12-07 | 1 | -29/+0 |
* | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 1998-12-07 | 2 | -3/+5 |
* | updated for Matt Chapman's ldap code | Luke Leighton | 1998-12-07 | 1 | -31/+32 |
* | issues spotted by herb. | Luke Leighton | 1998-12-07 | 2 | -3/+3 |
* | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 1998-12-07 | 6 | -828/+301 |
* | bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID. | Luke Leighton | 1998-12-07 | 3 | -12/+12 |
* | first attempt at making unix setuid/setgid code that is independent of | Luke Leighton | 1998-12-07 | 1 | -0/+303 |
* | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1998-12-07 | 20 | -568/+608 |
* | - lib/unix_sec_ctxt.c | Luke Leighton | 1998-12-07 | 23 | -341/+2068 |
* | oops - lock test was the wrong way around | Andrew Tridgell | 1998-12-05 | 1 | -1/+1 |
* | fixed pidfile handling to check for a lock on the file, so we can be | Andrew Tridgell | 1998-12-05 | 1 | -16/+33 |
* | Sync up critical kernel oplock bugfix. I don't want to lose | Jeremy Allison | 1998-12-05 | 1 | -4/+37 |
* | added delete domain group and local group and delete domain group member. | Luke Leighton | 1998-12-04 | 3 | -1/+233 |
* | fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group() | Luke Leighton | 1998-12-04 | 3 | -6/+8 |
* | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 1998-12-04 | 9 | -61/+61 |
* | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1998-12-04 | 13 | -291/+1425 |
* | added createalias command to rpcclient | Luke Leighton | 1998-12-03 | 7 | -21/+327 |
* | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 1998-12-03 | 7 | -118/+427 |
* | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1998-12-03 | 3 | -50/+50 |
* | jean-f spotted race condition on generation of sam sid, from starting | Luke Leighton | 1998-12-03 | 1 | -1/+1 |
* | jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID. | Luke Leighton | 1998-12-03 | 1 | -1/+1 |
* | adding group parsing: add/modify/delete/add members. | Luke Leighton | 1998-12-03 | 3 | -99/+244 |
* | jeremy's going to do me in, again. | Luke Leighton | 1998-12-02 | 1 | -14/+14 |
* | spotted the mistake in group_info1 parsing. | Luke Leighton | 1998-12-02 | 2 | -3/+6 |
* | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 1998-12-02 | 6 | -82/+90 |
* | ERRmoredata is an acceptable error code, it is not an error. | Luke Leighton | 1998-12-02 | 1 | -2/+6 |
* | removed check on name of domain having to be right, etc etc. | Luke Leighton | 1998-12-02 | 1 | -8/+0 |
* | trailing backslashes spotted by andrej. | Luke Leighton | 1998-12-02 | 1 | -2/+2 |
* | issues spotted by andrej: %s\\%s not %s\%s | Luke Leighton | 1998-12-02 | 3 | -3/+4 |
* | string_to_sid was using next_token() this is bad as it stops you from | Luke Leighton | 1998-12-02 | 1 | -43/+44 |
* | Updated HEAD branch version to 2.1.0-prealpha in response to a user | John Terpstra | 1998-12-02 | 1 | -1/+1 |
* | adding group member code, made a start. found that the group members' | Luke Leighton | 1998-12-02 | 6 | -88/+640 |
* | ok. unix-nt mapping code issues | Luke Leighton | 1998-12-01 | 3 | -6/+6 |
* | check server role before doing nt user to unix user mapping | Luke Leighton | 1998-12-01 | 1 | -12/+15 |
* | query_aliasmem code. it works (hurrah). | Luke Leighton | 1998-12-01 | 5 | -62/+68 |
* | fixing smbpasswd to link to smbd to obtain domain sid | Luke Leighton | 1998-12-01 | 3 | -6/+9 |
* | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1998-12-01 | 10 | -74/+313 |
* | andrej spotted that entries _not_ in domain map user were being refused. | Luke Leighton | 1998-12-01 | 1 | -10/+6 |
* | hm. removed the "if failed to map nt name to unix name, fail tcon call" | Luke Leighton | 1998-12-01 | 1 | -8/+2 |
* | fix to domain_namemap (domain, ntname wrong way round oops) | Luke Leighton | 1998-12-01 | 4 | -8/+10 |
* | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 1998-12-01 | 7 | -501/+939 |
* | attempting to fix "domain user map" up, but it's a bit complicated. | Luke Leighton | 1998-11-30 | 6 | -96/+192 |
* | passdb.c now calls getpwnam() which returns results in a static buffer. | Luke Leighton | 1998-11-30 | 1 | -7/+21 |
* | pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil. | Luke Leighton | 1998-11-30 | 1 | -6/+6 |
* | Earlier fix for smbmount timing window was the wrong patch. | Michael Warfield | 1998-11-30 | 1 | -9/+10 |
* | moving rpc/rpc.h to after netinet.h | Luke Leighton | 1998-11-30 | 1 | -5/+5 |
* | another attempt at a fix on connect_serverlist()... | Luke Leighton | 1998-11-30 | 1 | -8/+8 |