summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-04-11Changed the order of -kPIC and -kpic.Jeremy Allison4-36/+38
2001-04-11Fixed some compiler warnings.Tim Potter1-2/+2
2001-04-11Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison1-9/+9
2001-04-11Updating pampass from Samba-2.2 code tree. ===> JHTJohn Terpstra2-278/+174
2001-04-11Restrict dfs add and dfs remote to root at Shirish's advice.Jeremy Allison1-0/+16
2001-04-10Merged in missing break fix from Shirish.Jeremy Allison1-0/+1
2001-04-10Fixed missing HAVE_STDARG_H.Jeremy Allison1-4/+20
2001-04-10Fixed --with-automount compile error.Jeremy Allison2-2/+4
2001-04-10Added HAVE_STDARG_H to tdbutil.cJeremy Allison1-5/+51
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison3-131/+63
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison5-269/+889
2001-04-10Use message system to notify when smb.conf is updated.Jeremy Allison2-7/+22
2001-04-09looking towards abstracting the passdb and uidmapping interfaces.Gerald Carter1-0/+66
2001-04-09Fixup warnings about extra ';' from SGI compiler.Jeremy Allison1-22/+22
2001-04-09Removed "read only" arg as it isn't useful.Jeremy Allison1-33/+2
2001-04-09Tidy up return codes for server manager.Jeremy Allison1-6/+21
2001-04-09Get/Set of SD's on shares now works. Correctly ensure scripts exist beforeJeremy Allison1-12/+15
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison4-15/+95
2001-04-09Ensure Everyone/All access is mapped correctly to file generic perms to allowJeremy Allison1-1/+5
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison4-18/+170
2001-04-08HEAD specific slprintf paranoia fixes.Jeremy Allison2-11/+11
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison31-85/+85
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison3-98/+239
2001-04-07Fixed up the "add" command - although not SD's yet. Now for the SD db andJeremy Allison1-19/+74
2001-04-07Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison5-29/+111
2001-04-06Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison1-1/+0
2001-04-06keep cflags from being duplicated if defined in environmentHerb Lewis2-670/+688
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison5-5/+124
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison5-0/+154
2001-04-06If we can't open the username map file, at least print the strerror.Jeremy Allison1-1/+1
2001-04-06NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass theJeremy Allison1-6/+9
2001-04-06We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison4-29/+72
2001-04-05Setup syslog correctly in swat. Patch from Andrew Bartlett.Jeremy Allison1-0/+1
2001-04-05Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison3-605/+58
2001-04-05Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison1-6/+6
2001-04-05Tidy up tmp file handling.Jeremy Allison1-7/+2
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison5-16/+502
2001-04-04Fix for broken RelientUNIX.Jeremy Allison2-1/+11
2001-04-03Missed forms update - my CVS mistake.Jeremy Allison1-21/+70
2001-04-03test commit for jeremyAndrew Tridgell1-1/+1
2001-04-03Sync up with new NT forms code.Jeremy Allison2-20/+197
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison7-10/+332
2001-04-02IRIX ACLs from Herb.Jeremy Allison2-0/+274
2001-04-02include/ntdomain.h:Jeremy Allison5-76/+158
2001-04-01Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison1-112/+275
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison7-642/+696
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell3-475/+494
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison2-3/+58
2001-03-30Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison1-1/+1
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison9-194/+258