Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated makefile-path info contributed on the samba-technical mailing list. | John Terpstra | 1998-12-19 | 3 | -57/+87 |
| | |||||
* | Fixed problems in debug code because I did not compile | Richard Sharpe | 1998-12-19 | 1 | -4/+4 |
| | | | | first :-( | ||||
* | Added some debugging to clitar ... | Richard Sharpe | 1998-12-19 | 1 | -0/+4 |
| | |||||
* | Fixed tar recurse bug. | Jeremy Allison | 1998-12-17 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix bug with nmbd running wild due to recursion in ↵ | Jeremy Allison | 1998-12-17 | 3 | -9/+30 |
| | | | | | | retransmit_or_expire_response_records(). Jeremy. | ||||
* | and in head branch: | Andrew Tridgell | 1998-12-17 | 4 | -3/+6 |
| | | | | make sure we include sys/mman.h if available | ||||
* | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 1998-12-16 | 7 | -41/+184 |
| | | | | | | | | | | | | | | better "fit" with other Samba code. This is a small first step toward doing what (I think) we agreed to do. I've moved the key function from ubiqx/debugparse.c into lib/debug.c. I have also moved the enum from ubiqx/debugparse.h into the debug section in smb.h. The next thing to do is to get debug2html added into the Makefile.in so that it is always produced when compiling the suite. Chris -)----- | ||||
* | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1998-12-15 | 1 | -0/+13 |
| | | | | force IPC/shmem based shared memory. | ||||
* | server_cryptkey() now calling cli_connectserverlist(). stupid microsoft | Luke Leighton | 1998-12-14 | 2 | -76/+15 |
| | | | | | idiotic *SMBSERVER connectionism added to cli_connect_serverlist(). also added check for protocol < LANMAN2. | ||||
* | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1998-12-14 | 8 | -12/+84 |
| | |||||
* | trying to track down issues in get_home_dir(). | Luke Leighton | 1998-12-14 | 4 | -7/+21 |
| | |||||
* | %U substitution should be unix user not nt user | Luke Leighton | 1998-12-11 | 2 | -4/+9 |
| | |||||
* | adding svcctl parsing code | Luke Leighton | 1998-12-09 | 4 | -9/+329 |
| | |||||
* | bugfix in smb_err_msg | Luke Leighton | 1998-12-09 | 1 | -3/+2 |
| | |||||
* | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1998-12-09 | 4 | -18/+17 |
| | |||||
* | adding some enumerate services code, client and server. | Luke Leighton | 1998-12-09 | 9 | -95/+394 |
| | |||||
* | need to initialise global_myworkgroup | Luke Leighton | 1998-12-09 | 2 | -1/+19 |
| | |||||
* | removed the SID stuff from the head branch as well. | Andrew Tridgell | 1998-12-09 | 3 | -36/+6 |
| | | | | | | | This allows the removal of PASSDB_OBJ, RPC_CLIENT_OBJ and RPC_PARSE_OBJ from nmbd in the head branch. so nmbd just went on a diet :) | ||||
* | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1998-12-08 | 8 | -41/+551 |
| | |||||
* | Adding George's Mac extension code. | Jeremy Allison | 1998-12-08 | 1 | -0/+140 |
| | | | | Jeremy. | ||||
* | Adding George's Mac extension include files. | Jeremy Allison | 1998-12-08 | 2 | -0/+279 |
| | | | | Jeremy. | ||||
* | ldap_getpw() also needs to be (void) | Luke Leighton | 1998-12-08 | 2 | -4/+3 |
| | |||||
* | 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 | 6 | -0/+1735 |
| | |||||
* | Matthew Chapman spotted that smbpasschange was assuming the existence | Luke Leighton | 1998-12-07 | 1 | -29/+0 |
| | | | | | | of a private/smbpasswd file, this will not be the case for other database APIs. removed startsmbdb and endsmbpwdb calls because add_smbpwd_entry() and mod_smbpwd_entry() don't need them. | ||||
* | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 1998-12-07 | 2 | -3/+5 |
| | | | | creating locking masks | ||||
* | added text and html versions of LDAP.yo. smb.conf.5 not generated yet | Luke Leighton | 1998-12-07 | 2 | -0/+297 |
| | | | | because there were parts rejected from the ldap patch file. | ||||
* | 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 | 7 | -887/+344 |
| | |||||
* | 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 |
| | | | | cnums and snums. | ||||
* | sync with 2.0 tree | Herb Lewis | 1998-12-07 | 3 | -1/+34 |
| | |||||
* | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1998-12-07 | 20 | -568/+608 |
| | | | | | | LsaLookupSids etc from within SamrQueryAliasMembers, for example. fnum is now a parameter to client functions. thanks to mike black for starting the ball rolling. | ||||
* | - lib/unix_sec_ctxt.c | Luke Leighton | 1998-12-07 | 23 | -341/+2068 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attempt at taking lib/uid.c and getting a unix security context change module that is independent of "cnums" and "snums". a security context is needed for pipes, not just IPC$ or other services. - group database API added add_group/alias_member, del_group/alias_member, del_group/alias_entry functions. del_builtin_entry() is deliberately set to NULL to cause an exception, you cannot delete builtin aliases. - parse_lsa.c srv_lsa.c fixed lookup_names code, it was a load of trash and didn't do anything. - cmd_samr.c rpcclient.c srv_samr.c added "deletegroup", "deletealias", "delaliasmem", "delgroupmem", "addgroupmem", "addaliasmem", "createalias", "creategroup", to both client and server code. server code calls into unix stubs right now, which don't actually do anything. the only instance where they are expected to do anything is in appliance mode NOT even in the ldap code or anything. client code modified to call samr_lookup_names() for group code (because we can) and lsa_lookup_names() for alias code (because we have to). - srv_lookup.c oops, lookup on unsplit name, we got lookup on DOMAIN, DOMAIN\name instead of DOMAIN, name. | ||||
* | fixed a link to testparm.1.html | Andrew Tridgell | 1998-12-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | sure it is a samba process that is running. | ||||
* | replaced the icons in SWAT with real icons | Andrew Tridgell | 1998-12-05 | 7 | -0/+0 |
| | |||||
* | Sync up critical kernel oplock bugfix. I don't want to lose | Jeremy Allison | 1998-12-05 | 1 | -4/+37 |
| | | | | | this.... Jeremy. | ||||
* | 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 |
| | | | | | | needed a flags fields as you get 0x0000 0010 and 0x0000 001f unknown values for different purposes, no-one's going to tell us what they are and i don't CARE! | ||||
* | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 1998-12-04 | 9 | -61/+61 |
| | | | | | | | | | | | | | | | | - samr_enum_dom_users, the first 4 bytes is some sort of garbage, nt5-beta2 clears them out to zeros whereas nt4 does not. fixed bug where we were assuming that the first 4 bytes of a response _had_ to be non-zero. - cli_lsarpc.c: forgot to append the rid on the lsa_lookup_names() client call. - added in "addaliasmem" and "addgroupmem" commands. the addaliasmem command actually turned out to be a "delaliasmem" :-) :-) - parse_lsa.c: moved assert array check to after the size of useable array space is set... | ||||
* | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1998-12-04 | 13 | -291/+1425 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - renamed do_lsa_xxx to lsa_xxx - added "enumgroups [-m]" command, enumerates groups, shows members. - added cmd_sam_add_groupmem(), need to call these in rpcclient.c - added cmd_sam_add_aliasmem(), need to call these in rpcclient.c - modified "enumaliases [-m]" command - improved "enumgroups" and "enumaliases" to display names not just RIDS/SIDs. - renamed "samr_unknown_12" to "samr_lookup_rids". - added the following client-side functions: get_samr_query_groupmem() get_samr_query_aliasmem() get_samr_query_groupinfo() samr_enum_dom_groups() samr_enum_dom_aliases() samr_add_aliasmem() samr_add_groupmem() - improved display output (display.c) | ||||
* | Updated packaging files from 2.0.0 branch - NOTE: Not yet operative. | John Terpstra | 1998-12-04 | 6 | -92/+113 |
| | | | | I will update these when 2.0.0beta3 has shipped. <John H Terpstra> | ||||
* | Updated version info and date in document headers. | John Terpstra | 1998-12-03 | 38 | -45/+65 |
| | |||||
* | 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 |
| | | | | renamed do_samr_xxxx to samr_xxxx. | ||||
* | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1998-12-03 | 3 | -50/+50 |
| | | | | DB API |