ira/wip.git
22 years agoMerging Gerry's spoolss changes.
Jeremy Allison [Thu, 21 Jun 2001 17:46:14 +0000 (17:46 +0000)]
Merging Gerry's spoolss changes.
Jeremy.
(This used to be commit 6b4a70cd8285c1e4d452e3af7df070b4c446ff54)

22 years agomerge from 2.2
Gerald Carter [Thu, 21 Jun 2001 14:27:41 +0000 (14:27 +0000)]
merge from 2.2
(This used to be commit 5932471a03e74ef7fcc71e22dbb52c530332a713)

22 years agonext_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell [Thu, 21 Jun 2001 09:10:42 +0000 (09:10 +0000)]
next_token() was supposed to be a reentrant replacement for strtok(),
but the code suffered from bitrot and is not now reentrant. That means
we can get bizarre behaviour
i've fixed this by making next_token() reentrant and creating a
next_token_nr() that is a small non-reentrant wrapper for those lumps
of code (mostly smbclient) that have come to rely on the non-reentrant
behaviour
(This used to be commit 674ee2f1d12b0afc164a9e9072758fd1c5e54df7)

22 years agoAdded STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell [Thu, 21 Jun 2001 05:38:28 +0000 (05:38 +0000)]
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
send unaligned unicode strings sometimes!
Fixed our handling of the workgroup name tacked on the end of the
NT1 negprot response (a unaligned unicode)
fixed a couple of places where we should be using the message_end fns instead
of pre-calculated buffer lengths
(This used to be commit 86613493a9b2e56523153486931d0bf8d39beb7a)

22 years agoFollowing info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison [Thu, 21 Jun 2001 01:01:15 +0000 (01:01 +0000)]
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Samba Users Group Japan, ensure that we don't use dos_to_unix(xx,True),
but always use dos_to_unix(xx,False) to prevent overwriting.
Jeremy.
(This used to be commit 244aec8ea623fec828add3ab09c5003bf32bd5c7)

22 years agoFixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison [Wed, 20 Jun 2001 19:55:59 +0000 (19:55 +0000)]
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jermey.
(This used to be commit 05a2911403a0710d994a618e72743205a3b0b87a)

22 years agoWarning fix from Andrew Bartlett.
Jeremy Allison [Wed, 20 Jun 2001 17:49:38 +0000 (17:49 +0000)]
Warning fix from Andrew Bartlett.
Jeremy.
(This used to be commit 87f647715d9fba9f8d25da0bde005a8d8858c2ae)

22 years agoinitial support for paramter type P_LIST
Simo Sorce [Wed, 20 Jun 2001 16:54:32 +0000 (16:54 +0000)]
initial support for paramter type P_LIST
it will avoid problems with lists being longer than 1024 bytes
just now only ip list parameters have been converted to the new type
(hosts allow, hosts deny, ssl hosts, ssl hosts resign)
(This used to be commit e1572f85d6247b760db10825b2fa688d7ed50bd3)

22 years agomake proto
Tim Potter [Wed, 20 Jun 2001 07:13:55 +0000 (07:13 +0000)]
make proto
(This used to be commit d0b37d1a623acce2ae4509aebda85ad1280dc8ac)

22 years agoAdded cli_samr_delete_dom_user() function.
Tim Potter [Wed, 20 Jun 2001 07:08:28 +0000 (07:08 +0000)]
Added cli_samr_delete_dom_user() function.
(This used to be commit 2162454d9ea5a07892d0b5d7fc5abe7251b4fa98)

22 years agoAdded delete domain user rpcclient command.
Tim Potter [Wed, 20 Jun 2001 07:07:43 +0000 (07:07 +0000)]
Added delete domain user rpcclient command.
(This used to be commit aa9024c95996dec67d76c5ed108cfba733dcdbfe)

22 years agoadded a close-share smbcontrol message that forcibly closes a share in smbd (to allow...
Andrew Tridgell [Wed, 20 Jun 2001 03:05:09 +0000 (03:05 +0000)]
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
(This used to be commit 15b17a80db605a55f667c95fb7e316877a441887)

22 years agoMerge from appliance branch:
Tim Potter [Wed, 20 Jun 2001 01:52:40 +0000 (01:52 +0000)]
Merge from appliance branch:

Don't call find_domain_from_name() from winbindd_kill_connections() as
you get stuck in an infinite loop!
(This used to be commit 8e982941d82b813197f2a9720149e60f629b5b20)

22 years agoINFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not
Jeremy Allison [Tue, 19 Jun 2001 19:56:06 +0000 (19:56 +0000)]
INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not
depend on it...
Jeremy.
(This used to be commit 0fe11c329f7b379299be65795031e4f1b14e0bec)

22 years agoOnly try and open a directory if we get EISDIR.
Jeremy Allison [Tue, 19 Jun 2001 18:43:17 +0000 (18:43 +0000)]
Only try and open a directory if we get EISDIR.
Jeremy.
(This used to be commit 5b1245f80357f585ef3b24704e5ef34ef71e232f)

22 years agoExtra debug in open.c, fix for bad debug message in reply.c
Jeremy Allison [Tue, 19 Jun 2001 07:31:55 +0000 (07:31 +0000)]
Extra debug in open.c, fix for bad debug message in reply.c
Jeremy.
(This used to be commit 2c2fc8513699eb39721ac1d65fa1fdaecde526a8)

22 years agoFixed typo.
Tim Potter [Tue, 19 Jun 2001 07:13:47 +0000 (07:13 +0000)]
Fixed typo.
(This used to be commit fdfd690538b02781e237831474d679307953ac8f)

22 years agoFixed typo in debug message.
Tim Potter [Tue, 19 Jun 2001 06:52:45 +0000 (06:52 +0000)]
Fixed typo in debug message.
(This used to be commit d05577c33237a092bbc7ca21e68f3cef06b4ab3b)

22 years agoadded a torture target for building all torture progs. Fixed a typo in locktest
Andrew Tridgell [Tue, 19 Jun 2001 02:06:12 +0000 (02:06 +0000)]
added a torture target for building all torture progs. Fixed a typo in locktest
(This used to be commit fd0d729ce0d9a057e867001c2ea52c8599713b28)

22 years agomoved all our torture code to a separate directory
Andrew Tridgell [Tue, 19 Jun 2001 02:02:19 +0000 (02:02 +0000)]
moved all our torture code to a separate directory
(This used to be commit dd12c47645e2d0e832bc555492a6a8725a4495ee)

22 years agotorture code is moving to its own directory
Andrew Tridgell [Tue, 19 Jun 2001 01:54:42 +0000 (01:54 +0000)]
torture code is moving to its own directory
(This used to be commit a4ef84e1a031042ca24fc3bea6d7311ab5976ac6)

22 years agorpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.
Jeremy Allison [Tue, 19 Jun 2001 00:44:23 +0000 (00:44 +0000)]
rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.
utils/smbcacls.c: Set enum correctly.
Jeremy.
(This used to be commit 66f959e0ffb0cd385167a34c7db3f4959eaf1d7f)

22 years agoAdded $(PROFILE_OBJ) to winbindd objects.
Tim Potter [Tue, 19 Jun 2001 00:29:00 +0000 (00:29 +0000)]
Added $(PROFILE_OBJ) to winbindd objects.
(This used to be commit 4897cfcf85340057f56d39128b0f0bdd72da2cf6)

22 years agoSet support for info levels...
Jeremy Allison [Tue, 19 Jun 2001 00:11:12 +0000 (00:11 +0000)]
Set support for info levels...
Jeremy.
(This used to be commit e033f758914f6631545af17041b4e49c1ff885d9)

22 years agoBest-effort so far implementation of new W2K info levels.
Jeremy Allison [Mon, 18 Jun 2001 23:42:41 +0000 (23:42 +0000)]
Best-effort so far implementation of new W2K info levels.
An-embrace-and-extending we will go...
Jeremy.
(This used to be commit 43bf9b2c7aad15d65bac3a9c4f799be050a074cd)

22 years agoNew info level tester.
Jeremy Allison [Mon, 18 Jun 2001 23:31:22 +0000 (23:31 +0000)]
New info level tester.
Jeremy.
(This used to be commit 9297ae69a7dde878bb4c696f90fbaceb46e18720)

22 years agoFix for assert fail - left over when moved to dynamic allocation.
Jeremy Allison [Mon, 18 Jun 2001 21:34:01 +0000 (21:34 +0000)]
Fix for assert fail - left over when moved to dynamic allocation.
Jeremy.
(This used to be commit 0fcf2006334bd41d4036e703a6725aaaf684e008)

22 years agoAdded patches to remove Linux specific XFS ACLs. These are now handled by the
Jeremy Allison [Mon, 18 Jun 2001 20:27:35 +0000 (20:27 +0000)]
Added patches to remove Linux specific XFS ACLs. These are now handled by the
generic Linux ACL code.
rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created.
Jeremy.
(This used to be commit db5b82e53a7061c4764d39ceb3df82e706aad42f)

22 years agoAdded "Jim McDonough" <jmcd@us.ibm.com> patches for directory support
Jeremy Allison [Mon, 18 Jun 2001 17:52:58 +0000 (17:52 +0000)]
Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory support
for Win9x.
Jeremy.
(This used to be commit 70194b194e0ca4b0f4f9c1eece9176415f9bb928)

22 years agoadded a oplock break handler hook to the client code, this allows for more complete...
Andrew Tridgell [Mon, 18 Jun 2001 08:26:15 +0000 (08:26 +0000)]
added a oplock break handler hook to the client code, this allows for more complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly
(This used to be commit 3d4a3bfacd9ef225aeaab801e5a216d12814b60a)

22 years agoRemoved silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter [Mon, 18 Jun 2001 05:42:18 +0000 (05:42 +0000)]
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
and the use of this function only increased timeouts when Samba queries
a broken DNS server.
(This used to be commit 720fea53603b2f99153709e6717ca930ab60ca9f)

22 years agoFixed typo in nmblookup example.
Tim Potter [Mon, 18 Jun 2001 02:29:02 +0000 (02:29 +0000)]
Fixed typo in nmblookup example.
(This used to be commit d11c871fc5480e8ba3846e1de9a2f1834d535325)

22 years agoFixed typo in configure error message.
Tim Potter [Mon, 18 Jun 2001 02:27:33 +0000 (02:27 +0000)]
Fixed typo in configure error message.
(This used to be commit 41fe64e70fdc99201ebbc76285897ab51af8c57d)

22 years agoModified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy Allison [Sat, 16 Jun 2001 00:32:13 +0000 (00:32 +0000)]
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy.
(This used to be commit 5690ec77c87475f1fd2e854cda594eb996d6fd04)

22 years agoJim McDonough's parse patches for Win9x get SD calls.
Jeremy Allison [Fri, 15 Jun 2001 20:08:12 +0000 (20:08 +0000)]
Jim McDonough's parse patches for Win9x get SD calls.
Jeremy.
(This used to be commit bc366f31537408380860906cc041de232b27b714)

22 years agoFixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
Jeremy Allison [Fri, 15 Jun 2001 19:48:03 +0000 (19:48 +0000)]
Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
Jeremy.
(This used to be commit a600c96e596375bf27c15026c032944a066e7290)

22 years agoBe sure to not use strlen with NULL pointer.
Simo Sorce [Fri, 15 Jun 2001 08:00:36 +0000 (08:00 +0000)]
Be sure to not use strlen with NULL pointer.
(This used to be commit 53803b008717e8606b347ed8baab78121c6e9657)

22 years agoPrototype update.
Tim Potter [Fri, 15 Jun 2001 07:22:27 +0000 (07:22 +0000)]
Prototype update.
(This used to be commit 402639926f5d207ebefec296427dc3be0e979fe6)

22 years agoAdded a unix error code for NT_STATUS_PATH_NOT_COVERED.
Tim Potter [Fri, 15 Jun 2001 07:13:12 +0000 (07:13 +0000)]
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
(This used to be commit 66e62245ea50fe7b996484ca919083eec2edfd14)

22 years agoAdd password length field to SAM_USER_INFO24 structure and fix init
Tim Potter [Fri, 15 Jun 2001 05:09:40 +0000 (05:09 +0000)]
Add password length field to SAM_USER_INFO24 structure and fix init
and parse function.
(This used to be commit d2eafa7483a53958b6c930ca05da6e6a6c21b785)

22 years agoMerged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
Tim Potter [Fri, 15 Jun 2001 04:47:05 +0000 (04:47 +0000)]
Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
(This used to be commit fb80cf2aa13883c6dac461f95bc1000c4881d724)

22 years agoFixed some return code checks for cli_initialise() from False to NULL.
Tim Potter [Thu, 14 Jun 2001 00:08:42 +0000 (00:08 +0000)]
Fixed some return code checks for cli_initialise() from False to NULL.
Spotted by Joe Doran <joed@interlude.eu.org>
(This used to be commit 3e3b9bc5380652d882c02e7286258f0aabcaf395)

22 years agoOops - proto.h contained junk from another workarea.
Tim Potter [Wed, 13 Jun 2001 06:54:45 +0000 (06:54 +0000)]
Oops - proto.h contained junk from another workarea.
(This used to be commit 2ad921d1269cb1d098e7162f2d55f1a1536f325d)

22 years agoAdded some msdfs client routines.
Tim Potter [Wed, 13 Jun 2001 06:37:02 +0000 (06:37 +0000)]
Added some msdfs client routines.
(This used to be commit 13df2304b309a2bd14d4441db0e72e75b8742262)

22 years agoRenamed -d option (make verbose) on smbstatus to -v.
Tim Potter [Wed, 13 Jun 2001 05:36:28 +0000 (05:36 +0000)]
Renamed -d option (make verbose) on smbstatus to -v.

Added -d <debuglevel> option.
(This used to be commit bdb9714380503d5bbe12a8bfa4ec723e1f5070ca)

22 years agoMake message receive fn static.
Jeremy Allison [Wed, 13 Jun 2001 01:08:27 +0000 (01:08 +0000)]
Make message receive fn static.
Jeremy.
(This used to be commit d8807b19228b12ddd6d93c02d1646a470a8e71ef)

22 years agoFix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
Jeremy Allison [Tue, 12 Jun 2001 18:20:26 +0000 (18:20 +0000)]
Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
problems.
Jeremy.
(This used to be commit 24eea8a309ff0151277b9537a5c00321041e70d3)

22 years agoFixed typo in debug message.
Tim Potter [Tue, 12 Jun 2001 10:13:24 +0000 (10:13 +0000)]
Fixed typo in debug message.
(This used to be commit 4d2f6605820f7b62ff1a748952fd6edad63c1213)

22 years agoRemoved commented out msdfs code that was being called anyway.
Tim Potter [Tue, 12 Jun 2001 09:51:03 +0000 (09:51 +0000)]
Removed commented out msdfs code that was being called anyway.
(This used to be commit a542f4513ab792363fd5772582c6d317aa913257)

22 years agolib/util_getent.c: removed debug code.
Jeremy Allison [Tue, 12 Jun 2001 01:49:30 +0000 (01:49 +0000)]
lib/util_getent.c: removed debug code.
smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris.
Needs testing.
lib/sysacls.c: Typo fix.
Jeremy.
(This used to be commit d989f8bd3e1524183a24fb67be1af05b3289f648)

22 years agoFound & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy Allison [Mon, 11 Jun 2001 22:06:11 +0000 (22:06 +0000)]
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy.
(This used to be commit e0f88cabfc5ef480e7f8a7fecd2d12a1b4371a2a)

22 years agoFixed potential free of NULL found by SGI speedshop.
Jeremy Allison [Mon, 11 Jun 2001 20:56:18 +0000 (20:56 +0000)]
Fixed potential free of NULL found by SGI speedshop.
Jeremy.
(This used to be commit fc7830eec8f5478fc3d3296bb35cb11c94e7d9fa)

22 years agoFixed typo in Solaris and UnixWare ACLs.
Jeremy Allison [Sat, 9 Jun 2001 03:10:27 +0000 (03:10 +0000)]
Fixed typo in Solaris and UnixWare ACLs.
Jeremy.
(This used to be commit bd750def132d9a787728dc35c68df9166a15fbd7)

22 years ago*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison [Sat, 9 Jun 2001 01:38:54 +0000 (01:38 +0000)]
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
cleaned on clients abending connections. Thanks Andrew !
Jeremy.
(This used to be commit 1b3977c5367a0b713b194f369abd9872ae01ac2a)

22 years agoHerb's IRIX fix for deleting default ACLs.
Jeremy Allison [Fri, 8 Jun 2001 21:27:46 +0000 (21:27 +0000)]
Herb's IRIX fix for deleting default ACLs.
Jeremy.
(This used to be commit 81b5a628d1471f71964b21817b9bec1ac80585c4)

22 years agoLog tdb failures.
Jeremy Allison [Fri, 8 Jun 2001 20:26:46 +0000 (20:26 +0000)]
Log tdb failures.
Jeremy.
(This used to be commit f004471aac3a1a0f2e40c05d1aadfe68456bc103)

22 years agoAIX has no default acls.
Jeremy Allison [Fri, 8 Jun 2001 19:56:15 +0000 (19:56 +0000)]
AIX has no default acls.
Jeremy.
(This used to be commit 5853f1dc423a25276dafe7f3d284db534bfb41ff)

22 years agoAdded sys_acl_delete_def_file for UnixWare and Solaris from
Jeremy Allison [Fri, 8 Jun 2001 19:55:47 +0000 (19:55 +0000)]
Added sys_acl_delete_def_file for UnixWare and Solaris from
Michael Davidson <michael_davidson@pacbell.net>.
Jeremy.
(This used to be commit 5668512ffa608810be0622832c9dbc7a2fda5a8f)

22 years agoAdded sys_acl_delete_def_file() - needed as part of NT ACL editing fix.
Jeremy Allison [Fri, 8 Jun 2001 19:29:57 +0000 (19:29 +0000)]
Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.
Will add changes for other supported ACL systems shortly (Herb, I may
need help with the IRIX one).
Jeremy.
(This used to be commit a8532b193d1fe123155a69dd70e433f8fc312bfc)

22 years agosyc up docs with 2.2
Gerald Carter [Fri, 8 Jun 2001 15:43:39 +0000 (15:43 +0000)]
syc up docs with 2.2
(This used to be commit 1e1a8ad528256f7e977534f25af6c250ab6a2a83)

22 years agoExtra stuff for large readwrite support.
Jeremy Allison [Fri, 8 Jun 2001 03:02:34 +0000 (03:02 +0000)]
Extra stuff for large readwrite support.
Jeremy.
(This used to be commit 4338ee78c3d7bcf4b9fac383ff2f572d882ab97c)

22 years agoCorrectly make max pathlength 255.
Jeremy Allison [Fri, 8 Jun 2001 02:49:30 +0000 (02:49 +0000)]
Correctly make max pathlength 255.
Jeremy.
(This used to be commit 30cffea8fa813a7448648b496a19e751441e436e)

22 years agoFix up the problems with calling smbc_init multiple times.
Richard Sharpe [Thu, 7 Jun 2001 22:17:01 +0000 (22:17 +0000)]
Fix up the problems with calling smbc_init multiple times.
(This used to be commit 832227a72b9c1d965736128ff84ffa235df6ecaf)

22 years agoFixed typo in #ifndef at head of file.
Tim Potter [Thu, 7 Jun 2001 07:14:17 +0000 (07:14 +0000)]
Fixed typo in #ifndef at head of file.
(This used to be commit 6bd1ba9a0432ab5e6c2ebe6ea0fa486960fd4289)

22 years agoAdded comment about possible optimisation to winbindd_pam_auth()
Tim Potter [Thu, 7 Jun 2001 04:35:01 +0000 (04:35 +0000)]
Added comment about possible optimisation to winbindd_pam_auth()
(This used to be commit bb01d2151cde866f0e2d91ee7c58439eeb382c48)

22 years agoFixed bug in winbind_sid_to_gid() function.
Tim Potter [Thu, 7 Jun 2001 00:38:16 +0000 (00:38 +0000)]
Fixed bug in winbind_sid_to_gid() function.
(This used to be commit 9a77f8530f58852f07d523facc61ea1daf6184d7)

22 years agoCorrection to winbind nss library install process. So how do I update the
Tim Potter [Wed, 6 Jun 2001 23:56:53 +0000 (23:56 +0000)]
Correction to winbind nss library install process.  So how do I update the
manual/html pages???
(This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d)

22 years agoAdded getconf flags for RH7.1 lfs support. Changed while() to a for()
Jeremy Allison [Wed, 6 Jun 2001 23:07:10 +0000 (23:07 +0000)]
Added getconf flags for RH7.1 lfs support. Changed while() to a for()
loop in Simo's code (removes much grp = gep->next code).
Jeremy.
(This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)

22 years agoChanges to use new genrand code that got missed while I was in Japan.
Jeremy Allison [Wed, 6 Jun 2001 22:04:26 +0000 (22:04 +0000)]
Changes to use new genrand code that got missed while I was in Japan.
Jeremy.
(This used to be commit 5a15831b9ae79ce1ce34d5574fe5da114d184e45)

22 years agoFix for cli_samr_connect() arg change.
Tim Potter [Wed, 6 Jun 2001 07:43:47 +0000 (07:43 +0000)]
Fix for cli_samr_connect() arg change.
(This used to be commit 15efbbd2fea9cba819a88644a151cb872377621a)

22 years agoConverted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of
Tim Potter [Wed, 6 Jun 2001 07:35:37 +0000 (07:35 +0000)]
Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of
static arrays.
(This used to be commit d122568b35f63e3da7bb1fad6a4e72922cf6bca3)

22 years agoAdded stub dfs client commands to rpcclient.
Tim Potter [Wed, 6 Jun 2001 07:35:08 +0000 (07:35 +0000)]
Added stub dfs client commands to rpcclient.
(This used to be commit e65b4862733668feb62befe03ea5724c0a862acc)

22 years agoAdded stubs for dfs rpc client routines.
Tim Potter [Wed, 6 Jun 2001 07:32:51 +0000 (07:32 +0000)]
Added stubs for dfs rpc client routines.
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)

22 years agoPrototypes update.
Tim Potter [Wed, 6 Jun 2001 07:29:12 +0000 (07:29 +0000)]
Prototypes update.
(This used to be commit 6dfe98f6020bf85263a39443ff7b07c5c795c27a)

22 years agoIndent dodgy function prototype to avoid make proto picking it up and
Tim Potter [Wed, 6 Jun 2001 07:27:44 +0000 (07:27 +0000)]
Indent dodgy function prototype to avoid make proto picking it up and
causing mayhem throughout the tree.
(This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba)

22 years agoFixups for new args to cli_samr_connect()
Tim Potter [Wed, 6 Jun 2001 07:18:58 +0000 (07:18 +0000)]
Fixups for new args to cli_samr_connect()

Added samlookupnames and samlookuprids rpcclient commands.
(This used to be commit 2ca5ea16bda131c6314444be5c671165d09c8422)

22 years agoFixed bug in cli_samr_create_dom_user()
Tim Potter [Wed, 6 Jun 2001 07:17:31 +0000 (07:17 +0000)]
Fixed bug in cli_samr_create_dom_user()

Added cli_samr_lookup_names()

Removed redundant argument to cli_samr_connect()
(This used to be commit 79710a3ab394dc024b3ccfccfb45fb6a906c3499)

22 years agoConverted init_samr_q_lookup_names() and samr_io_q_lookup_names()
Tim Potter [Wed, 6 Jun 2001 07:15:34 +0000 (07:15 +0000)]
Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()
to use tallocated memory instead of dodgy static arrays.
(This used to be commit 35d27941141ecdc3bfe18651e5225a94d818e8c1)

22 years agoSet correct reply word in large writeX (greater than 64k) replies.
Jeremy Allison [Tue, 5 Jun 2001 08:17:16 +0000 (08:17 +0000)]
Set correct reply word in large writeX (greater than 64k) replies.
Also added smbtorture test for this.
Jeremy.
(This used to be commit 6d65556ae8bea45a203defaded8436cbb56965e1)

22 years agoDeal with incorrect large writes from old NT4.x clients.
Jeremy Allison [Tue, 5 Jun 2001 06:29:57 +0000 (06:29 +0000)]
Deal with incorrect large writes from old NT4.x clients.
We still need to set the large write reply correctly.
Jeremy.
(This used to be commit 810dae29b8b45e91c0c35a4d96202c08b13d4e82)

22 years agodon't use c++ style comments
Andrew Tridgell [Tue, 5 Jun 2001 02:28:47 +0000 (02:28 +0000)]
don't use c++ style comments
(This used to be commit dbb770ecc6dbbc4c38f31fc6b9747e0d8bc6e155)

22 years agofixed solaris compilation error (don't add to a void*)
Andrew Tridgell [Tue, 5 Jun 2001 02:00:47 +0000 (02:00 +0000)]
fixed solaris compilation error (don't add to a void*)
(This used to be commit f3c70e4248814e545a9ff64402cbd11020b159de)

22 years agoMerge of lsa_lookup_names() i18n bugfix from appliance.
Tim Potter [Tue, 5 Jun 2001 01:26:06 +0000 (01:26 +0000)]
Merge ... lsa_lookup_names() i18n bugfix from appliance.
(This used to be commit 84a22d5f0a74f440a5288fedf07055ddc8da208e)

22 years agouse LDSHFLAGS not -shared in several places
Andrew Tridgell [Mon, 4 Jun 2001 05:13:59 +0000 (05:13 +0000)]
use LDSHFLAGS not -shared in several places
(This used to be commit 8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b)

22 years agoAdded add domain user to rpcclient.
Tim Potter [Mon, 4 Jun 2001 04:34:50 +0000 (04:34 +0000)]
Added add domain user to rpcclient.

Added cli_ functions for set userinfo and userinfo2.
(This used to be commit 6c9796286c489a79c96d28b081ecf151803dbf7c)

22 years agoMore compile fixups for winbind portability.
Tim Potter [Mon, 4 Jun 2001 04:12:38 +0000 (04:12 +0000)]
More compile fixups for winbind portability.
(This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc)

22 years agoCompile fix for Solaris.
Tim Potter [Mon, 4 Jun 2001 03:15:41 +0000 (03:15 +0000)]
Compile fix for Solaris.
(This used to be commit 7a1929b6caeb9b349510f7f4ae394246b9c5adc3)

22 years agoCompile fix for solaris.
Tim Potter [Mon, 4 Jun 2001 03:14:56 +0000 (03:14 +0000)]
Compile fix for solaris.

Fixed some compiler warnings.
(This used to be commit b44d3f912c346e00f41a4ff59877adad3b9c3bb0)

22 years agoCompile fix for wbinfo on solaris.
Tim Potter [Mon, 4 Jun 2001 02:23:08 +0000 (02:23 +0000)]
Compile fix for wbinfo on solaris.
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)

22 years agoremoved SHLIBS until someone has time to get it to compile on more platforms (Richard?)
Andrew Tridgell [Sun, 3 Jun 2001 23:49:53 +0000 (23:49 +0000)]
removed SHLIBS until someone has time to get it to compile on more platforms (Richard?)
(This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)

22 years agoUpdate prototype file.
Tim Potter [Sat, 2 Jun 2001 23:03:18 +0000 (23:03 +0000)]
Update prototype file.
(This used to be commit bdb76938e2936df287e638120894ae1adda5cb86)

22 years agoMerge of i18n domain name fix for lsa_query_info_policy() from appliance
Tim Potter [Sat, 2 Jun 2001 06:14:42 +0000 (06:14 +0000)]
Merge ... i18n domain name fix for lsa_query_info_policy() from appliance
branch.
(This used to be commit e7a4dd7612d79bb24be68c601eccc987aba6b497)

22 years agoRemoved irritating and unecessary debug message.
Tim Potter [Sat, 2 Jun 2001 05:33:43 +0000 (05:33 +0000)]
Removed irritating and unecessary debug message.
(This used to be commit b49c4cd441717b0edf4ad3da0edddca474a08748)

22 years agoi18n bugfix merge from appliance.
Tim Potter [Sat, 2 Jun 2001 03:03:28 +0000 (03:03 +0000)]
i18n bugfix merge from appliance.
(This used to be commit 73eb539da641ce806690bbd893f126859d531c98)

22 years agofinal sync with SAMBA_2_2
Gerald Carter [Fri, 1 Jun 2001 12:33:16 +0000 (12:33 +0000)]
final sync with SAMBA_2_2
(This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)

22 years agomore syncs with SAMBA_2_2
Gerald Carter [Fri, 1 Jun 2001 12:27:05 +0000 (12:27 +0000)]
more syncs with SAMBA_2_2
(This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)

22 years agosync with SAMBA_2_2
Gerald Carter [Fri, 1 Jun 2001 12:24:11 +0000 (12:24 +0000)]
sync with SAMBA_2_2
(This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)

22 years agoOops.
Tim Potter [Fri, 1 Jun 2001 12:11:33 +0000 (12:11 +0000)]
Oops.
(This used to be commit 9e1d9a3a44ceaba2b0bfa327409f6b8dd0c36b26)

22 years agobeginning of merge with SAMBA_2_2
Gerald Carter [Fri, 1 Jun 2001 12:05:47 +0000 (12:05 +0000)]
beginning of merge with SAMBA_2_2
(This used to be commit 3daa174cba4b53f57dfb963e7facb60667113b48)

22 years agoforgot one
Gerald Carter [Fri, 1 Jun 2001 12:04:53 +0000 (12:04 +0000)]
forgot one
(This used to be commit 95f5a5dc536bd38d1cc9da8d657d3bb1b99d2f53)