Age | Commit message (Expand) | Author | Files | Lines |
2001-04-12 | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't | Jeremy Allison | 3 | -15/+35 |
2001-04-12 | Added a caching system to smbsh. Previously access to workgroup or server | Tim Potter | 3 | -7/+215 |
2001-04-12 | Merged John's changes. | Jeremy Allison | 3 | -3/+7 |
2001-04-12 | fix broken links in SWAT due to upper case anchors in the generated | Gerald Carter | 1 | -2/+5 |
2001-04-11 | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 11 | -130/+230 |
2001-04-11 | Fix for core dump in security = share code with new share security db. | Jeremy Allison | 3 | -26/+40 |
2001-04-11 | Adding Solaris packaging files to HEAD. | Shirish Kalele | 12 | -0/+376 |
2001-04-11 | Changed the order of -kPIC and -kpic. | Jeremy Allison | 4 | -36/+38 |
2001-04-11 | Fixed some compiler warnings. | Tim Potter | 1 | -2/+2 |
2001-04-11 | Added SMB_ prefix to enums that clash with Solaris ACL definitions. | Jeremy Allison | 1 | -9/+9 |
2001-04-11 | Updating pampass from Samba-2.2 code tree. ===> JHT | John Terpstra | 2 | -278/+174 |
2001-04-11 | Restrict dfs add and dfs remote to root at Shirish's advice. | Jeremy Allison | 1 | -0/+16 |
2001-04-10 | Merged in missing break fix from Shirish. | Jeremy Allison | 1 | -0/+1 |
2001-04-10 | Fixed missing HAVE_STDARG_H. | Jeremy Allison | 1 | -4/+20 |
2001-04-10 | Fixed --with-automount compile error. | Jeremy Allison | 2 | -2/+4 |
2001-04-10 | Added HAVE_STDARG_H to tdbutil.c | Jeremy Allison | 1 | -5/+51 |
2001-04-10 | passdb/pass_check.c: Ensure second check is done only if given username is al... | Jeremy Allison | 3 | -131/+63 |
2001-04-10 | Added JohnT and Andrew Bartlett's PAM changes. | Jeremy Allison | 5 | -269/+889 |
2001-04-10 | Use message system to notify when smb.conf is updated. | Jeremy Allison | 2 | -7/+22 |
2001-04-09 | looking towards abstracting the passdb and uidmapping interfaces. | Gerald Carter | 1 | -0/+66 |
2001-04-09 | Fixup warnings about extra ';' from SGI compiler. | Jeremy Allison | 1 | -22/+22 |
2001-04-09 | Removed "read only" arg as it isn't useful. | Jeremy Allison | 1 | -33/+2 |
2001-04-09 | Tidy up return codes for server manager. | Jeremy Allison | 1 | -6/+21 |
2001-04-09 | Get/Set of SD's on shares now works. Correctly ensure scripts exist before | Jeremy Allison | 1 | -12/+15 |
2001-04-09 | Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits. | Jeremy Allison | 4 | -15/+95 |
2001-04-09 | Ensure Everyone/All access is mapped correctly to file generic perms to allow | Jeremy Allison | 1 | -1/+5 |
2001-04-09 | Added set/get SD's on shares. Check before tcon. | Jeremy Allison | 4 | -18/+170 |
2001-04-08 | HEAD specific slprintf paranoia fixes. | Jeremy Allison | 2 | -11/+11 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 31 | -85/+85 |
2001-04-08 | Added per-share security tdb. Tidied up many slprintfs (need -1 on length). | Jeremy Allison | 3 | -98/+239 |
2001-04-07 | Fixed up the "add" command - although not SD's yet. Now for the SD db and | Jeremy Allison | 1 | -19/+74 |
2001-04-07 | Added 3 params to manipulate shares. "add share command/change share command/ | Jeremy Allison | 5 | -29/+111 |
2001-04-06 | Fix from Ed Boraas for not core dumping when out of connection structs. | Jeremy Allison | 1 | -1/+0 |
2001-04-06 | keep cflags from being duplicated if defined in environment | Herb Lewis | 2 | -670/+688 |
2001-04-06 | Implemented stub function for NET_SHARE_DELETE. Now to implement the real | Jeremy Allison | 5 | -5/+124 |
2001-04-06 | Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook | Jeremy Allison | 5 | -0/+154 |
2001-04-06 | If we can't open the username map file, at least print the strerror. | Jeremy Allison | 1 | -1/+1 |
2001-04-06 | NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass the | Jeremy Allison | 1 | -6/+9 |
2001-04-06 | We can now use server manager to look at Samba shares. NT still expects a ":" | Jeremy Allison | 4 | -29/+72 |
2001-04-05 | Setup syslog correctly in swat. Patch from Andrew Bartlett. | Jeremy Allison | 1 | -0/+1 |
2001-04-05 | Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs. | Jeremy Allison | 3 | -605/+58 |
2001-04-05 | Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota code | Jeremy Allison | 1 | -6/+6 |
2001-04-05 | Tidy up tmp file handling. | Jeremy Allison | 1 | -7/+2 |
2001-04-04 | I know we're supposed to be feature frozen, but I couldn't resist this... :-). | Jeremy Allison | 5 | -16/+502 |
2001-04-04 | Fix for broken RelientUNIX. | Jeremy Allison | 2 | -1/+11 |
2001-04-03 | Missed forms update - my CVS mistake. | Jeremy Allison | 1 | -21/+70 |
2001-04-03 | test commit for jeremy | Andrew Tridgell | 1 | -1/+1 |
2001-04-03 | Sync up with new NT forms code. | Jeremy Allison | 2 | -20/+197 |
2001-04-03 | Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>. | Jeremy Allison | 7 | -10/+332 |
2001-04-02 | IRIX ACLs from Herb. | Jeremy Allison | 2 | -0/+274 |