summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge of compiler warning fixups.Tim Potter2003-03-2010-328/+316
|
* Merge of removal of py_samba.cTim Potter2003-03-202-68/+1
|
* Merge new .cvsignore files.Tim Potter2003-03-200-0/+0
|
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-203-7/+8
| | | | | Apply the job returned limit across all requests for job queues. Jeremy.
* void function cannot return a value (besides the function called wasHerb Lewis2003-03-191-1/+1
| | | | a void)
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
|
* replace pstrcpyJim McDonough2003-03-191-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-03-196-0/+843
|\
| * Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-1923-331/+116
| | | | | | | | put a doc about it in dev-doc later today.
| * Add paramter 'ldap del only sam attr'.Volker Lendecke2003-03-193-61/+110
| | | | | | | | | | | | | | This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner <gd@suse.de> for providing it. Volker
| * Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker
| * Update alpha informationJelmer Vernooij2003-03-191-103/+32
| |
| * Update to current situation - there's nothing about SAM/GUMS/IDMAP in hereJelmer Vernooij2003-03-191-4/+4
| | | | | | | | currently, should there be?
| * Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| |
| * RegenerateJelmer Vernooij2003-03-197-103/+994
| |
| * Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke2003-03-191-1/+1
| |
| * If we fail, return an error code :-)Volker Lendecke2003-03-191-0/+1
| | | | | | | | Volker
| * GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-195-307/+304
| |
| * Fix compiler warning.Tim Potter2003-03-192-3/+8
| |
| * Removed unused variable.Tim Potter2003-03-191-2/+0
| |
| * Add function prototype.Tim Potter2003-03-191-0/+4
| |
| * Remove py_samba.c experiment - it didn't work.Tim Potter2003-03-192-68/+1
| |
| * Put group mapping into LDAP.Volker Lendecke2003-03-192-1/+526
| | | | | | | | Volker
| * Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
| | | | | | | | Volker
| * Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | | | | | Doc.
| * Add an STF module that defines the tests to be run by "make check".Martin Pool2003-03-191-0/+33
| |
| * Get rid of "make check" targets that call nonexistent code.Martin Pool2003-03-191-30/+15
| | | | | | | | | | | | | | | | | | Add in new ones that run STF, after setting up a PATH and LD_LIBRARY_PATH that will let them find samba in the build directory. LD_LIBRARY_PATH is probably not portable but without libtool I don't know a portable way to do it. Perhaps the simple solution is just to link these things statically?
| * A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
| | | | | | | | various strings.
| * Add the correct file :-( to ignore .po and .po32 files.Martin Pool2003-03-191-0/+2
| |
| * Remove this .po file from the repository. I meant to add a cvsignoreMartin Pool2003-03-191-0/+0
| | | | | | | | file that ignored it, but I slipped.
| * Ignore t_strcmp test case.Martin Pool2003-03-191-0/+1
| |
| * Ignore .po and .po32 files.Martin Pool2003-03-191-0/+0
| |
| * Run test 10000 times to make measurement easier.Martin Pool2003-03-191-2/+7
| |
| * Ensure dev in make_connection is const.Jeremy Allison2003-03-182-4/+10
| | | | | | | | Jeremy.
| * Removed unused var.Jeremy Allison2003-03-181-2/+0
| | | | | | | | Jeremy.
| * RegenerateJelmer Vernooij2003-03-18103-15212/+8758
| |
| * RegenerateJelmer Vernooij2003-03-182-5653/+5843
| |
| * More updates:Jelmer Vernooij2003-03-183-81/+52
| | | | | | | | | | | | - Add SWAT as way to configure samba - Remove some duplicated information - Move some information to the part of the howto it belongs
| * - Move instructions on compiling samba to appendixJelmer Vernooij2003-03-184-328/+333
| | | | | | | | | | - Add notes about binary packages - Some small fixes (typos, remove outdated stuff)
| * Put in documentation update by jhtJelmer Vernooij2003-03-183-54/+94
| |
| * Put in some macros for the new modules systemJelmer Vernooij2003-03-181-0/+25
| |
| * Step one of optimizations for StrCaseCmp:Martin Pool2003-03-181-7/+72
| | | | | | | | | | | | | | | | First of all, do a char-by-char walk through both buffers until we get to a non-ascii character, or a difference between the strings. This prefix can be directly compared without needing to call into iconv. This should be much faster for strings that are either all ascii, or differ near the start.
| * Add t_strcmp test/torture harness.Martin Pool2003-03-181-1/+4
| |
* | Merge from HEAD.Volker Lendecke2003-03-193-61/+110
| | | | | | | | Volker
* | Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker
* | Update alpha informationJelmer Vernooij2003-03-191-103/+32
| |
* | Update to current situation - should we add SAM/GUMS/idmap?Jelmer Vernooij2003-03-191-4/+4
| |
* | Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| |
* | merge from HEADVolker Lendecke2003-03-191-0/+1
| |
* | Put group mapping into LDAP.Volker Lendecke2003-03-192-30/+496
| | | | | | | | Volker