sfrench/samba-autobuild/.git
21 years ago* fix memory leak when constructing an driver_level_6 structure
Gerald Carter [Tue, 17 Dec 2002 21:35:56 +0000 (21:35 +0000)]
* fix memory leak when constructing an driver_level_6 structure
  and no dependent files (working on smbd memory leak).  No CR# yet.

21 years agoStart adding code to allow the in memory version of the registry tree
Richard Sharpe [Tue, 17 Dec 2002 07:45:14 +0000 (07:45 +0000)]
Start adding code to allow the in memory version of the registry tree
structure to be manipulated. Keys can be partially deleted now.

21 years agoit's getting comic ...
Simo Sorce [Tue, 17 Dec 2002 01:38:48 +0000 (01:38 +0000)]
it's getting comic ...
yet another missing piece :-O

21 years agoUhmm a bad day to commit changes :-((
Simo Sorce [Mon, 16 Dec 2002 23:40:15 +0000 (23:40 +0000)]
Uhmm a bad day to commit changes :-((

21 years agomerge smbtar fixes from 2.2
Herb Lewis [Mon, 16 Dec 2002 21:30:20 +0000 (21:30 +0000)]
merge smbtar fixes from 2.2

21 years agooh god, I will forgot my name one of these days :-/
Simo Sorce [Mon, 16 Dec 2002 21:22:09 +0000 (21:22 +0000)]
oh god, I will forgot my name one of these days :-/

21 years agoforgont genstruct.pl is needed to build new include files for genparse
Simo Sorce [Mon, 16 Dec 2002 17:51:40 +0000 (17:51 +0000)]
forgont genstruct.pl is needed to build new include files for genparse
sorry

21 years agoAdd win32 utility to query driver capabilities to publish
Jim McDonough [Mon, 16 Dec 2002 17:26:01 +0000 (17:26 +0000)]
Add win32 utility to query driver capabilities to publish

21 years agofix usage message
Gerald Carter [Mon, 16 Dec 2002 16:48:23 +0000 (16:48 +0000)]
fix usage message

21 years agoupdates to the gums
Simo Sorce [Mon, 16 Dec 2002 12:11:02 +0000 (12:11 +0000)]
updates to the gums
introduce genparser will be used by tdbsam2

21 years agoWe now read in the whole of the registry, including security bits.
Richard Sharpe [Mon, 16 Dec 2002 03:23:25 +0000 (03:23 +0000)]
We now read in the whole of the registry, including security bits.

Still have to make sure that the datastructure is correct, though.

Then on to writing it out and editing/changing keys, values and sec_descriptors

21 years agoFix fnum leak under error condition in cacl_dump.
Tim Potter [Sun, 15 Dec 2002 23:24:08 +0000 (23:24 +0000)]
Fix fnum leak under error condition in cacl_dump.

21 years agoAll the code for reading in the registy is done, but I have a malloc'd
Richard Sharpe [Sun, 15 Dec 2002 08:35:19 +0000 (08:35 +0000)]
All the code for reading in the registy is done, but I have a malloc'd
area overrun somewhere :-(

21 years agoAlmost finished processing the registry encoded SEC DESC ...
Richard Sharpe [Sun, 15 Dec 2002 06:39:17 +0000 (06:39 +0000)]
Almost finished processing the registry encoded SEC DESC ...

Soon to move onto writing these things out.

21 years agoMore code to read in and create security descriptor entries ...
Richard Sharpe [Sat, 14 Dec 2002 07:36:34 +0000 (07:36 +0000)]
More code to read in and create security descriptor entries ...

21 years agoEnsure talloc pool query messages are reserved.
Jeremy Allison [Sat, 14 Dec 2002 01:33:02 +0000 (01:33 +0000)]
Ensure talloc pool query messages are reserved.
Jeremy.

21 years agoThe name pointer in the talloc context must not be a talloced entry as
Jeremy Allison [Sat, 14 Dec 2002 00:57:01 +0000 (00:57 +0000)]
The name pointer in the talloc context must not be a talloced entry as
calling talloc_destroy_pool(as we do sometimes) will destroy it.
Jeremy.

21 years agoStore printer guid in the dsspooler registry key so we don't have to
Jim McDonough [Fri, 13 Dec 2002 21:54:09 +0000 (21:54 +0000)]
Store printer guid in the dsspooler registry key so we don't have to
query the directory server every time someone asks

21 years agoFix for old DOS client when veto files is set to /.*/
Jeremy Allison [Fri, 13 Dec 2002 19:07:25 +0000 (19:07 +0000)]
Fix for old DOS client when veto files is set to /.*/
Jeremy.

21 years agoMore printer publishing code.
Jim McDonough [Fri, 13 Dec 2002 18:56:48 +0000 (18:56 +0000)]
More printer publishing code.
- Add published attribute to info2, needed for win clients to work properly
- Return proper info on getprinter 7

This means you can now look at the sharing tab of a printer and get correct
info about whether it is published or not, and change it.

21 years agoBegin to handle Security descriptors for keys.
Richard Sharpe [Fri, 13 Dec 2002 08:46:26 +0000 (08:46 +0000)]
Begin to handle Security descriptors for keys.

21 years agoGuy Harris points out that the level and ptr fields in a
Tim Potter [Fri, 13 Dec 2002 04:41:59 +0000 (04:41 +0000)]
Guy Harris points out that the level and ptr fields in a
SPOOL_USER_CTR look like they should be transposed.  We don't make use
of the user level information (what is it used for??) so I haven't
changed any code, just added a comment.

21 years agomerge of get_dc_name()-like code from APP_HEAD; better support password server =...
Gerald Carter [Thu, 12 Dec 2002 23:35:55 +0000 (23:35 +0000)]
Merge ... get_dc_name()-like code from APP_HEAD; better support password server = DC1 *

21 years agoignore editreg
Gerald Carter [Thu, 12 Dec 2002 20:52:21 +0000 (20:52 +0000)]
ignore editreg

21 years agomerge of smbpasswd segfault from SAMBA_2_2
Gerald Carter [Thu, 12 Dec 2002 20:49:38 +0000 (20:49 +0000)]
merge of smbpasswd segfault from SAMBA_2_2

21 years agoCR1333: Fix memory leak when unpacking some structures.
Martin Pool [Thu, 12 Dec 2002 05:24:55 +0000 (05:24 +0000)]
CR1333: Fix memory leak when unpacking some structures.

* (pytdbunpack_item): PyList_Append creates an additional reference to
  the appended object.  Therefore, release the initial reference after
  it's added to the list.

21 years ago* Ignore .pyc and .pyo files produced as a side-effect of running
Martin Pool [Thu, 12 Dec 2002 04:44:47 +0000 (04:44 +0000)]
* Ignore .pyc and .pyo files produced as a side-effect of running
  Python examples.

21 years agoAdded "kernel change notify" boolean to allow easier valgrind testing.
Jeremy Allison [Thu, 12 Dec 2002 02:01:53 +0000 (02:01 +0000)]
Added "kernel change notify" boolean to allow easier valgrind testing.
Jeremy.

21 years agoFixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison [Wed, 11 Dec 2002 23:54:46 +0000 (23:54 +0000)]
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy.

21 years agoFix write error returning EFBIG - found by Conrad.
Jeremy Allison [Wed, 11 Dec 2002 18:52:32 +0000 (18:52 +0000)]
Fix write error returning EFBIG - found by Conrad.
Jeremy.

21 years agoFix a small bug.
Richard Sharpe [Wed, 11 Dec 2002 07:55:44 +0000 (07:55 +0000)]
Fix a small bug.

21 years agoImprove the iterator wrt values ... Now prints keys and value names.
Richard Sharpe [Wed, 11 Dec 2002 07:51:07 +0000 (07:51 +0000)]
Improve the iterator wrt values ... Now prints keys and value names.
Does not print value values, yet.

21 years agoSome more tweaking for compilation of py_tdbpack.
Tim Potter [Wed, 11 Dec 2002 01:25:18 +0000 (01:25 +0000)]
Some more tweaking for compilation of py_tdbpack.

21 years agoFix client large file reporting.
Jeremy Allison [Tue, 10 Dec 2002 23:27:12 +0000 (23:27 +0000)]
Fix client large file reporting.
Jeremy

21 years agoTidy up some bits. We can now at least list all the keys.
Richard Sharpe [Tue, 10 Dec 2002 23:25:11 +0000 (23:25 +0000)]
Tidy up some bits. We can now at least list all the keys.

More work to do on the iterators and access functions.

Still not King. Stinks really.

21 years agofix broken incremental tar - merge from 2.2
Herb Lewis [Tue, 10 Dec 2002 21:50:44 +0000 (21:50 +0000)]
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>

21 years agoAdd support to Makefile.in for editreg
Richard Sharpe [Tue, 10 Dec 2002 21:29:03 +0000 (21:29 +0000)]
Add support to Makefile.in for editreg

Fix a couple of duplicated macros.

21 years agoComplete more of the code. An iterator is close to complete. Compiles,
Richard Sharpe [Tue, 10 Dec 2002 08:17:40 +0000 (08:17 +0000)]
Complete more of the code. An iterator is close to complete. Compiles,
but not tested as yet.

21 years agoClean up the code some more. Create more elements of the tree.
Richard Sharpe [Tue, 10 Dec 2002 06:20:53 +0000 (06:20 +0000)]
Clean up the code some more. Create more elements of the tree.
Security Descriptors/Keys not yet processed.
Make debugging printfs only occur if verbose is set.
Create an iterator for the registry key.
Still not King. Bother!

21 years agoThe _abs time functions should not be converting from/to GMT.
Jeremy Allison [Tue, 10 Dec 2002 00:46:47 +0000 (00:46 +0000)]
The _abs time functions should not be converting from/to GMT.
Patch from "Jordan Russell" <jr-list-samba-technical@quo.to>
Jeremy.

21 years agofinnally put in Alexander parametric pacth
Simo Sorce [Mon, 9 Dec 2002 13:02:27 +0000 (13:02 +0000)]
finnally put in Alexander parametric pacth

21 years agomake vfs recycle use vfs facilities correctly!
Simo Sorce [Mon, 9 Dec 2002 12:06:15 +0000 (12:06 +0000)]
make vfs recycle use vfs facilities correctly!

WARNING: every vfs module maintainer should look at these changes to understand how to properly write a vfs module in head!!

also make installmodules work correctly when the directory structure is not yet in place.

Simo.

21 years agoHandle the creation of more parts of the tree ... Still have to do SK records
Richard Sharpe [Mon, 9 Dec 2002 09:26:17 +0000 (09:26 +0000)]
Handle the creation of more parts of the tree ... Still have to do SK records
and the data parts of the VK records.

Also have to code up routines that can iterate across keys and values, as
well as return values associated with a particular key, etc.

21 years agoStart allocating structures to keep the in memory copy of the registry tree
Richard Sharpe [Mon, 9 Dec 2002 09:07:00 +0000 (09:07 +0000)]
Start allocating structures to keep the in memory copy of the registry tree
in. Don't yet handle the SK records (security descriptors), but will soon.

It still compiles on Linux, but I am still not King.

21 years agoBegin to decode Value Keys, names and values ...
Richard Sharpe [Mon, 9 Dec 2002 07:55:13 +0000 (07:55 +0000)]
Begin to decode Value Keys, names and values ...

21 years agoAdd some more handling of Key records ...
Richard Sharpe [Mon, 9 Dec 2002 06:39:54 +0000 (06:39 +0000)]
Add some more handling of Key records ...

21 years agoFix example command (reported by Cameron Maxwell)
Jelmer Vernooij [Sun, 8 Dec 2002 20:36:52 +0000 (20:36 +0000)]
Fix example command (reported by Cameron Maxwell)

21 years agoCommit some more changes ... Start processing the sub-keys, recursively.
Richard Sharpe [Sun, 8 Dec 2002 19:50:40 +0000 (19:50 +0000)]
Commit some more changes ... Start processing the sub-keys, recursively.

21 years agoFix the breakage, and start processing the first key record:
Richard Sharpe [Sun, 8 Dec 2002 19:30:16 +0000 (19:30 +0000)]
Fix the breakage, and start processing the first key record:

./editreg ~rsharpe/profile/NTUSER.DAT
NK HDR: Name len: 12, class name len: 0
Key name: $$$PROTO.HIV

21 years agoA small fix to Makefile.in from Bradley Longhurst.
Richard Sharpe [Sun, 8 Dec 2002 18:48:48 +0000 (18:48 +0000)]
A small fix to Makefile.in from Bradley Longhurst.
Less Fir needed.

21 years agoDefine some macros for accessing shorts and ints in an endian independent manner.
Richard Sharpe [Sun, 8 Dec 2002 17:04:23 +0000 (17:04 +0000)]
Define some macros for accessing shorts and ints in an endian independent manner.

Start processing the header and etc.

Make sure it compiles on Linux, and runs on Linux for the code that is there.

Will try FreeBSD soon, and maybe Slowaris.

21 years agoAdd definitions of the various NT Registry on-disk structures ...
Richard Sharpe [Sun, 8 Dec 2002 15:32:02 +0000 (15:32 +0000)]
Add definitions of the various NT Registry on-disk structures ...

21 years agoFix DAT_TIME so it becomes NTTIME and matches Samba source.
Richard Sharpe [Sun, 8 Dec 2002 14:50:06 +0000 (14:50 +0000)]
Fix DAT_TIME so it becomes NTTIME and matches Samba source.

Add code to start reading the registry file.

21 years agomake querygroup in rpcclient working, same fix as per 2.2 tree
Simo Sorce [Sun, 8 Dec 2002 11:56:45 +0000 (11:56 +0000)]
make querygroup in rpcclient working, same fix as per 2.2 tree

21 years agoSome more updates ...
Richard Sharpe [Sun, 8 Dec 2002 08:27:58 +0000 (08:27 +0000)]
Some more updates ...

21 years agoThe beginnings of a registry editing program.
Richard Sharpe [Sun, 8 Dec 2002 07:53:35 +0000 (07:53 +0000)]
The beginnings of a registry editing program.

21 years agoEnsure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy Allison [Fri, 6 Dec 2002 19:58:27 +0000 (19:58 +0000)]
Ensure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy.

21 years agoFix debugs for rap mapping. Delete job on map fail.
Jeremy Allison [Thu, 5 Dec 2002 22:32:25 +0000 (22:32 +0000)]
Fix debugs for rap mapping. Delete job on map fail.
Jeremy.

21 years agoMore printer data to publish
Jim McDonough [Thu, 5 Dec 2002 19:13:20 +0000 (19:13 +0000)]
More printer data to publish

21 years agoAdd some const
Jim McDonough [Thu, 5 Dec 2002 19:11:40 +0000 (19:11 +0000)]
Add some const

21 years agoThe element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison [Thu, 5 Dec 2002 03:59:56 +0000 (03:59 +0000)]
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
jobid. This was causing Win9x client "set name" calls to fail.
Still need one cleanup fix to finish.
Jeremy.

21 years agofix stat reporting on put command
Herb Lewis [Thu, 5 Dec 2002 00:47:41 +0000 (00:47 +0000)]
fix stat reporting on put command

21 years agoRerun configure.
Tim Potter [Thu, 5 Dec 2002 00:06:12 +0000 (00:06 +0000)]
Rerun configure.

21 years agoRemove FILE_MACRO as __FILE__ is ANSI C.
Tim Potter [Wed, 4 Dec 2002 23:57:15 +0000 (23:57 +0000)]
Remove FILE_MACRO as __FILE__ is ANSI C.

21 years agoFUNCTION_MACRO change broke the Python modules.
Tim Potter [Wed, 4 Dec 2002 23:31:47 +0000 (23:31 +0000)]
FUNCTION_MACRO change broke the Python modules.

Also fix up string pasting (I thought this should only be a warning?)

21 years agoAdded Volker's directory fix - save the attributes
Jeremy Allison [Wed, 4 Dec 2002 22:48:25 +0000 (22:48 +0000)]
Added Volker's directory fix - save the attributes
from the first call.
Jeremy.

21 years agoMore attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ones should...
Jim McDonough [Wed, 4 Dec 2002 21:30:52 +0000 (21:30 +0000)]
More attributes to publish.  All DsSpooler attributes except REG_MULTI_SZ ones should be published now.

21 years agoJanitor for tpot yet again... Merging in memory leak fix.
Jeremy Allison [Wed, 4 Dec 2002 21:28:23 +0000 (21:28 +0000)]
Janitor for tpot yet again... Merging in memory leak fix.
Jeremy.

21 years agochange_trust_account_password() must always use the PDC for rpc
Gerald Carter [Wed, 4 Dec 2002 20:13:29 +0000 (20:13 +0000)]
change_trust_account_password() must always use the PDC for rpc
password changes.

jerry

21 years agoMake sure we have a default st_blocksize.
Jeremy Allison [Wed, 4 Dec 2002 19:47:18 +0000 (19:47 +0000)]
Make sure we have a default st_blocksize.
Jeremy.

21 years agocleaning up some friendly error messages
Gerald Carter [Wed, 4 Dec 2002 19:03:32 +0000 (19:03 +0000)]
cleaning up some friendly error messages

21 years ago[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277
Gerald Carter [Wed, 4 Dec 2002 19:00:29 +0000 (19:00 +0000)]
[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277

21 years agoNeed brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac.uk>.
Jeremy Allison [Wed, 4 Dec 2002 18:44:21 +0000 (18:44 +0000)]
Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac.uk>.
Jeremy.

21 years agoDoing janitorial duty for tpot - memory leak fix.
Jeremy Allison [Wed, 4 Dec 2002 18:40:01 +0000 (18:40 +0000)]
Doing janitorial duty for tpot - memory leak fix.
Jeremy.

21 years agoAutomatic printer publishing when using APW or choosing 'list in the directory' in...
Jim McDonough [Wed, 4 Dec 2002 17:28:51 +0000 (17:28 +0000)]
printer publishing when using APW or choosing 'list in the directory' in printer settings.  Currently very little is published, and you cannot unpublish because of a bug in win2k clients.

21 years agoln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2
Gerald Carter [Wed, 4 Dec 2002 13:25:51 +0000 (13:25 +0000)]
ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2

21 years agoMissed the removal of the incorrect ifdef.
Jeremy Allison [Wed, 4 Dec 2002 03:21:18 +0000 (03:21 +0000)]
Missed the removal of the incorrect ifdef.
Jeremy.

21 years agoFix for 64 bit issues with oplocks and allocation size.
Jeremy Allison [Wed, 4 Dec 2002 03:12:28 +0000 (03:12 +0000)]
Fix for 64 bit issues with oplocks and allocation size.
Jeremy.

21 years agoTHIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks
Jeremy Allison [Wed, 4 Dec 2002 02:37:47 +0000 (02:37 +0000)]
THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks
autoconf 2.13.
Jeremy.

21 years ago[merge from app_head]
Gerald Carter [Wed, 4 Dec 2002 01:14:34 +0000 (01:14 +0000)]
[merge from app_head]

XP sends GetPrinterData("ChangeId"). So we now respond accordingly.
Possible fix for CR 1147.

21 years agoReformat of reply.c before Volker's patch.
Jeremy Allison [Tue, 3 Dec 2002 23:57:55 +0000 (23:57 +0000)]
Reformat of reply.c before Volker's patch.
Jeremy.

21 years agoRerun autoconf.
Tim Potter [Tue, 3 Dec 2002 22:32:44 +0000 (22:32 +0000)]
Rerun autoconf.

21 years agoDefaulting python breaks the clean target it python isn't installed.
Tim Potter [Tue, 3 Dec 2002 22:04:54 +0000 (22:04 +0000)]
Defaulting python breaks the clean target it python isn't installed.

21 years agouse FILE_MACRO instead of __FILE__
Herb Lewis [Tue, 3 Dec 2002 21:49:00 +0000 (21:49 +0000)]
use FILE_MACRO instead of __FILE__
use FUNCTION_MACRO instead of __FUNCTION_

21 years agouse the new IVAL_TO_SMB_OFF_T for file_info size member
Herb Lewis [Tue, 3 Dec 2002 20:00:31 +0000 (20:00 +0000)]
use the new IVAL_TO_SMB_OFF_T for file_info size member
dir now shows correct size on large files

21 years agoSupport printer info 7, used for publishing
Jim McDonough [Tue, 3 Dec 2002 19:48:18 +0000 (19:48 +0000)]
Support printer info 7, used for publishing

21 years agoStop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriver info...
Jim McDonough [Tue, 3 Dec 2002 19:41:43 +0000 (19:41 +0000)]
Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriver info existence.

21 years agoStop using hacks for dns host/domain names.
Jim McDonough [Tue, 3 Dec 2002 19:37:42 +0000 (19:37 +0000)]
Stop using hacks for dns host/domain names.

21 years agofns for retrieving dns host name and domain name (get rid of lp_realm hacks).
Jim McDonough [Tue, 3 Dec 2002 19:35:46 +0000 (19:35 +0000)]
fns for retrieving dns host name and domain name (get rid of lp_realm hacks).

21 years agoAdd defines for standard DsSpooler/DsDriver values that get published.
Jim McDonough [Tue, 3 Dec 2002 19:26:47 +0000 (19:26 +0000)]
Add defines for standard DsSpooler/DsDriver values that get published.

21 years agoDon't segfault when trying to delete a key when none exist.
Jim McDonough [Tue, 3 Dec 2002 19:24:51 +0000 (19:24 +0000)]
Don't segfault when trying to delete a key when none exist.

21 years agoFixed nasty bug where file writes with start offsets in the range
Jeremy Allison [Tue, 3 Dec 2002 08:02:21 +0000 (08:02 +0000)]
Fixed nasty bug where file writes with start offsets in the range
0x80000000 -> 0xFFFFFFFF would fail as they were being cast
from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types).
The sign extension would cause the offset to be treated as negative.
Thanks to Herb for helping me track this one down (IRIX is good for large
file tests :-).
Jeremy.
PS. That horrid EXEXIST thing has broken configure.....

21 years agoFixes for EXEEXT - must use \$ signs when you want an actual $ sign to
Tim Potter [Tue, 3 Dec 2002 05:44:36 +0000 (05:44 +0000)]
Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to
be used.

21 years agoAs per Jeremy's request back this out, so as to re-gain the implicit length
Andrew Bartlett [Sun, 1 Dec 2002 19:52:09 +0000 (19:52 +0000)]
As per Jeremy's request back this out, so as to re-gain the implicit length
check.

Andrew Bartlett

21 years agoLink less with smbmnt and smbumount. Also change from a pstrcpy() to a
Andrew Bartlett [Sun, 1 Dec 2002 04:11:20 +0000 (04:11 +0000)]
Link less with smbmnt and smbumount.  Also change from a pstrcpy() to a
strncpy() to make it clear that we must operate on a PATH_MAX sized buffer.

Andrew Bartlett

21 years agoNo need for fstring manipulation here (Tcon&X), just use string pointers.
Andrew Bartlett [Sun, 1 Dec 2002 03:16:59 +0000 (03:16 +0000)]
No need for fstring manipulation here (Tcon&X), just use string pointers.

Andrew Bartlett

21 years agoRemove extra headers, and ensure that we correctly bail out of winbindd if we
Andrew Bartlett [Sun, 1 Dec 2002 03:14:30 +0000 (03:14 +0000)]
Remove extra headers, and ensure that we correctly bail out of winbindd if we
can't create the socket.

Andrew Bartlett

21 years agoDereference the correct thing here, so we don't segfault
Andrew Bartlett [Sun, 1 Dec 2002 03:12:50 +0000 (03:12 +0000)]
Dereference the correct thing here, so we don't segfault

21 years agoMake it clear that we might not be talking to a PDC here.
Andrew Bartlett [Sun, 1 Dec 2002 03:11:53 +0000 (03:11 +0000)]
Make it clear that we might not be talking to a PDC here.

21 years agoPOSIX indicates that this is always in network byte order, so we don't need the
Andrew Bartlett [Sun, 1 Dec 2002 03:02:50 +0000 (03:02 +0000)]
POSIX indicates that this is always in network byte order, so we don't need the
little-endian case (tested on Intel-linux).

Andrew Bartlett