summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make swat use poptJelmer Vernooij2003-03-202-18/+20
| | | | | | | | (This used to be commit eccb6998111ce7a56bfd11578ccd7c09958f407e)
* | Merge of compiler warning fixups.Tim Potter2003-03-2010-328/+316
| | | | | | | | (This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
* | Merge of removal of py_samba.cTim Potter2003-03-202-68/+1
| | | | | | | | (This used to be commit 68b4052281d22dace2ae9e48d022fa288c0a6425)
* | Merge new .cvsignore files.Tim Potter2003-03-200-0/+0
| | | | | | | | (This used to be commit f0ab1b6147bc0a0e028e67b598bfc0cb9944c8cc)
* | 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. (This used to be commit bf795b684e608f82db822e0759e7b69afd451b65)
* | void function cannot return a value (besides the function called wasHerb Lewis2003-03-191-1/+1
| | | | | | | | | | a void) (This used to be commit 55681422e97ede0ff9446925c7678d6254b13878)
* | use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
| | | | | | | | (This used to be commit 5078436d83f0fdc568d6687809c7c70dea5fd382)
* | replace pstrcpyJim McDonough2003-03-191-1/+1
| | | | | | | | (This used to be commit c5876f9f07bfff4e03f3a70136515c9daab20afd)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-03-196-0/+843
|\| | | | | | | used to be commit 6f94672d3da070aae0b17f4dcdc6cd119b68d84c)
| * 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. (This used to be commit af7bfee0c6902c07fdb8d3abccf4c8d6bab00b5a)
| * 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 (This used to be commit 5eaf9195eefda5ababba85cc0f6d581ff6f0f454)
| * Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | | | | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker (This used to be commit 70bf31e1b0850c257e893e8850b7d5c53ba5af48)
| * Update alpha informationJelmer Vernooij2003-03-191-103/+32
| | | | | | | | (This used to be commit 65dbd07b3012b0de4d8db0bb01c1d77ae3dc0fa8)
| * Update to current situation - there's nothing about SAM/GUMS/IDMAP in hereJelmer Vernooij2003-03-191-4/+4
| | | | | | | | | | currently, should there be? (This used to be commit 0038a31819ad13dcfaff381ab2bb9f9fef62c1e8)
| * Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| | | | | | | | (This used to be commit 41ea416adbc074f3a34b66c18ed63c7d44ea28fc)
| * RegenerateJelmer Vernooij2003-03-197-103/+994
| | | | | | | | (This used to be commit a4057885405a2dd5f78592f9a6da7f071b486fd0)
| * Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke2003-03-191-1/+1
| | | | | | | | (This used to be commit aa9b8382d38346cb3e94ddf2e7caf6d663034579)
| * If we fail, return an error code :-)Volker Lendecke2003-03-191-0/+1
| | | | | | | | | | Volker (This used to be commit a5218499eb3f0a62cd663a06157591fbb0dfcbef)
| * GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-195-307/+304
| | | | | | | | (This used to be commit 54000fc3b0daee452f4d5bc7dad40757f1cf7c11)
| * Fix compiler warning.Tim Potter2003-03-192-3/+8
| | | | | | | | (This used to be commit 74c1cd0040890d24e6191d4cb0467e9f9d70f5dc)
| * Removed unused variable.Tim Potter2003-03-191-2/+0
| | | | | | | | (This used to be commit 6326b0f0b489334c672548a50740890a124988a2)
| * Add function prototype.Tim Potter2003-03-191-0/+4
| | | | | | | | (This used to be commit 57e5c2007b7390c06989b34c7ecf6b5f6f56a03b)
| * Remove py_samba.c experiment - it didn't work.Tim Potter2003-03-192-68/+1
| | | | | | | | (This used to be commit e69c061211e9c64201b54087d1381740d82cbbcd)
| * Put group mapping into LDAP.Volker Lendecke2003-03-192-1/+526
| | | | | | | | | | Volker (This used to be commit f0f1518fc450834725902e9cdf33fb8d35f99360)
| * Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
| | | | | | | | | | Volker (This used to be commit 80bfa7efd65af02108e3ef1e2b2952cda6dc5999)
| * Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | | | | | | | Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
| * Add an STF module that defines the tests to be run by "make check".Martin Pool2003-03-191-0/+33
| | | | | | | | (This used to be commit a5a2cc9ae9668e66d39beed1fdad4df0405fa4da)
| * 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? (This used to be commit 27c1626ae0a30bf0f01ea6d6df5836425e6f9547)
| * A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
| | | | | | | | | | various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)
| * Add the correct file :-( to ignore .po and .po32 files.Martin Pool2003-03-191-0/+2
| | | | | | | | (This used to be commit 00b147882221dbb92673bc19fb0572718e3b10c6)
| * 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. (This used to be commit a3f90cc6ab2735296ca482c8e29dc1d83804e205)
| * Ignore t_strcmp test case.Martin Pool2003-03-191-0/+1
| | | | | | | | (This used to be commit 705db537c5c8495ce39d7ca609de4a2ee1bba6a5)
| * Ignore .po and .po32 files.Martin Pool2003-03-191-0/+0
| | | | | | | | (This used to be commit 9a8d50d45c352a22b9b67adb1548482ab2c3265c)
| * Run test 10000 times to make measurement easier.Martin Pool2003-03-191-2/+7
| | | | | | | | (This used to be commit e051789ac6cc05f8a643ea81e887d3b969cf3a27)
| * Ensure dev in make_connection is const.Jeremy Allison2003-03-182-4/+10
| | | | | | | | | | Jeremy. (This used to be commit e8155fade61e9dc308a82f442453803160c36806)
| * Removed unused var.Jeremy Allison2003-03-181-2/+0
| | | | | | | | | | Jeremy. (This used to be commit fb925a72a6323d96d8fae658c4271ca05e8256de)
| * RegenerateJelmer Vernooij2003-03-18103-15212/+8758
| | | | | | | | (This used to be commit 25db62e3101dbcae8e9daee3cb16430297afa223)
| * RegenerateJelmer Vernooij2003-03-182-5653/+5843
| | | | | | | | (This used to be commit 7affa21eb8982eeccb8852f60d3b962fc0dded67)
| * 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 (This used to be commit f78c98120be81100adbfee01a07283d014c425d4)
| * - Move instructions on compiling samba to appendixJelmer Vernooij2003-03-184-328/+333
| | | | | | | | | | | | - Add notes about binary packages - Some small fixes (typos, remove outdated stuff) (This used to be commit 7759686230e2512e7c79ca512f501f8bac084aef)
| * Put in documentation update by jhtJelmer Vernooij2003-03-183-54/+94
| | | | | | | | (This used to be commit 38424c522ab2ddbf6d6c61274d692b14e574023a)
| * Put in some macros for the new modules systemJelmer Vernooij2003-03-181-0/+25
| | | | | | | | (This used to be commit b6272a8f18c823be3056d9f03810be75e9129cce)
| * 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. (This used to be commit f7f692b2db4dd513068d6d8fed2792186933ddda)
| * Add t_strcmp test/torture harness.Martin Pool2003-03-181-1/+4
| | | | | | | | (This used to be commit 2c17cb1bd27658ac7a72cb9eccb4b048e9d0ec5f)
* | Merge from HEAD.Volker Lendecke2003-03-193-61/+110
| | | | | | | | | | Volker (This used to be commit f42032060812e9bf409042c790e71fefb40ff17a)
* | Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | | | | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker (This used to be commit 52250e42a99390deb58478305410b93b877aa015)
* | Update alpha informationJelmer Vernooij2003-03-191-103/+32
| | | | | | | | (This used to be commit 52c2b2418d3ba0d64dcaa2e1d0be3b240cd6c636)
* | Update to current situation - should we add SAM/GUMS/idmap?Jelmer Vernooij2003-03-191-4/+4
| | | | | | | | (This used to be commit 3247b6be7a284c10c2885854a0da0501fb2f506e)
* | Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| | | | | | | | (This used to be commit 051b33e98f94ad09b4d8816a88e78715e7dc2a5e)
* | merge from HEADVolker Lendecke2003-03-191-0/+1
| | | | | | | | (This used to be commit 12110a263b5ac65d6b965ccbe19b7be3025f0373)