Age | Commit message (Expand) | Author | Files | Lines |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -1/+1 |
1998-12-03 | adding group parsing: add/modify/delete/add members. | Luke Leighton | 2 | -9/+27 |
1998-12-02 | spotted the mistake in group_info1 parsing. | Luke Leighton | 1 | -1/+2 |
1998-12-02 | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 2 | -10/+12 |
1998-12-02 | Updated HEAD branch version to 2.1.0-prealpha in response to a user | John Terpstra | 1 | -1/+1 |
1998-12-02 | adding group member code, made a start. found that the group members' | Luke Leighton | 3 | -26/+61 |
1998-12-01 | query_aliasmem code. it works (hurrah). | Luke Leighton | 2 | -3/+5 |
1998-12-01 | fixing smbpasswd to link to smbd to obtain domain sid | Luke Leighton | 1 | -2/+2 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 2 | -9/+24 |
1998-12-01 | fix to domain_namemap (domain, ntname wrong way round oops) | Luke Leighton | 1 | -1/+3 |
1998-12-01 | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 2 | -62/+71 |
1998-11-30 | moving rpc/rpc.h to after netinet.h | Luke Leighton | 1 | -5/+5 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 2 | -1/+31 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 5 | -204/+529 |
1998-11-29 | removed include of net/route.h because it prevents compilation under | Andrew Tridgell | 1 | -4/+6 |
1998-11-25 | yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups. | Luke Leighton | 2 | -11/+11 |
1998-11-25 | fixing group database issues | Luke Leighton | 2 | -12/+12 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 3 | -22/+37 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 3 | -38/+43 |
1998-11-23 | re-added includes for yp_prot.h and yp_clnt.h | Luke Leighton | 1 | -0/+13 |
1998-11-23 | get rid of __wait boring warning, caused by rpc/clnt.h | Luke Leighton | 1 | -13/+4 |
1998-11-23 | unix instance of group database API | Luke Leighton | 4 | -35/+72 |
1998-11-23 | changed string_sub() to replace " ; and ` in the inserted string with _ | Andrew Tridgell | 1 | -1/+2 |
1998-11-22 | deleted some old DEBUG() code that wasn't used | Andrew Tridgell | 1 | -14/+0 |
1998-11-20 | acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu... | Jeremy Allison | 1 | -0/+8 |
1998-11-20 | Fixed stupid blunder where I renamed getpwanam to getpwnam. | Jeremy Allison | 1 | -2/+2 |
1998-11-19 | Makefile.in: Added passing of CPPFLAGS into Makefile. | Jeremy Allison | 1 | -2/+2 |
1998-11-19 | Sync up with 2.0 code. | Jeremy Allison | 2 | -0/+2 |
1998-11-19 | Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10. | Jeremy Allison | 2 | -34/+48 |
1998-11-18 | Added OSF1 changes to HEAD (-lsecurity etc.) | Jeremy Allison | 2 | -0/+16 |
1998-11-18 | Fixed problem with HAVE_NETGROUP being used on platforms | Jeremy Allison | 2 | -1/+10 |
1998-11-17 | Fixed NT modify timestamp issue. | Jeremy Allison | 1 | -0/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 2 | -21/+31 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 5 | -72/+309 |
1998-11-17 | Moved PRINTCAP_NAME from smb.h to includes to allow it to | Jeremy Allison | 2 | -4/+3 |
1998-11-16 | Updates to handle glob.h - was causing problems on SCO 5.0.4 | John Terpstra | 2 | -1/+4 |
1998-11-15 | change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros | Andrew Tridgell | 1 | -1/+1 |
1998-11-14 | - new prototypes | Andrew Tridgell | 1 | -1/+1 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 2 | -1/+2 |
1998-11-13 | Change to beta1. | Jeremy Allison | 1 | -1/+1 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 4 | -4/+21 |
1998-11-13 | reverted includes change for FreeBSD as it breaks IRIX | Andrew Tridgell | 1 | -1/+0 |
1998-11-13 | oops - ZERO_STRUCTP() issues again... | Luke Leighton | 1 | -4/+1 |
1998-11-13 | ZERO_STRUCTP does not check argument for NULL. | Luke Leighton | 1 | -1/+4 |
1998-11-13 | fixes for OSF1 compilation | Andrew Tridgell | 1 | -0/+1 |
1998-11-13 | include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP. | Jeremy Allison | 1 | -3/+1 |
1998-11-13 | security descriptors | Luke Leighton | 3 | -20/+10 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1 | -2/+5 |
1998-11-12 | security descriptors. | Luke Leighton | 4 | -22/+44 |
1998-11-12 | .cvsignore: Removed old entries. | Herb Lewis | 1 | -0/+9 |