summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| | | | (This used to be commit 41ea416adbc074f3a34b66c18ed63c7d44ea28fc)
* 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-191-1/+501
| | | | | 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)
* 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)
* Split "clobber" function and variables into its own file before itMartin Pool2003-03-183-40/+61
| | | | | grows too much larger. (This used to be commit 4bbddbfc6a97ebb11e299aa7bd07ebebeab42c65)
* Ignore t_stringoverflow binary.Martin Pool2003-03-181-1/+2
| | | | (This used to be commit 195582c4cb7906ab95e47f5a2aea4ae86a7ab023)
* Ignore .po and .po32 files.Martin Pool2003-03-181-0/+3
| | | | (This used to be commit 8d64419625dda242fdb7a5d956644b052b43a2ea)
* Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool2003-03-181-0/+6
| | | | (This used to be commit 5ac062580690eee9b4bd423dbb82631c0cdb8b30)
* Remove static libbigballofmud, which just does not seem to link.Martin Pool2003-03-181-3/+7
| | | | | Add bin/t_stringoverflow test case. Not built by default. (This used to be commit 7741bb8d18e7ba16522c00513174f2909d75535d)
* The new string macros catch a bug at compile that previously onlyMartin Pool2003-03-181-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)
* Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool2003-03-181-1/+1
| | | | | requests, without needing --client-perms=yes. (This used to be commit 412a8780c35ee9449c9682e3ef73afb2c4933285)
* Speling fixes and a little extra documentation.Martin Pool2003-03-181-6/+6
| | | | (This used to be commit 8da383bb3e63d25ceb0204c775580f2f1b3336ec)
* global_globber_region_function/line ought to be recorded beforeMartin Pool2003-03-181-3/+15
| | | | | | | | | | | clobbering the region, just in case clobbering causes us to crash immediately. (That might happen if we just shot ourselves in the stack and strcpy was not inlined.) Also, in DEVELOPER mode and when Valgrind is available, mark the clobbered region as uninitialized. This is an even stronger protection than clobbering with 0xf1. (This used to be commit 5653a42ae695f4b8f4c14d3184ca76523d38b51b)
* Decode waitstatus values when a command fails.Martin Pool2003-03-181-2/+5
| | | | (This used to be commit e1baab1ee04b27447445351d0d88b0c02a5fa85d)
* Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter2003-03-181-1/+71
| | | | | when auth_smbd functionality merged to HEAD. (This used to be commit 2b6d13672dc1e4a46fc2600e729c22d0ee7e534b)
* Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter2003-03-181-0/+54
| | | | | before this can be fully implemented. )-: (This used to be commit a040a8471f884cb295100f841594d86ddf754bb6)
* Add copyright.Andrew Bartlett2003-03-171-1/+1
| | | | (This used to be commit a7f9c3657ff052e382e290059f50f1d9812b8221)
* Fix memory leak.Volker Lendecke2003-03-171-0/+2
| | | | | Volker (This used to be commit e8975d6e7bdcceb78a83a3446cf1430e1e3f1a72)
* Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett2003-03-171-3/+0
| | | | | Andrew Bartlett (This used to be commit 21add5f97d0d112094e34a02e6319991a1d2af4d)
* Brain fart - make sure we truncate the right string...Andrew Bartlett2003-03-171-4/+4
| | | | | Andrew Bartlett (This used to be commit 32eb2cdca62a784d96207507e273bbbf77b0c6c3)
* Fix const warnings.Andrew Bartlett2003-03-171-5/+5
| | | | | Andrew Bartlett (This used to be commit fc1408d5d1a8b64dfd20268ab6f4a5f2a007614b)
* Add const.Andrew Bartlett2003-03-172-4/+4
| | | | (This used to be commit 02f81719c7c179b61663bdf789c01ab62286fea2)
* More statcache fixes - and add a bit more doco.Andrew Bartlett2003-03-171-9/+25
| | | | | Andrew Bartlett (This used to be commit 0e8dd52f6973ac5219e2c2dd53824de71f512083)
* Applied waider's patch to return DOS error codes for pipes thatTim Potter2003-03-1710-192/+217
| | | | | support it. (This used to be commit ac3df9a8051bd105e8e4192d36b3024fdf9f9506)
* Ignore .pyc files.Tim Potter2003-03-171-0/+1
| | | | (This used to be commit b20a357ac534b513383ad20046a99bb7f39bba25)
* Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind!Andrew Bartlett2003-03-171-0/+2
| | | | | Andrew Bartlett (This used to be commit a12e8524997e329a4f4cd766d6371e384698795a)
* Some cosmetic changes to make the popt --usage output look nicer.Tim Potter2003-03-171-5/+5
| | | | (This used to be commit 39124b9a62e1ba0f8089c36b27d6c79352a27973)
* Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett2003-03-171-2/+23
| | | | | Andrew Bartlett (This used to be commit 3fd07bd25eefdb2a7a6891fa1169ab2425607249)
* Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett2003-03-161-1/+1
| | | | | Andrew Bartlett (This used to be commit a0208a4f74f9c61eb1e346d9cb62dbe00ef4c24a)
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-163-10/+15
| | | | | | | in the function prototype, and change callers to respect this. Andrew Bartlett (This used to be commit 9f3d3c380120f16d76d68f346799282d61eec892)