summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
...
* ldap_getpw() also needs to be (void)Luke Leighton1998-12-081-1/+1
* compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1998-12-081-1/+1
* adding srvsvc pipe.Luke Leighton1998-12-085-5/+143
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-1/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-072-82/+83
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-073-24/+106
* added delete domain group and local group and delete domain group member.Luke Leighton1998-12-042-0/+54
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-041-1/+2
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-042-21/+20
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-043-35/+76
* added createalias command to rpcclientLuke Leighton1998-12-032-3/+17
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-032-15/+29
* moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-1/+1
* adding group parsing: add/modify/delete/add members.Luke Leighton1998-12-032-9/+27
* spotted the mistake in group_info1 parsing.Luke Leighton1998-12-021-1/+2
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-022-10/+12
* 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-023-26/+61
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-012-3/+5
* fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1998-12-011-2/+2
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-012-9/+24
* fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-011-1/+3
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-012-62/+71
* moving rpc/rpc.h to after netinet.hLuke Leighton1998-11-301-5/+5
* - adding builtin[alias]db.Luke Leighton1998-11-302-1/+31
* weekend work. user / group database API.Luke Leighton1998-11-295-204/+529
* removed include of net/route.h because it prevents compilation underAndrew Tridgell1998-11-291-4/+6
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-252-11/+11
* fixing group database issuesLuke Leighton1998-11-252-12/+12
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-253-22/+37
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-253-38/+43
* re-added includes for yp_prot.h and yp_clnt.hLuke Leighton1998-11-231-0/+13
* get rid of __wait boring warning, caused by rpc/clnt.hLuke Leighton1998-11-231-13/+4
* unix instance of group database APILuke Leighton1998-11-234-35/+72
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-1/+2
* deleted some old DEBUG() code that wasn't usedAndrew Tridgell1998-11-221-14/+0
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-201-0/+8
* Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison1998-11-201-2/+2
* Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-191-2/+2
* Sync up with 2.0 code.Jeremy Allison1998-11-192-0/+2
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-192-34/+48
* Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1998-11-182-0/+16
* Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-182-1/+10
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-171-0/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-172-21/+31
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-175-72/+309
* Moved PRINTCAP_NAME from smb.h to includes to allow it toJeremy Allison1998-11-172-4/+3
* Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1998-11-162-1/+4
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-151-1/+1
* - new prototypesAndrew Tridgell1998-11-141-1/+1