summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-19It's init_module(), not module_init() as metze pointed out. I really thought ↵Jelmer Vernooij1-2/+2
I check this well enough :-/ (This used to be commit 730e2a093152c406923bd9e28339781564b0afac)
2003-03-19Fix pdb_unix usage - noticed by jmcdJelmer Vernooij1-1/+1
(This used to be commit dd03aec26dc39a4e56f18d547132768204a500db)
2003-03-19Fix uncompleted sentenceJelmer Vernooij1-3/+3
(This used to be commit a14b7fcd493b89e6ea6bcc889a2d2f24fc72a5fc)
2003-03-19Fix build errors and move pdb_guest.so -> guest.soJelmer Vernooij1-1/+1
(This used to be commit 25412880251839de3dd17882fab30c873c886454)
2003-03-19Add documentation on new modules systemJelmer Vernooij3-3/+159
(This used to be commit f0f454129a5a57e50391397f45d7cf4d58648d45)
2003-03-19replace pstrcpyJim McDonough1-1/+1
(This used to be commit c6eb950b6879d7566ded33dd6a3853cf2d5310db)
2003-03-19Fix module namesJelmer Vernooij1-3/+4
(This used to be commit fa1c8eee1fdd2452f9e3595b2b3957ea8c0ea46a)
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij23-331/+116
put a doc about it in dev-doc later today. (This used to be commit af7bfee0c6902c07fdb8d3abccf4c8d6bab00b5a)
2003-03-19Add paramter 'ldap del only sam attr'.Volker Lendecke3-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)
2003-03-19Fix typo.Volker Lendecke1-1/+1
Thanks to Guenther Deschner <gd@suse.de> Volker (This used to be commit 70bf31e1b0850c257e893e8850b7d5c53ba5af48)
2003-03-19Update alpha informationJelmer Vernooij1-103/+32
(This used to be commit 65dbd07b3012b0de4d8db0bb01c1d77ae3dc0fa8)
2003-03-19Update to current situation - there's nothing about SAM/GUMS/IDMAP in hereJelmer Vernooij1-4/+4
currently, should there be? (This used to be commit 0038a31819ad13dcfaff381ab2bb9f9fef62c1e8)
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
(This used to be commit 41ea416adbc074f3a34b66c18ed63c7d44ea28fc)
2003-03-19RegenerateJelmer Vernooij7-103/+994
(This used to be commit a4057885405a2dd5f78592f9a6da7f071b486fd0)
2003-03-19Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke1-1/+1
(This used to be commit aa9b8382d38346cb3e94ddf2e7caf6d663034579)
2003-03-19If we fail, return an error code :-)Volker Lendecke1-0/+1
Volker (This used to be commit a5218499eb3f0a62cd663a06157591fbb0dfcbef)
2003-03-19GCC 3.x has deprecated multi-line string constants.Tim Potter5-307/+304
(This used to be commit 54000fc3b0daee452f4d5bc7dad40757f1cf7c11)
2003-03-19Fix compiler warning.Tim Potter2-3/+8
(This used to be commit 74c1cd0040890d24e6191d4cb0467e9f9d70f5dc)
2003-03-19Removed unused variable.Tim Potter1-2/+0
(This used to be commit 6326b0f0b489334c672548a50740890a124988a2)
2003-03-19Add function prototype.Tim Potter1-0/+4
(This used to be commit 57e5c2007b7390c06989b34c7ecf6b5f6f56a03b)
2003-03-19Remove py_samba.c experiment - it didn't work.Tim Potter2-68/+1
(This used to be commit e69c061211e9c64201b54087d1381740d82cbbcd)
2003-03-19Put group mapping into LDAP.Volker Lendecke2-1/+526
Volker (This used to be commit f0f1518fc450834725902e9cdf33fb8d35f99360)
2003-03-19Fix debug message not to use an uninitialized variable.Volker Lendecke1-2/+1
Volker (This used to be commit 80bfa7efd65af02108e3ef1e2b2952cda6dc5999)
2003-03-19Add additional StrCaseCmp test cases.Martin Pool1-2/+14
Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
2003-03-19Add an STF module that defines the tests to be run by "make check".Martin Pool1-0/+33
(This used to be commit a5a2cc9ae9668e66d39beed1fdad4df0405fa4da)
2003-03-19Get rid of "make check" targets that call nonexistent code.Martin Pool1-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)
2003-03-19A new STF test case! This one checks strcasecmp correctness forMartin Pool1-0/+57
various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)
2003-03-19Add the correct file :-( to ignore .po and .po32 files.Martin Pool1-0/+2
(This used to be commit 00b147882221dbb92673bc19fb0572718e3b10c6)
2003-03-19Remove this .po file from the repository. I meant to add a cvsignoreMartin Pool1-0/+0
file that ignored it, but I slipped. (This used to be commit a3f90cc6ab2735296ca482c8e29dc1d83804e205)
2003-03-19Ignore t_strcmp test case.Martin Pool1-0/+1
(This used to be commit 705db537c5c8495ce39d7ca609de4a2ee1bba6a5)
2003-03-19Ignore .po and .po32 files.Martin Pool1-0/+0
(This used to be commit 9a8d50d45c352a22b9b67adb1548482ab2c3265c)
2003-03-19Run test 10000 times to make measurement easier.Martin Pool1-2/+7
(This used to be commit e051789ac6cc05f8a643ea81e887d3b969cf3a27)
2003-03-18Ensure dev in make_connection is const.Jeremy Allison2-4/+10
Jeremy. (This used to be commit e8155fade61e9dc308a82f442453803160c36806)
2003-03-18Removed unused var.Jeremy Allison1-2/+0
Jeremy. (This used to be commit fb925a72a6323d96d8fae658c4271ca05e8256de)
2003-03-18RegenerateJelmer Vernooij103-15212/+8758
(This used to be commit 25db62e3101dbcae8e9daee3cb16430297afa223)
2003-03-18RegenerateJelmer Vernooij2-5653/+5843
(This used to be commit 7affa21eb8982eeccb8852f60d3b962fc0dded67)
2003-03-18More updates:Jelmer Vernooij3-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)
2003-03-18- Move instructions on compiling samba to appendixJelmer Vernooij4-328/+333
- Add notes about binary packages - Some small fixes (typos, remove outdated stuff) (This used to be commit 7759686230e2512e7c79ca512f501f8bac084aef)
2003-03-18Put in documentation update by jhtJelmer Vernooij3-54/+94
(This used to be commit 38424c522ab2ddbf6d6c61274d692b14e574023a)
2003-03-18Put in some macros for the new modules systemJelmer Vernooij1-0/+25
(This used to be commit b6272a8f18c823be3056d9f03810be75e9129cce)
2003-03-18Step one of optimizations for StrCaseCmp:Martin Pool1-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)
2003-03-18Add t_strcmp test/torture harness.Martin Pool1-1/+4
(This used to be commit 2c17cb1bd27658ac7a72cb9eccb4b048e9d0ec5f)
2003-03-18Split "clobber" function and variables into its own file before itMartin Pool3-40/+61
grows too much larger. (This used to be commit 4bbddbfc6a97ebb11e299aa7bd07ebebeab42c65)
2003-03-18Ignore t_stringoverflow binary.Martin Pool1-1/+2
(This used to be commit 195582c4cb7906ab95e47f5a2aea4ae86a7ab023)
2003-03-18Ignore .po and .po32 files.Martin Pool1-0/+3
(This used to be commit 8d64419625dda242fdb7a5d956644b052b43a2ea)
2003-03-18Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool1-0/+6
(This used to be commit 5ac062580690eee9b4bd423dbb82631c0cdb8b30)
2003-03-18Remove static libbigballofmud, which just does not seem to link.Martin Pool1-3/+7
Add bin/t_stringoverflow test case. Not built by default. (This used to be commit 7741bb8d18e7ba16522c00513174f2909d75535d)
2003-03-18The new string macros catch a bug at compile that previously onlyMartin Pool1-0/+7
trapped at runtime, which is great. So we have to try a little harder to provoke an overflow -- which is still caught nicely in developer mode. (This used to be commit cea126f62ad411f5efbebc7c5d39297fd8ef9efb)
2003-03-18Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool1-1/+1
requests, without needing --client-perms=yes. (This used to be commit 412a8780c35ee9449c9682e3ef73afb2c4933285)
2003-03-18Speling fixes and a little extra documentation.Martin Pool1-6/+6
(This used to be commit 8da383bb3e63d25ceb0204c775580f2f1b3336ec)