summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Still trying to track down this incredebly intransigent memory free bug...Jeremy Allison2001-06-112-13/+19
| | | | | | | | | | | | Jeremy.
| * | Makethe generic init script use /usr/local/samba/binGerald Carter2001-06-091-2/+5
| | | | | | | | | | | | | | | (i know no packaging uses this, but it makes a good generic init script when installaing from source)
| * | Fixed typo in Solaris & UnixWare ACLs.Jeremy Allison2001-06-091-1/+1
| | | | | | | | | | | | Jeremy.
| * | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0911-81/+89
| | | | | | | | | | | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy.
| * | Changed all tdb_open()'s to tdb_open_log()'s. As HEAD.Jeremy Allison2001-06-0816-23/+23
| | | | | | | | | | | | Jeremy.
| * | IRIX has the acl_delete_def_file callHerb Lewis2001-06-081-0/+5
| | |
| * | Log tdb failures.Jeremy Allison2001-06-081-2/+6
| | | | | | | | | | | | Jeremy.
| * | AIX has no default acls.Jeremy Allison2001-06-081-0/+6
| | | | | | | | | | | | Jeremy.
| * | Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-12/+52
| | | | | | | | | | | | | | | Michael Davidson <michael_davidson@pacbell.net>. Jeremy.
| * | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-082-560/+574
| | | | | | | | | | | | | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy.
| * | updated the link to the Samba Team web page.Gerald Carter2001-06-082-2/+5
| | | | | | | | | | | | | | | Also added notice of where to fund documentation on the pam_smbpass module
| * | sync up with Tim's changes to headGerald Carter2001-06-083-12/+33
| | |
| * | Forgot to remove jradebug...Jeremy Allison2001-06-081-4/+0
| | | | | | | | | | | | Jeremy.
| * | Extra stuff for large readwrite support.Jeremy Allison2001-06-084-549/+560
| | | | | | | | | | | | Jeremy.
| * | Added Simo's get groups code. Added getconf flags for 64 bit file access on ↵Jeremy Allison2001-06-066-561/+579
| | | | | | | | | | | | | | | | | | RH7.1. Jeremy.
| * | Added Tim's fixes for dynamic samr calls. Raised max component limit to 256.Jeremy Allison2001-06-065-26/+50
| | | | | | | | | | | | Jeremy.
| * | Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-053-3/+61
| | | | | | | | | | | | | | | Also added smbtorture test for this. Jeremy.
| * | Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
| | | | | | | | | | | | | | | We still need to set the large write reply correctly. Jeremy.
| * | Merge of I18N fix from HEAD.Jeremy Allison2001-06-051-9/+18
| | | | | | | | | | | | Jeremy.
| * | SAMBA_2_2 compiles now....Gerald Carter2001-06-011-1/+1
| | |
| * | sync with HEADGerald Carter2001-06-011-6/+0
| | |
| * | merge from HEADGerald Carter2001-06-013-4/+4
| | |
| * | Updating PAM config file missed previously.John Terpstra2001-05-311-4/+11
| | |
| * | go back to next_command() instead of next_token() when parsingGerald Carter2001-05-311-12/+28
| | | | | | | | | | | | -c "..."
| * | sync'in up with HEADGerald Carter2001-05-317-71/+610
| | |
| * | couple of minor typos.Gerald Carter2001-05-312-3/+1
| | |
| * | Added Simo's new files - prepare for merge from HEAD.Jeremy Allison2001-05-310-0/+0
| | | | | | | | | | | | Jeremy.
* | | preparing for release of 2.2.0aSamba Release Account2001-06-2366-67/+67
| | |
* | | Log debug message before and after so we know if netbios names were changed.Jeremy Allison2001-06-231-0/+3
| | | | | | | | | | | | Jeremy.
* | | Updated to mention new features will be in 2.2.1 - this is a security fixJeremy Allison2001-06-231-0/+4
| | | | | | | | | | | | | | | only. Jeremy.
* | | Updated with security advisory message.Jeremy Allison2001-06-231-2/+96
| | | | | | | | | | | | Jeremy.
* | | Updated lib/access.c for allow/deny fix.Jeremy Allison2001-06-231-24/+25
| | | | | | | | | | | | Jeremy.
* | | Added other_safe_chars to alpha_strcpy(). Better fix for problem.Jeremy Allison2001-06-236-461/+492
| | | | | | | | | | | | Jeremy.
* | | Get ready for fix release.Jeremy Allison2001-06-231-1/+1
| | | | | | | | | | | | Jeremy.
* | | Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
| | | | | | | | | | | | Jeremy.
* | | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-05-315-0/+411
|\| | | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-317-0/+709
| |\|
| | * Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
| | | | | | | | | | | | | | | Check returns from *all* mallocs (including strdups). Jeremy.
| | * Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison2001-05-311-1/+1
| | | | | | | | | | | | Jeremy.
| | * fixed asprintf declarationAndrew Tridgell2001-05-301-6/+3
| | |
| | * - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell2001-05-306-571/+728
| | | | | | | | | | | | | | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them
| | * merged fix for tdb_unpack from 2_2Andrew Tridgell2001-05-301-1/+4
| | |
| | * added list function to tdbtoolAndrew Tridgell2001-05-301-0/+2
| | |
| | * new proto.hAndrew Tridgell2001-05-301-565/+567
| | |
| | * make swat recover from previously bad umask from xinetdAndrew Tridgell2001-05-301-2/+8
| | |
| | * use the new tdb_open_log() fn on connections databaseAndrew Tridgell2001-05-301-1/+1
| | |
| | * - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-304-58/+162
| | | | | | | | | | | | | | | | | | | | | | | | was the initial cause of the connections database becoming corrupt. Note that this bug only happens when doing deletions within a traversal, which is why it has only showed up now - added delete within traversal testing to tdbtorture - added a lot more logging to tdb
| | * added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2001-05-302-1/+34
| | | | | | | | | | | | | | | | | | of messages from the tdb code into the Samba DEBUG() system just call tdb_open_log() instead of tdb_open() to enable this on any tdb
| | * Add border=0 in included swat images to get rid of the link border stuff.Tim Potter2001-05-301-1/+1
| | | | | | | | | | | | Much prettier looking.
| | * more portable TDB_LOG macroAndrew Tridgell2001-05-291-1/+1
| | |