Age | Commit message (Expand) | Author | Files | Lines |
1998-12-19 | Added some debugging to clitar ... | Richard Sharpe | 1 | -0/+4 |
1998-12-17 | Fixed tar recurse bug. | Jeremy Allison | 1 | -1/+1 |
1998-12-17 | Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo... | Jeremy Allison | 3 | -9/+30 |
1998-12-17 | and in head branch: | Andrew Tridgell | 4 | -3/+6 |
1998-12-16 | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 7 | -41/+184 |
1998-12-15 | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1 | -0/+13 |
1998-12-14 | server_cryptkey() now calling cli_connectserverlist(). stupid microsoft | Luke Leighton | 2 | -76/+15 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 8 | -12/+84 |
1998-12-14 | trying to track down issues in get_home_dir(). | Luke Leighton | 4 | -7/+21 |
1998-12-11 | %U substitution should be unix user not nt user | Luke Leighton | 2 | -4/+9 |
1998-12-09 | adding svcctl parsing code | Luke Leighton | 4 | -9/+329 |
1998-12-09 | bugfix in smb_err_msg | Luke Leighton | 1 | -3/+2 |
1998-12-09 | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 4 | -18/+17 |
1998-12-09 | adding some enumerate services code, client and server. | Luke Leighton | 9 | -95/+394 |
1998-12-09 | need to initialise global_myworkgroup | Luke Leighton | 2 | -1/+19 |
1998-12-09 | removed the SID stuff from the head branch as well. | Andrew Tridgell | 3 | -36/+6 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 8 | -41/+551 |
1998-12-08 | Adding George's Mac extension code. | Jeremy Allison | 1 | -0/+140 |
1998-12-08 | Adding George's Mac extension include files. | Jeremy Allison | 2 | -0/+279 |
1998-12-08 | ldap_getpw() also needs to be (void) | Luke Leighton | 2 | -4/+3 |
1998-12-08 | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 2 | -3/+7 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 15 | -11/+519 |
1998-12-07 | added ldap files by Matthew Chapman. | Luke Leighton | 5 | -0/+1574 |
1998-12-07 | Matthew Chapman spotted that smbpasschange was assuming the existence | Luke Leighton | 1 | -29/+0 |
1998-12-07 | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 2 | -3/+5 |
1998-12-07 | updated for Matt Chapman's ldap code | Luke Leighton | 1 | -31/+32 |
1998-12-07 | issues spotted by herb. | Luke Leighton | 2 | -3/+3 |
1998-12-07 | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 6 | -828/+301 |
1998-12-07 | bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID. | Luke Leighton | 3 | -12/+12 |
1998-12-07 | first attempt at making unix setuid/setgid code that is independent of | Luke Leighton | 1 | -0/+303 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 20 | -568/+608 |
1998-12-07 | - lib/unix_sec_ctxt.c | Luke Leighton | 23 | -341/+2068 |
1998-12-05 | oops - lock test was the wrong way around | Andrew Tridgell | 1 | -1/+1 |
1998-12-05 | fixed pidfile handling to check for a lock on the file, so we can be | Andrew Tridgell | 1 | -16/+33 |
1998-12-05 | Sync up critical kernel oplock bugfix. I don't want to lose | Jeremy Allison | 1 | -4/+37 |
1998-12-04 | added delete domain group and local group and delete domain group member. | Luke Leighton | 3 | -1/+233 |
1998-12-04 | fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group() | Luke Leighton | 3 | -6/+8 |
1998-12-04 | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 9 | -61/+61 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 13 | -291/+1425 |
1998-12-03 | added createalias command to rpcclient | Luke Leighton | 7 | -21/+327 |
1998-12-03 | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 7 | -118/+427 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 3 | -50/+50 |
1998-12-03 | jean-f spotted race condition on generation of sam sid, from starting | Luke Leighton | 1 | -1/+1 |
1998-12-03 | jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID. | Luke Leighton | 1 | -1/+1 |
1998-12-03 | adding group parsing: add/modify/delete/add members. | Luke Leighton | 3 | -99/+244 |
1998-12-02 | jeremy's going to do me in, again. | Luke Leighton | 1 | -14/+14 |
1998-12-02 | spotted the mistake in group_info1 parsing. | Luke Leighton | 2 | -3/+6 |
1998-12-02 | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 6 | -82/+90 |
1998-12-02 | ERRmoredata is an acceptable error code, it is not an error. | Luke Leighton | 1 | -2/+6 |
1998-12-02 | removed check on name of domain having to be right, etc etc. | Luke Leighton | 1 | -8/+0 |