sfrench/samba-autobuild/.git
24 years agoEnvironment variables for single server test scripts.
Tim Potter [Wed, 24 May 2000 05:52:23 +0000 (05:52 +0000)]
Environment variables for single server test scripts.
(This used to be commit 82ff52ee86f87e5105f51257479b8b9dc98310a2)

24 years agoRoutines for driving smbclient from DejaGnu.
Tim Potter [Wed, 24 May 2000 05:51:52 +0000 (05:51 +0000)]
Routines for driving smbclient from DejaGnu.
(This used to be commit fa6a360abeb324d6b4383dbb1bb717fc270aff81)

24 years agouse lp_workgroup()
Andrew Tridgell [Wed, 24 May 2000 05:47:08 +0000 (05:47 +0000)]
use lp_workgroup()
use \\ in front of filenames
(This used to be commit 9c64f47c164e6ac31a27940fffb415b0b47cd089)

24 years agotorture test:
Luke Leighton [Wed, 24 May 2000 05:40:03 +0000 (05:40 +0000)]
torture test:

same cli_state:
open file rw/denynone, open *same* file r/denynone.
write to file (fd1) read from file (fd2).  compare.  repeat.

two cli_states:
open file rw/denynone (cli1), open *same* file r/denynone (cli2).
write to file (fd1) read from file (fd2).  compare.  repeat.
(This used to be commit 0a993f37830938a8d4262c6b7913af502bbf015f)

24 years agoDid a proper fix for the file access on IPC$. Denied all pipe opens on
Jeremy Allison [Tue, 23 May 2000 17:57:51 +0000 (17:57 +0000)]
Did a proper fix for the file access on IPC$. Denied all pipe opens on
trans2 open calls as we don't have the pipe open response coded up yet.
Jeremy.
(This used to be commit 8142e27c9c32aba5a7dabc48a676b93cf680151b)

24 years agoFixed bug where file access was allowed on IPC$ share.
Jeremy Allison [Tue, 23 May 2000 01:27:19 +0000 (01:27 +0000)]
Fixed bug where file access was allowed on IPC$ share.
Return correct error codes on invalid share name.
Jeremy.
(This used to be commit 420d6bc4809cef9d74354175d0fa956ab4e8ac3c)

24 years agoAdded -W workgroup command line option.
Tim Potter [Mon, 22 May 2000 23:38:56 +0000 (23:38 +0000)]
Added -W workgroup command line option.

Added call to codepage_initialise().
(This used to be commit fcb8e2fbe2deabfc2f8d7e69dd23dca9740c6dc1)

24 years agoModify NT driver heirarchy to fix HP bug with duplicate printer driver
Jeremy Allison [Mon, 22 May 2000 20:04:50 +0000 (20:04 +0000)]
Modify NT driver heirarchy to fix HP bug with duplicate printer driver
filenames :-).
Jeremy.
(This used to be commit adb6ad812a4d897ee0c0712cc06d1ff8553fa093)

24 years agomore aparser stuff - we now handle everything but the idl headers in srvsvc.idl
Andrew Tridgell [Mon, 22 May 2000 09:09:37 +0000 (09:09 +0000)]
more aparser stuff - we now handle everything but the idl headers in srvsvc.idl
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)

24 years agoAdded the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele [Thu, 18 May 2000 18:43:53 +0000 (18:43 +0000)]
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
on the samba server.
(This used to be commit 15e7d8f6c5cddf6ce409ee2505744250d181ec34)

24 years agoChanged name of case_sensitive in mask_match to avaid gcc "shadow global"
Jeremy Allison [Wed, 17 May 2000 20:54:56 +0000 (20:54 +0000)]
Changed name of case_sensitive in mask_match to avaid gcc "shadow global"
warning.
Jeremy.
(This used to be commit 36629d2a934fe61e68f87c5d2faf67158b365ae6)

24 years agoFixed bug I introduced last night (sorry). Now truncate incoming prs_struct
Jeremy Allison [Wed, 17 May 2000 19:17:16 +0000 (19:17 +0000)]
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
buffer size to exact size of incoming data to prevent read overruns into slop
space.
Jeremy.
(This used to be commit aa1a4f46da9584240cd6cee6fb652aa73e77015c)

24 years agoerror check in vluke.c
Andrew Tridgell [Wed, 17 May 2000 08:08:09 +0000 (08:08 +0000)]
error check in vluke.c
more conversion from idl to .struct of srvsvc
(This used to be commit 83b787f57e8e97ee4d3782e76c3fd003ed567885)

24 years agostarted converting matty's srvsvc.idl to a .struct file
Andrew Tridgell [Wed, 17 May 2000 07:12:10 +0000 (07:12 +0000)]
started converting matty's srvsvc.idl to a .struct file
(This used to be commit 85a341002c00044168346888cb46e354ab81194b)

24 years agoadded primitive define macros
Andrew Tridgell [Wed, 17 May 2000 07:10:50 +0000 (07:10 +0000)]
added primitive define macros
started converting matty's srvsvc.idl to a .struct file
(This used to be commit cf8d4c42e259d65d4d16c91316acc0bad71ff177)

24 years ago- added typedefs
Andrew Tridgell [Wed, 17 May 2000 06:53:21 +0000 (06:53 +0000)]
- added typedefs
- added parse error checking
- made parser more flexible
(This used to be commit ab0beaf3573471fab1fda3358987b337811f99b7)

24 years agoFixed bug where mallocd size of prs_struct could be larger than
Jeremy Allison [Wed, 17 May 2000 03:12:56 +0000 (03:12 +0000)]
Fixed bug where mallocd size of prs_struct could be larger than
incoming packet. Ensure new alloced memory is zeroed before use.
Jeremy.
(This used to be commit 1c3193aa1c1137734dc34ef2e6d62abb0609c30e)

24 years agoUpdated VFS examples to use ftruncate() and lock() functions.
Tim Potter [Wed, 17 May 2000 02:48:04 +0000 (02:48 +0000)]
Updated VFS examples to use ftruncate() and lock() functions.
(This used to be commit def0da145aa8b804b75b0f35bdd4a809a2a806fc)

24 years agominor parse updates
Andrew Tridgell [Wed, 17 May 2000 02:16:44 +0000 (02:16 +0000)]
minor parse updates
(This used to be commit 2e0a39204ade323c52847ce9783a987a81c8013a)

24 years agoCutover from 2.2.x - missed in merge.
Jeremy Allison [Wed, 17 May 2000 02:08:55 +0000 (02:08 +0000)]
Cutover from 2.2.x - missed in merge.
Jeremy.
(This used to be commit 87c4d46abe82855dd23c94397c3fc8e245b3778a)

24 years agoSynced up srv_samr with HP changes. Added error checking to original code
Jeremy Allison [Tue, 16 May 2000 19:45:26 +0000 (19:45 +0000)]
Synced up srv_samr with HP changes. Added error checking to original code
- what a concept :-). All this code will be replaced with TNG stuff anyway,
so not a big deal....
Jeremy.
(This used to be commit b090cff4b5fcdef01fc553e6359627bb2285d68e)

24 years agoa useful script, just go "./build foo.struct" and you get a full
Andrew Tridgell [Tue, 16 May 2000 15:04:43 +0000 (15:04 +0000)]
a useful script, just go "./build foo.struct" and you get a full
vluke program for all structures in the foo.strct file
(This used to be commit 77ceb6a3c11f16fd82b852d65fa9e836faaf1812)

24 years agothe vluke program now takes a structure name on the command line
Andrew Tridgell [Tue, 16 May 2000 15:03:48 +0000 (15:03 +0000)]
the vluke program now takes a structure name on the command line
(This used to be commit 6a3e7ba4f0716eb414daba4ab8aae974db4deba0)

24 years agotake the sructure name to run through vluke on the command line
Andrew Tridgell [Tue, 16 May 2000 14:02:31 +0000 (14:02 +0000)]
take the sructure name to run through vluke on the command line
(This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)

24 years agoadded the ".trailer" type, to mark where a packet turns into a trailer
Andrew Tridgell [Tue, 16 May 2000 12:43:53 +0000 (12:43 +0000)]
added the ".trailer" type, to mark where a packet turns into a trailer
this now gives us enough to parse complete function calls, including
the return values
(This used to be commit ca8f1e92adf3603ad15f73277576cc9178bb4d74)

24 years agoanother awk parser update
Andrew Tridgell [Tue, 16 May 2000 11:55:06 +0000 (11:55 +0000)]
another awk parser update
we can now handle arrays of structures, pointers to structures,
pointers in unions etc
(This used to be commit 1df80cd1e8475b6b2fe7b80b6c9089692ab7691b)

24 years agoRemoved extra unistr_to_dos prototype from msdfs/msdfs.c
Shirish Kalele [Tue, 16 May 2000 01:23:12 +0000 (01:23 +0000)]
Removed extra unistr_to_dos prototype from msdfs/msdfs.c
(This used to be commit a70c7b9aeff737a807f2348c219aa815705e4218)

24 years agoThe new msdfs implementation that uses symlinks to point to other
Shirish Kalele [Tue, 16 May 2000 01:13:16 +0000 (01:13 +0000)]
The new msdfs implementation that uses symlinks to point to other
servers. Very intuitive.

Removed the dfs map parsing code and tdb maintenance code (files
msdfs/parse_dfs_map.c & msdfs/msdfs_tdb.c), dfs map loading and unloading
calls (param/loadparm.c smbd/server.c).

Added code to display msdfs format symlinks as directories in a
transact2_findfirst/findnext. (smbd/trans2.c)

Modified msdfs/msdfs.c to use the msdfs symlinks to
create dfs referrals.

Changed msdfs/README to reflect new operability.
(This used to be commit 6803d2574fab9e5931786d5c9aa5dc5867bb5f05)

24 years agoCheck error returns.
Jeremy Allison [Mon, 15 May 2000 21:38:03 +0000 (21:38 +0000)]
Check error returns.
Jeremy.
(This used to be commit 919d49b58ad8213c0e89948f560d816b20312bb2)

24 years agoAdded Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
Jeremy Allison [Mon, 15 May 2000 20:53:08 +0000 (20:53 +0000)]
Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
Also added prs_xx error return checks to new code in rpc_parse/parse_reg.c
Jeremy.
(This used to be commit a148cb996297ed34342660f82ef0e66773d40500)

24 years agoAdded fix for Win2k ACL query code from Shirish. I need this back ported
Jeremy Allison [Mon, 15 May 2000 20:08:26 +0000 (20:08 +0000)]
Added fix for Win2k ACL query code from Shirish. I need this back ported
to 2.2.0.
Jeremy.
(This used to be commit 74851a481efedd15f59d5da15db7078dc4ce5d20)

24 years agopassdb/secrets.c: Fix typo in comment.
Jeremy Allison [Mon, 15 May 2000 17:13:50 +0000 (17:13 +0000)]
passdb/secrets.c: Fix typo in comment.
rpc_server/srv_pipe.c: Use accessor functions rather than diddling with structure
internals directly.
smbd/process.c:
smbd/reply.c: Remove READ_PREDICTION #ifdefs.
Jeremy.
(This used to be commit eba825ff030a175bd271caa6f543379dfdbbd646)

24 years agostarted update to handle arbitrary arrays
Andrew Tridgell [Mon, 15 May 2000 13:41:05 +0000 (13:41 +0000)]
started update to handle arbitrary arrays
note: this code is currently broken.
(This used to be commit 15646ebd84ee4e63a251c87800677f3dd2ae6971)

24 years agocall prs_dump() on every input and output packet so we have plenty of
Andrew Tridgell [Mon, 15 May 2000 09:59:58 +0000 (09:59 +0000)]
call prs_dump() on every input and output packet so we have plenty of
data to work with
(This used to be commit 839ab0e33255be37d72c113c2e09baaa34d50ce4)

24 years agodon't call prs_dump() here
Andrew Tridgell [Mon, 15 May 2000 09:59:25 +0000 (09:59 +0000)]
don't call prs_dump() here
(This used to be commit 87d9bac3a1b9eba15259abdfea85cf94b3630561)

24 years agoupdate grow_size in prs_grow
Andrew Tridgell [Mon, 15 May 2000 09:58:58 +0000 (09:58 +0000)]
update grow_size in prs_grow
(This used to be commit a42da205361bb70778913c8bd9facbb6b9a24937)

24 years agoaddd grow_size to prs_struct so we know how much data is actually in
Andrew Tridgell [Mon, 15 May 2000 09:58:22 +0000 (09:58 +0000)]
addd grow_size to prs_struct so we know how much data is actually in
the buffer
(This used to be commit 725889869ca2eb66000efe8a77cde52d9737a814)

24 years agoneed to allocate the union pointer
Andrew Tridgell [Mon, 15 May 2000 09:57:47 +0000 (09:57 +0000)]
need to allocate the union pointer
(This used to be commit c75919a7b9c616beda298e2ae507433731bff20a)

24 years agoalign at the end of every structure parser
Andrew Tridgell [Mon, 15 May 2000 09:57:19 +0000 (09:57 +0000)]
align at the end of every structure parser
(This used to be commit f6353bf12212aeb30e0daff52904bf2f71ec141d)

24 years agouse grow_size to determine size of dump
Andrew Tridgell [Mon, 15 May 2000 09:56:51 +0000 (09:56 +0000)]
use grow_size to determine size of dump
(This used to be commit 968b381cd348bdd6fdb092d7911c0bc9b992eba1)

24 years agoadded grow_size to prs structure
Andrew Tridgell [Mon, 15 May 2000 09:56:30 +0000 (09:56 +0000)]
added grow_size to prs structure
(This used to be commit d8c988694cbcd037c43480a623c2fbc37f2df7de)

24 years agoadd prs_dump() at the top level rpc switch
Andrew Tridgell [Mon, 15 May 2000 07:18:12 +0000 (07:18 +0000)]
add prs_dump() at the top level rpc switch
this gets us examples of all rpc messages sent to us
(This used to be commit ce3dd8db6d3cf6bfdbd695f6e32f60488c9073ae)

24 years agomake prs_dump() store up to 100 variants of each msg type
Andrew Tridgell [Mon, 15 May 2000 07:17:34 +0000 (07:17 +0000)]
make prs_dump() store up to 100 variants of each msg type
(This used to be commit 0e7819bb4562a840ecb9b7ef12706572b6b60202)

24 years agoadd uint16 support, start to parse more of spoolss
Andrew Tridgell [Sun, 14 May 2000 14:44:59 +0000 (14:44 +0000)]
add uint16 support, start to parse more of spoolss
(This used to be commit 05fa3ea50ab384ab8eebad87a538b3301ea65fa3)

24 years agomoved *.tpl templates into templates/ subdirectory
Andrew Tridgell [Sun, 14 May 2000 14:08:16 +0000 (14:08 +0000)]
moved *.tpl templates into templates/ subdirectory
(This used to be commit 6aa51dc1a569358935190526960ac80b7b53dd91)

24 years agovastly improved awk based code generator
Andrew Tridgell [Sun, 14 May 2000 14:05:10 +0000 (14:05 +0000)]
vastly improved awk based code generator
now handles recursive function definitions, unions etc
it is sufficient for some basic types like UNISTR2 and BUFFER5
to be defined in the *.struct file and used successfully

this generator uses templates (in *.tpl files) for all code
generation, allowing easy replacement of the backend functions
(This used to be commit 14ded82dc92ae6eff7639351f391a33b9cc31c0d)

24 years agoremoved old files ready for new awk parser
Andrew Tridgell [Sun, 14 May 2000 14:01:50 +0000 (14:01 +0000)]
removed old files ready for new awk parser
(This used to be commit 6790d6c589620f4d0f7aa67a3253c52b0b36c0f7)

24 years agoAdded code to do a one-way migration of the old DOMAIN.MACHINE.mac
Jeremy Allison [Sat, 13 May 2000 00:46:59 +0000 (00:46 +0000)]
Added code to do a one-way migration of the old DOMAIN.MACHINE.mac
file into the secrets tdb. Also restored check for password timeout
(this seemed to have gotten lost).
Jeremy.
(This used to be commit 9493e10de3d1c73b246a9841d4b5bb01838c265f)

24 years agorenamed the harness program to vluke (for "virtual luke")
Andrew Tridgell [Fri, 12 May 2000 14:35:15 +0000 (14:35 +0000)]
renamed the harness program to vluke (for "virtual luke")
added a couple of sample .prs files
(This used to be commit 70f68209dae0fb94196a30e7404a9ed5bdc2286c)

24 years agopreliminary support for unions
Andrew Tridgell [Fri, 12 May 2000 14:35:14 +0000 (14:35 +0000)]
preliminary support for unions
(This used to be commit 57a6cb52e6c646cd8a3d25f10f65a65e12d22a24)

24 years agothis is a awk based code generator. Very primitive at the moment, but
Andrew Tridgell [Fri, 12 May 2000 14:35:13 +0000 (14:35 +0000)]
this is a awk based code generator. Very primitive at the moment, but
it was sufficient to generate info level 6 of the add printer driver
for spoolss

It has two capabilities:

1) generate the header and C code for parsing a structure, given a
   *.struct file that describes the structure. Evetually I hope to
   make *.struct compatible with MIDL.

2) it provides a harness that can read a binary data file from
   prs_dump() which contains real data from a client and display the
   parse of it from the output of the awk parser. This allows you to
   "play" with the structure definition until it comes out right, it
   takes just a few mimutes of playing with the .struct file to work
   out the right layout.

all this is very primitive right now. I hope next to completely
replace the spoolss parser with a single .struct file that describes
all the structures, and auto-generates working code. That will require
quite a bit more work.
(This used to be commit 7bc87d20ea47ba25851512cc6f9de6076ce1cec8)

24 years agorebuilt proto
Andrew Tridgell [Fri, 12 May 2000 14:28:51 +0000 (14:28 +0000)]
rebuilt proto
(This used to be commit 7722d248ac0b05e74e4f621e70bb71027a9cd845)

24 years agochanged uniarray_2_ascarray to uniarray_2_dosarray
Andrew Tridgell [Fri, 12 May 2000 14:28:50 +0000 (14:28 +0000)]
changed uniarray_2_ascarray to uniarray_2_dosarray
(This used to be commit 4de7202da478baf232c93cc9b8d845889f1d2bab)

24 years agoAdded unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison [Fri, 12 May 2000 14:28:48 +0000 (14:28 +0000)]
Added unicode_to_dos_char() function to address converting single UNICODE
characters to one or more DOS codepage characters.
Jeremy.
(This used to be commit eefbfb5e16fcf40f335edc840a49f837f6b64111)

24 years agoadded spool_io_printer_driver_info_level_6()
Andrew Tridgell [Fri, 12 May 2000 14:28:46 +0000 (14:28 +0000)]
added spool_io_printer_driver_info_level_6()

thsi function and the associated header structure were autogenerated
using a little awk based code geerator I wroe ths evening. I'll commit
that next ...
(This used to be commit 974813f0d4afb6c14ed27c48ab24b19932557f9f)

24 years agoAdded signal handling section.
Tim Potter [Fri, 12 May 2000 13:05:26 +0000 (13:05 +0000)]
Added signal handling section.
(This used to be commit ad5447220032b7f80251e0a5123f7f96b496ffcd)

24 years ago- added example config section to winbindd man page
Andrew Tridgell [Fri, 12 May 2000 13:05:25 +0000 (13:05 +0000)]
- added example config section to winbindd man page
- reran yodldocs with newer version of yodl
(This used to be commit faa3f49430775fd1bd327237f369f7b5df6fc0c6)

24 years agoAdded mention of the CUPS option for the printing parameter
Gerald Carter [Fri, 12 May 2000 13:05:24 +0000 (13:05 +0000)]
Added mention of the CUPS option for the printing parameter

-jerry
(This used to be commit 3fed01f9c311bb81ce3013453a5dc9630201ccf1)

24 years agoMerge from TNG.
Tim Potter [Fri, 12 May 2000 06:55:09 +0000 (06:55 +0000)]
Merge from TNG.
(This used to be commit af5ded9f17addb4bc89ecb762b9b99d2f99463ab)

24 years agofixed two uninitialised variables
Andrew Tridgell [Fri, 12 May 2000 06:38:41 +0000 (06:38 +0000)]
fixed two uninitialised variables
(This used to be commit eefb36f130f79f2f2c6cfb58c1646aa6ce4303be)

24 years agouse "winbind separator" option for domain/user separator character
Andrew Tridgell [Fri, 12 May 2000 06:30:45 +0000 (06:30 +0000)]
use "winbind separator" option for domain/user separator character
(This used to be commit 6cbb826b154e61085fd651116caf472d4d438c1d)

24 years agocompile with -O2
Andrew Tridgell [Fri, 12 May 2000 06:29:29 +0000 (06:29 +0000)]
compile with -O2
(This used to be commit 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2)

24 years agoWhile we're all making incompatible tdb changes, I changed the implementation
Tim Potter [Fri, 12 May 2000 06:27:35 +0000 (06:27 +0000)]
While we're all making incompatible tdb changes, I changed the implementation
of tdb_{store,get}_int() to store the length of the string key + 1 so the
stored key contains the trailing NULL character.  This allows normal
string library routines to manipulate keys.

Also renamed tdb_get_int() to tdb_fetch_int() to keep the set of verbs
consistent.
(This used to be commit a423c7c5f21dc4046530b85482dee88dcfcbf070)

24 years agouse "winbind separator" in tng as well
Andrew Tridgell [Fri, 12 May 2000 06:27:34 +0000 (06:27 +0000)]
use "winbind separator" in tng as well
(This used to be commit 0189af544244d7d20e4042cd1238f370968cb7a9)

24 years agobuild in /usr/src/redhat
Andrew Tridgell [Fri, 12 May 2000 06:23:38 +0000 (06:23 +0000)]
build in /usr/src/redhat
(This used to be commit 11328f27816160d77934fb9b2409263f442e4f42)

24 years agoupdated appliance Makefile
Andrew Tridgell [Fri, 12 May 2000 06:04:46 +0000 (06:04 +0000)]
updated appliance Makefile
(This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8)

24 years agoadded packaging section to README
Andrew Tridgell [Fri, 12 May 2000 05:46:25 +0000 (05:46 +0000)]
added packaging section to README
(This used to be commit 535e33adaff8cd329ed73243f26114ac3c649365)

24 years agofixed tar command line
Andrew Tridgell [Fri, 12 May 2000 05:43:02 +0000 (05:43 +0000)]
fixed tar command line
(This used to be commit b022e6ab9785588fd4123ae4d819936fb5bfdbdc)

24 years agoexclude CVS files from rpm build
Andrew Tridgell [Fri, 12 May 2000 05:41:17 +0000 (05:41 +0000)]
exclude CVS files from rpm build
(This used to be commit 14fccd68fa2f3ea38dba8da512386f334129fcd1)

24 years agofixed error code for buffer_too_large in trans reply
Andrew Tridgell [Fri, 12 May 2000 05:25:22 +0000 (05:25 +0000)]
fixed error code for buffer_too_large in trans reply
(This used to be commit a0a556a36b8ad0f14f97a1b7ccc5d429bf8f950e)

24 years agodon't install winbind man page twice
Andrew Tridgell [Fri, 12 May 2000 05:22:41 +0000 (05:22 +0000)]
don't install winbind man page twice
(This used to be commit 6e81ba8bace4d966ab53d29c49782a81f669ba24)

24 years agoNuked changelog - use cvs log instead.
Tim Potter [Fri, 12 May 2000 05:21:15 +0000 (05:21 +0000)]
Nuked changelog - use cvs log instead.

Actually install winbindd man page.

Clean up build directory after make.
(This used to be commit 3fa7141feae6fca6df1407ff162664fad44978ed)

24 years agosimple build script for appliance rpm
Tim Potter [Fri, 12 May 2000 05:18:42 +0000 (05:18 +0000)]
simple build script for appliance rpm
(This used to be commit 40b8095a9a367d2fee1e58d12affc5883d4adc0a)

24 years agoadded winbindd man page to spec file
Andrew Tridgell [Fri, 12 May 2000 05:18:33 +0000 (05:18 +0000)]
added winbindd man page to spec file
(This used to be commit 9cc81b62886ff2f6b72632c550a808889d8a47a3)

24 years agofixed a typo
Andrew Tridgell [Fri, 12 May 2000 05:13:51 +0000 (05:13 +0000)]
fixed a typo
(This used to be commit 938a7510f4af58f40b200ae733b2ca7b65740078)

24 years agofixed a problem with appliance operation
Andrew Tridgell [Fri, 12 May 2000 05:10:32 +0000 (05:10 +0000)]
fixed a problem with appliance operation
(This used to be commit acf9286e82b851e25ee863f673bff713a38002e7)

24 years agouse gcc not insure by default in tdb build
Andrew Tridgell [Fri, 12 May 2000 05:08:47 +0000 (05:08 +0000)]
use gcc not insure by default in tdb build
(This used to be commit e20ef3c082f2448587f7d9002d57a897ecde092d)

24 years agoadd winbind manual in SWAT welcome page
Andrew Tridgell [Fri, 12 May 2000 05:08:06 +0000 (05:08 +0000)]
add winbind manual in SWAT welcome page
(This used to be commit d8515aa8878480d44efa17e674bcad29387ad76f)

24 years agouse our primary domain trust account for trusted domain authentication
Andrew Tridgell [Fri, 12 May 2000 05:07:26 +0000 (05:07 +0000)]
use our primary domain trust account for trusted domain authentication
(This used to be commit db90a4b9609a980fa2f4328d38a0d2c60a1384a0)

24 years agoupdated the appliance README
Andrew Tridgell [Fri, 12 May 2000 05:06:27 +0000 (05:06 +0000)]
updated the appliance README
(This used to be commit 0e29eef8374e7bf0002acbd04d5438c5c1690c44)

24 years agoManpage version of yodl doc.
Tim Potter [Fri, 12 May 2000 04:07:44 +0000 (04:07 +0000)]
Manpage version of yodl doc.
(This used to be commit 810726a33b97ef57b8d4bde215fc9f829f59f3c8)

24 years agoHTML version of yodl doc.
Tim Potter [Fri, 12 May 2000 04:03:35 +0000 (04:03 +0000)]
HTML version of yodl doc.
(This used to be commit dce11c9cd1638f2bd4b762e309a2b2e630d8ba01)

24 years agoChanged all references of ntdom to winbind.
Tim Potter [Fri, 12 May 2000 04:02:43 +0000 (04:02 +0000)]
Changed all references of ntdom to winbind.
(This used to be commit 2463f689022812067ef54a8ff0d2346c60e3f451)

24 years agoInitial version of appliance spec file.
Tim Potter [Fri, 12 May 2000 03:04:56 +0000 (03:04 +0000)]
Initial version of appliance spec file.
(This used to be commit 1be483c90b8f59cefdaf05594564882d99f0fbd3)

24 years agoan imcompatible tdb format change (sorry!)
Andrew Tridgell [Fri, 12 May 2000 02:57:24 +0000 (02:57 +0000)]
an imcompatible tdb format change (sorry!)

this will give us a much nicer migration path for the proposed
semaphore code
(This used to be commit 491ab241897a7252fb088c718de4bdf7f43f4ddc)

24 years agoCheck fstat return for error.
Jeremy Allison [Fri, 12 May 2000 00:11:49 +0000 (00:11 +0000)]
Check fstat return for error.
Jeremy.
(This used to be commit c54e77b1f9defce3d6c2e530e0fb460c2b0c54c2)

24 years agolib/util_unistr.c:
Jeremy Allison [Wed, 10 May 2000 22:47:09 +0000 (22:47 +0000)]
lib/util_unistr.c:
libsmb/clilist.c:
rpc_server/srv_spoolss_nt.c:
smbd/trans2.c: Changed unistr_to_ascii to unistr_to_dos - do codepage conversion.
msdfs/msdfs.c: Removed stub unistr_to_dos.
libsmb/pwd_cache.c: Removed obfuscation functions as they don't do anything and
don't add any security.
Jeremy.
(This used to be commit 1ed146467e764e6a81d8f78cd58fb5765ebf5d21)

24 years agoHo hum - forgot timeout case.
Jeremy Allison [Wed, 10 May 2000 18:53:03 +0000 (18:53 +0000)]
Ho hum - forgot timeout case.
Jeremy.
(This used to be commit 597ecd724e0d4ac7c19eb9fb85b3c9910bbfb114)

24 years agoFix from David Collier-Brown - sys_select return was not being checked.
Jeremy Allison [Wed, 10 May 2000 18:27:58 +0000 (18:27 +0000)]
Fix from David Collier-Brown - sys_select return was not being checked.
Jeremy.
(This used to be commit a9c4371a2dc27e499ad6d35af1b598a4af0026c8)

24 years ago- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell [Wed, 10 May 2000 14:48:33 +0000 (14:48 +0000)]
- changed smb_getpwnam() to use winbind style usernames
- finished ntdom -> winbind rename in head
(This used to be commit ada483cb56453afc6df4ec4be18bfe5e943c7150)

24 years agoupdated appliance Makefile
Andrew Tridgell [Wed, 10 May 2000 14:47:12 +0000 (14:47 +0000)]
updated appliance Makefile
(This used to be commit bfa14cff8c0a1a7a18cb649dc33d5aabc9cd53ac)

24 years agoin head as well ...
Andrew Tridgell [Wed, 10 May 2000 14:17:21 +0000 (14:17 +0000)]
in head as well ...

renamed ntdom to winbind
I think that using winbind in /etc/nsswitch.conf is better than ntdom
(This used to be commit 80f85b5359c26dc26f8f88b984f27cfa4ac34e61)

24 years agotreat a blank "password server =" line as a "*" if in domain security
Andrew Tridgell [Wed, 10 May 2000 13:21:32 +0000 (13:21 +0000)]
treat a blank "password server =" line as a "*" if in domain security
(This used to be commit 5a617c013cce65434d315dc33279a4bc28dc63de)

24 years agowhen creating the database zero the reserved space
Andrew Tridgell [Wed, 10 May 2000 12:58:20 +0000 (12:58 +0000)]
when creating the database zero the reserved space
(This used to be commit a5ca60f62bea988e74e2827fbb848770ac5ae444)

24 years agoproto rebuild
Andrew Tridgell [Wed, 10 May 2000 11:50:28 +0000 (11:50 +0000)]
proto rebuild
(This used to be commit b396dbb1a7a498f9e815f914aa391ccf6f635e20)

24 years agocheck for sighup on each packet - otherwise it can take a _long_ time
Andrew Tridgell [Wed, 10 May 2000 11:49:55 +0000 (11:49 +0000)]
check for sighup on each packet - otherwise it can take a _long_ time
to reload services
(This used to be commit 0fb4ba4e037f25b8b75bcae0ecb1d9b43f0f9e5f)

24 years agofail a print start on a deleted auto printer
Andrew Tridgell [Wed, 10 May 2000 11:49:06 +0000 (11:49 +0000)]
fail a print start on a deleted auto printer
(This used to be commit f1f92bf4da75ec6fccd34b07719d642196665258)

24 years agoI found a better way of handling deleted auto printers
Andrew Tridgell [Wed, 10 May 2000 11:48:30 +0000 (11:48 +0000)]
I found a better way of handling deleted auto printers
(This used to be commit f838707820175f97db82fc32f124c3b69b051e6b)

24 years agoformatting fix
Andrew Tridgell [Wed, 10 May 2000 11:45:16 +0000 (11:45 +0000)]
formatting fix
(This used to be commit 3e710f660253fe6fa5c0ed7435ec66a2ed908b28)

24 years agoremove autoloaded printers that are no longer in /etc/printcap when we
Andrew Tridgell [Wed, 10 May 2000 11:20:46 +0000 (11:20 +0000)]
remove autoloaded printers that are no longer in /etc/printcap when we
get a HUP
(This used to be commit 23f16c5ce60f76633458cc21b2d260d347b1b459)