summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-13Updated with Andrew Bartlett patch.John Terpstra2-6/+60
2001-04-13Updated Major/Minor version to 4.50 - see notes.John Terpstra1-10/+14
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison12-137/+186
2001-04-12forgot one thingGerald Carter1-0/+4
2001-04-12still working on itGerald Carter1-6/+13
2001-04-12Can't use space in random string used for exec.Jeremy Allison1-1/+1
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison3-15/+35
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter3-7/+215
2001-04-12Merged John's changes.Jeremy Allison3-3/+7
2001-04-12fix broken links in SWAT due to upper case anchors in the generatedGerald Carter1-2/+5
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison11-130/+230
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison3-26/+40
2001-04-11Adding Solaris packaging files to HEAD.Shirish Kalele12-0/+376
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