summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Missing conn parameter missed in vfs rewrite.Jeremy Allison2000-10-091-1/+1
| | | | | Jeremy. (This used to be commit 4eecc63be5bd11590972ee4f446b7a80d46a713b)
* sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
| | | | | | Patrick Powell kindly pointed out the bug. Jeremy. (This used to be commit 1f156b2420b7ecf1266e650efc3cee55362e29dd)
* more cleanup of samrJean-François Micouleau2000-10-071-62/+65
| | | | | J.F. (This used to be commit c49cc884458d6efa0f7f4b1e40f7d98d84836e77)
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-079-261/+1697
| | | | | | | | | | | | | | | cleanup of create_user cleanup of rid/sid mix in samr. now we only have sid. some prs_align() missing in parse_samr.c a small debug change in srv_pipe.c You still can't change a user's password in this commit. Will be availble in the next one. J.F. (This used to be commit b655bc281fa183b1827a946ada1fcf500fb93aea)
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-072-3/+14
| | | | | Jeremy. (This used to be commit 279d0ec656b03f9266e38b013f16b69e7571c0d5)
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-073-1/+168
| | | | | | | | | | Jim McDonough Infoprint Manager Development Linux Technology Center IBM Boulder Jeremy. (This used to be commit d9eedd5db1728be8e23d73c954db13bbbcadf3fb)
* Fix for yp_get_default_domain from Neil Hoggarth ↵Jeremy Allison2000-10-074-380/+494
| | | | | | | <neil.hoggarth@physiol.ox.ac.uk> Jeremy. (This used to be commit 44ed8abb2a9f2197b18565dd23a2795faf8fe241)
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-065-8/+13
| | | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy. (This used to be commit e49566c2e21fcd16980e5110495645c5ae5a36da)
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-065-9/+99
| | | | | Jeremy. (This used to be commit 4862d2ab1163310d844b929fb17239b4f4cb1a99)
* Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
| | | | | Jeremy. (This used to be commit dd804fdb96ff49645647787c197a61a6515a474d)
* Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
| | | | | Jeremy. (This used to be commit c18d6f8701c8e6ca03f9fff79cf28c842b3b5ff9)
* Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
| | | | | | | This patch allows the standard W2k recursive mkdir to work against Samba. Jeremy. (This used to be commit 947102784360c65d51441457bb54aa28d2b4452d)
* Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2000-10-062-7/+15
| | | | | Jeremy. (This used to be commit 698288cb9de316527c0c2a271e18c920578f9930)
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-0619-173/+250
| | | | | | We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy. (This used to be commit dfe77c7046cbd65ee52aea7439f21503c1eac41d)
* global_myname is actually a pstring.Tim Potter2000-10-061-1/+1
| | | | (This used to be commit e451fd346105d5d34354ff9141d445b5f1a82e0a)
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-063-70/+41
| | | | | Jeremy. (This used to be commit 0811d080abd374f47c7c3c8a1ef007e443e5b79c)
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0622-517/+839
| | | | | | | | | | | | | | | | a conn struct depending on the call. We need this to have a clean NT ACL call interface. This will break any existing VFS libraries (that's why this is pre-release code). Andrew gets credit for this one :-) :-). In addition - added Herb's WITH_PROFILE changes - Herb - please examine the changes I've made to the smbd/reply.c code you added. The original code was very ugly and I have replaced it with a START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor. Please check this compiles ok with the --with-profile switch. Jeremy. (This used to be commit b07611f8159b0b3f42e7e02611be9f4d56de96f5)
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
| | | | | Jeremy. (This used to be commit d4d55488397832df35b558564c263a307b0bb629)
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
| | | | | Jeremy. (This used to be commit 623bfa6c935e2e3acb3145bfbd490758b34d2c70)
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-056-38/+160
| | | | | | above this layer. Jeremy. (This used to be commit b90af886a951b7b049ed7a42e6d99c332e43897b)
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-054-52/+72
| | | | | Jeremy. (This used to be commit 7914e9351abb5271ebb4990c3b1fe495d15a4eda)
* someone forgot to update proto.h :-)Jean-François Micouleau2000-10-051-1/+2
| | | | | J.F. (This used to be commit 3664e80fcd292ee8ba20861b01945d7db59858a9)
* fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau2000-10-051-6/+8
| | | | | | | string. J.F. (This used to be commit 83bfe94771e0afbffbb4a1a741cd9983ef612362)
* Spelling flames. (-:Tim Potter2000-10-051-6/+6
| | | | (This used to be commit 178e6971005505d2debd74b761ecfaa982336a53)
* Added uid and gid to push_sec_ctx() debug.Tim Potter2000-10-051-2/+3
| | | | (This used to be commit 2817b6cc8af3edbaa63b5db67689ab94cb240d4f)
* Fixed compiler warnings.Tim Potter2000-10-051-4/+6
| | | | (This used to be commit ec7f7e350dc1dfa757436cb0efe777c3e0719877)
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-042-5/+2
| | | | | Jeremy. (This used to be commit b0c40236bb4381fec0e812c20e5f8c09ebf005f9)
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-0413-73/+32
| | | | | Jeremy. (This used to be commit d131ad1ce3f6e72e295f865a463f8dcbfa6f8d42)
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
| | | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy. (This used to be commit f2f373df67a3c6b0bd431c19e3494d45ef0a263c)
* Fixes from Herb - compiler warnings.Jeremy Allison2000-10-032-13/+13
| | | | | Jeremy. (This used to be commit d9d3668fa322cbed36ca3393d8268bf0e5255e8d)
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-0311-22/+1080
| | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy. (This used to be commit b40191d27180ab1e59935086073c4d312552f717)
* Memleak fix for cache code.Jeremy Allison2000-10-023-6/+27
| | | | | Jeremy. (This used to be commit 1ebe54666b0fc6f224f17036063dfe0ef7ec9147)
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-022-3/+16
| | | | | | them (this can happen if smbd processes are shut down at the wrong time). Jeremy. (This used to be commit c1de97f96b8c5ad8e5f01a0d17c6387733769442)
* Missing null termination on printer changenotify message caused insureJeremy Allison2000-09-291-3/+4
| | | | | | error. Jeremy. (This used to be commit 3733d29ce678c71ef2ee8b600e547765d8d8ea9e)
* utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-292-30/+83
| | | | | | printing/nt_printing.c: No C++ comments please :-). Jeremy. (This used to be commit dd9f668108215f18240458fc33bf872a6fc9e6be)
* new man pagesHerb Lewis2000-09-296-0/+557
| | | | (This used to be commit 8a7d6c8e91ecd57f2693be7d697d8231c8d339a4)
* new prototypesAndrew Tridgell2000-09-291-0/+3
| | | | (This used to be commit 3e77bf2117c43d3202774df24debc91f61d88733)
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-292-0/+27
| | | | | | call in glibc 2.1.95. This hack only gets enabled if you define GLIBC_HACK_FCNTL64 (This used to be commit d8b9ec741cc57b5f3dd1b3ef782a7baed402beaa)
* use the 64 bit locking interface in locktestAndrew Tridgell2000-09-291-19/+19
| | | | (This used to be commit 1ece7f1ffd7d0b61d6acea03819fb857ea556b4b)
* fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
| | | | (This used to be commit 0e0f3dc577ceab540be6505a86697b14a2136b9f)
* added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
| | | | (This used to be commit 91f0a3cc2f59a49f6ce8550e7d07b9b01e0b285f)
* Missing from HEAD and 2.2 - terminal server reg config.Jeremy Allison2000-09-281-0/+7
| | | | | Jeremy. (This used to be commit f5b5b9f287de343d9eb61817ef99499408f1a019)
* Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
| | | | | Jeremy. (This used to be commit 837839eb3d0fae7fef5d61593862a2c1b00d6a07)
* Removed a line by mistake...Jeremy Allison2000-09-281-0/+1
| | | | | Jeremy. (This used to be commit dcbdff7a4d6442ca8f9e1aa6fcf65c196c2f22bf)
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-282-8/+11
| | | | | | was not correct. Jeremy. (This used to be commit 1a3f7ecde2ca031b2f93a079f75822354fe241a0)
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-285-28/+74
| | | | | | | | | | | And we create the disabled account. That means we can create user and trust accounts remotely ! ifdef out a return in passdb/smbpass.c. I think I didn't break any security. Jeremy could you check if I didn't make any mistakes ??? J.F. (This used to be commit 416be1b64f366c8b859f25856fce2467ec0446d9)
* Removed annoying unecessary debug message.Tim Potter2000-09-281-1/+0
| | | | (This used to be commit b1a893b74114ee4ab6a295ac0cb0e8fdccda3f53)
* Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵Jeremy Allison2000-09-271-2/+2
| | | | | | | <jmcd@us.ibm.com>. Jeremy. (This used to be commit 563f8b09a810446c658bf58303b5fe998d27bec9)
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-2714-346/+485
| | | | | | | | through the VFS. All file access/directory access code in smbd should now go via the vfs. Added vfs_chown/vfs_chmod calls. Still looking at vfs_get_nt_acl() vfs_set_nt_acl() call API design. Jeremy. (This used to be commit f96625ec124adb6e110dc54632e006b3620a962b)
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-274-63/+42
| | | | | | | so renamed and tidy up of the server function. J.F. (This used to be commit 0f707ac1fb5685b800d6599b9074ec1d4e65b1c1)