summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* FALSE -> False (reported by Paul Green)Jelmer Vernooij2003-03-221-1/+1
| | | | (This used to be commit 1002b0bbff295548b74580dbb0dc0c76474af23b)
* Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett2003-03-211-3/+7
| | | | | Andrew Bartlett (This used to be commit 05a63bd17e4c35979b3864b0969b2bfd945335d9)
* Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett2003-03-211-2/+10
| | | | | | | | where we assume the buffer is zero, when it might not be (ie due to, previous packets). Andrew Bartlett (This used to be commit 191b0ab4d7c35c83d2bb2052b2e37d01fbf37b45)
* Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett2003-03-212-20/+20
| | | | | | | | | issues. Also pick up these link failures at compile time (rather than runtime). Andrew Bartlett (This used to be commit 23c7342bc40daffbcd70ef04727cae2c2b2c366b)
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
| | | | | Jeremy. (This used to be commit 301f17df51961b645b63d1520fc9c2e5627c1a0a)
* Add more mappings to the nterr->errno mapping table. It should be fairlyJelmer Vernooij2003-03-211-3/+75
| | | | | complete now. (This used to be commit 72bb5615f3eef1c5b27716dfcabe4c8288729458)
* Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett2003-03-211-12/+38
| | | | | | | | | | | | | | 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 929213ff2a5829ba8435ba1be0de317bca1e0da0)
* Only build pdb_ldap if both ldap libs and headers are foundJelmer Vernooij2003-03-201-2/+2
| | | | (This used to be commit 228110e83fce91c811c82f6f836d313b6b79ff87)
* NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke2003-03-201-1/+1
| | | | | | | | | | | | type the client requested in the TCONX when connecting to IPC$. It is very well possible that this also applies to the DISK and PRINTER share types, not only IPC. Found this while trying to join a HEAD domain from NT4SP6. Volker (This used to be commit d42eb2116df4bb82c4199a688a057cd0a9f435ed)
* Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-203-13/+33
| | | | | | on 2000. sending messages to 9x needs to be fixed, but that didn't work anyway (This used to be commit ca066502a2a3dbdd8943d515c9c6d21e62d757b6)
* Fix setOtherHelp() - pointed out by metzeJelmer Vernooij2003-03-201-1/+1
| | | | (This used to be commit 05b1681b03688c0d4e57e8dfb881b111f947e6c6)
* Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij2003-03-201-7/+8
| | | | (This used to be commit 3bad73ca870bb43324bdb5dfc6bb02e0fa1fb1e0)
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
| | | | (This used to be commit 9387caf3cebecd50de2b295560355b779135d8c3)
* Build samr as wellJelmer Vernooij2003-03-201-0/+1
| | | | (This used to be commit 1d33afdef9ea11e17c633109170d35ed66c4e2b8)
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-205-8/+8
| | | | (This used to be commit 44e9bf88cc2bbb2aa34711354258c3abb319cb9b)
* Fix typoVolker Lendecke2003-03-201-3/+3
| | | | (This used to be commit 5c6f5bef30db62f351d83ecdd6aa6990a567d842)
* I like debug level 10, but these messages always get into my wayVolker Lendecke2003-03-201-5/+5
| | | | | | | when debugging pdc stuff... Volker (This used to be commit e1c275a66aa8a0fe29c61f4742fed5953671cb43)
* Convert smbcacls to poptJelmer Vernooij2003-03-202-87/+53
| | | | (This used to be commit 45e5374e89730e7ad497edf9e344fbd1b8992589)
* Make swat use poptJelmer Vernooij2003-03-202-15/+19
| | | | (This used to be commit 3cd1650d389850c2a36997a1a404d37bb28130e4)
* Merge Herb's change.Volker Lendecke2003-03-201-1/+1
| | | | | Volker (This used to be commit e8725913f9f174c03683a35bbce16ee33ab4c707)
* If CFLAGS is set when running configure, then just use that.Martin Pool2003-03-201-3/+7
| | | | | | | | Otherwise add -O. (We used to always set -O, which is sometimes annoying when debugging and anyhow clashes with normal autoconf behaviour.) (This used to be commit aee2ad9c3444d59dd6f53dda5379a6c391e00002)
* 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 dee1326a1d8a0bf8977df22a0fe014dd5d8dc769)
* Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter2003-03-202-9/+10
| | | | | Added new sid type = 9 for "computer" from MSDN. (This used to be commit 45929d126932e5cac5a23fe76d28a4fa05b54b77)
* Add make rules for passdb/*.soJelmer Vernooij2003-03-191-0/+25
| | | | (This used to be commit ea85f8ff21bfad378eb8464a94bb182cb3e4f988)
* Fix corrupt memory reading in smb_register_passdbJelmer Vernooij2003-03-191-1/+1
| | | | (This used to be commit 6acbb37e4e32de635ace8420a5182b04b6527e34)
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
| | | | (This used to be commit 1960a650c1546323708ed6bea615dc7215a97b4f)
* Fix pdb_unix usage - noticed by jmcdJelmer Vernooij2003-03-191-1/+1
| | | | (This used to be commit dd03aec26dc39a4e56f18d547132768204a500db)
* Fix build errors and move pdb_guest.so -> guest.soJelmer Vernooij2003-03-191-1/+1
| | | | (This used to be commit 25412880251839de3dd17882fab30c873c886454)
* replace pstrcpyJim McDonough2003-03-191-1/+1
| | | | (This used to be commit c6eb950b6879d7566ded33dd6a3853cf2d5310db)
* Fix module namesJelmer Vernooij2003-03-191-3/+4
| | | | (This used to be commit fa1c8eee1fdd2452f9e3595b2b3957ea8c0ea46a)
* 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)