summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | (merge from HEAD)Andrew Bartlett2003-03-2210-41/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small clenaup patches: - safe_string.h - don't assume that __FUNCTION__ is available - process.c - use new workaround from safe_string.h for the same - util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc() - gencache.c - Keep valgrind quiet by always null terminating. - clistr.c - Add copyright - srvstr.h - move srvstr_push into a .c file again, as a real function. - srvstr.c - revive, with 'safe' checked srvstr_push - loadparm.c - set a default for the display charset. - connection.c - use safe_strcpy() Andrew Bartlett (This used to be commit c91e76bddbe1244ddc8d12b092eba875834029ac)
* | Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett2003-03-221-1/+1
| | | | | | | | | | to the integer for SIVAL(). (This used to be commit 5e20868fadc4e01ea09639bc57c51d1eb687f78c)
* | This caused problems on the build farm.Andrew Bartlett2003-03-221-1/+1
| | | | | | | | (This used to be commit f16a70a405a702945ada42be638c3d17c59517c0)
* | Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett2003-03-222-20/+20
| | | | | | | | | | Andrew Bartlett (This used to be commit 6bf04c41ed88528345f6bb19d48f5909753a8322)
* | Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-229-229/+137
| | | | | | | | | | | | | | | | | | | | - pdb_guest (including change defaults) - 'default' passdb actions (instead of 'not implemented' stubs in each module) - net_rpc_samsync no longer assumes pdb_unix Andrew Bartlett (This used to be commit 4bec53c8c81019f0f06a93c4df0800bbf7281dd6)
* | Merge from HEAD - patch from Jianliang Lu <j.lu@tiesse.com> to set theAndrew Bartlett2003-03-221-0/+11
| | | | | | | | | | | | | | 'minimum password age' during a password SET. Andrew Bartlett (This used to be commit dd6516e2e87cbe6bcbc371756d99ebb3b5617c2b)
* | Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
| | | | | | | | | | Jeremy. (This used to be commit 331e621b580f997592892be0226fb452c67ae9e1)
* | (merge from HEAD)Andrew Bartlett2003-03-211-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give volker a hand, and let domain joins with existing user accounts work a bit better. This just sets the minimum possible attributes - if we are 'upgrading' an LDAP based user account, the attributes will be there anyway. This matches NT pretty well to. This also fixes some use of unitialised values in the desired_access checking. (found by valgrind). Andrew Bartlett (This used to be commit 536e24ee5b83eaa77be81dd50e3e1a5010b5abf4)
* | Merge from HEADVolker Lendecke2003-03-201-1/+1
| | | | | | | | (This used to be commit d59a7bea6b22a4c3e6cacd1a4c5ee95f42b13a26)
* | Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-203-13/+33
| | | | | | | | | | when sending(and vice versa when receiving). (This used to be commit 5310447ec6e0df1c000e3ee14572f5b7fee31f28)
* | use pstrcpy_base()Jim McDonough2003-03-201-1/+1
| | | | | | | | (This used to be commit 2e3710f67293b01084026549246d494103b2d536)
* | Merge from HEADVolker Lendecke2003-03-201-8/+8
| | | | | | | | (This used to be commit 62d5a78b024898485f610b5d9db1a6d9a5c68c21)
* | 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)
* | 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-194-0/+233
|\| | | | | | | 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-192-59/+101
| | | | | | | | | | | | | | | | 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 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)
* | Merge from HEAD.Volker Lendecke2003-03-192-59/+101
| | | | | | | | | | Volker (This used to be commit f42032060812e9bf409042c790e71fefb40ff17a)
* | 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)
* | Put group mapping into LDAP.Volker Lendecke2003-03-191-30/+471
| | | | | | | | | | Volker (This used to be commit da83d97eb50c3c3a67985e22410842100207431f)