gd/samba/.git
16 years agoAdd a debug message (when the LDAP server has really been connected).
Michael Adam [Fri, 4 Jan 2008 21:06:15 +0000 (22:06 +0100)]
Add a debug message (when the LDAP server has really been connected).

Michael

16 years agoUntangle assignment and result check.
Michael Adam [Fri, 4 Jan 2008 20:56:57 +0000 (21:56 +0100)]
Untangle assignment and result check.

Michael

16 years agoEnhance DEBUG-verbosity of ldap_open_with_timeout().
Michael Adam [Fri, 4 Jan 2008 20:54:02 +0000 (21:54 +0100)]
Enhance DEBUG-verbosity of ldap_open_with_timeout().

Michael

16 years agoUnindent function header.
Michael Adam [Fri, 4 Jan 2008 20:53:25 +0000 (21:53 +0100)]
Unindent function header.

Michael

16 years agoFix a misleading DEBUG message.
Michael Adam [Fri, 4 Jan 2008 20:45:28 +0000 (21:45 +0100)]
Fix a misleading DEBUG message.

At this stage, the (tcp) connection to the LDAP server has not
been established, this is what is about to be attempted. What
has been succesfully done, is a CLDAP netlogon query.

Michael

16 years agoMerge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
Jeremy Allison [Fri, 4 Jan 2008 20:59:36 +0000 (12:59 -0800)]
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test

16 years agoRefactor the crypto code after a very helpful conversation
Jeremy Allison [Fri, 4 Jan 2008 20:56:23 +0000 (12:56 -0800)]
Refactor the crypto code after a very helpful conversation
with Volker. Mostly making sure we have data on the incoming
packet type, not stored in the smb header.
Jeremy.

16 years agoFix a DEBUG statement.
Michael Adam [Fri, 4 Jan 2008 20:35:29 +0000 (21:35 +0100)]
Fix a DEBUG statement.

Michael

16 years agoFix spacing - spaces mixed with tabs.
Michael Adam [Fri, 4 Jan 2008 20:16:48 +0000 (21:16 +0100)]
Fix spacing - spaces mixed with tabs.

Michael

16 years agoFix a comment.
Michael Adam [Fri, 4 Jan 2008 20:09:55 +0000 (21:09 +0100)]
Fix a comment.

Michael

16 years agoRemove the word "registry" from the help output of the "net conf" command.
Michael Adam [Fri, 4 Jan 2008 20:05:51 +0000 (21:05 +0100)]
Remove the word "registry" from the help output of the "net conf" command.

Michael

16 years agoUpdate the introductory comment to net_conf.c to mention linbet_conf.
Michael Adam [Fri, 4 Jan 2008 20:03:24 +0000 (21:03 +0100)]
Update the introductory comment to net_conf.c to mention linbet_conf.

Michael

16 years agoFix the inherited trust flags when spidering the trust heirarchy.
Gerald (Jerry) Carter [Fri, 4 Jan 2008 19:35:41 +0000 (13:35 -0600)]
Fix the inherited trust flags when spidering the trust heirarchy.

Also *do not* clear the trust list when rescanning or else it is possible
to suffer from a race condition where no trusted domains can be found.

16 years agoAdd a missing check for dealing with a one-way trust in query_user().
Gerald (Jerry) Carter [Fri, 4 Jan 2008 19:34:10 +0000 (13:34 -0600)]
Add a missing check for dealing with a one-way trust in query_user().

16 years agoEnsure that winbindd_getgroups() can deal with a UPN name.
Gerald (Jerry) Carter [Fri, 4 Jan 2008 19:32:58 +0000 (13:32 -0600)]
Ensure that winbindd_getgroups() can deal with a UPN name.

A user logging in via GDM was not getting a complete list of supplementary
groups in his/her token.  This is because getgroup() was not able to
find the winbindd_domain* using the DNS name.  Fallback to matching the DNS
name is the short name match failes.

16 years agoWhen connecting to an AD DC, use the DsGetDCName variant.
Gerald (Jerry) Carter [Fri, 4 Jan 2008 19:31:07 +0000 (13:31 -0600)]
When connecting to an AD DC, use the DsGetDCName variant.

This allows us to deal with child domains in transitive forest trusts.
It also allows us to fill in the forest name to the target domain to the
struct winbindd_domain *.

16 years agoMap WERR_NO_SUCH_SERVICE with dos_errstr().
Michael Adam [Fri, 4 Jan 2008 18:58:19 +0000 (19:58 +0100)]
Map WERR_NO_SUCH_SERVICE with dos_errstr().

Michael

16 years agoRemove the final regdb_close() from net_conf.c
Michael Adam [Fri, 4 Jan 2008 18:52:22 +0000 (19:52 +0100)]
Remove the final regdb_close() from net_conf.c

This is to hide the registry from net_conf.
Right now, it does not harm if "net conf" does not close
the registry file explicitly just before exiting.
I am working out a proper way of handling open/close
operations transparently in the libnet_conf library.

Michael

16 years agoFix the behaviour of "net conf setparm" to create the share if necessary.
Michael Adam [Fri, 4 Jan 2008 18:49:57 +0000 (19:49 +0100)]
Fix the behaviour of "net conf setparm" to create the share if necessary.

This moves functionality taken away from libnet_conf_set_parameter() to the
higher level user frontend function. (Somehow I thought I had done this
already ... :-)

Michael

16 years agoFix build warning.
Günther Deschner [Fri, 4 Jan 2008 16:33:24 +0000 (17:33 +0100)]
Fix build warning.

Guenther

16 years agoRename server_name to dc_name in libnet join structures.
Günther Deschner [Fri, 4 Jan 2008 16:11:14 +0000 (17:11 +0100)]
Rename server_name to dc_name in libnet join structures.

Guenther

16 years agoSeparate out storing and removing secrets in libnet_join/unjoin.
Günther Deschner [Fri, 4 Jan 2008 16:09:21 +0000 (17:09 +0100)]
Separate out storing and removing secrets in libnet_join/unjoin.

Guenther

16 years agoIn libnet_join finally separate the admin from the machine pwd entirely.
Günther Deschner [Fri, 4 Jan 2008 16:01:52 +0000 (17:01 +0100)]
In libnet_join finally separate the admin from the machine pwd entirely.

Guenther

16 years agoUse the proper boolean constants.
Michael Adam [Fri, 4 Jan 2008 14:20:46 +0000 (15:20 +0100)]
Use the proper boolean constants.

Michael

16 years agoAdd debug switch to netdomjoin.
Günther Deschner [Fri, 4 Jan 2008 14:18:42 +0000 (15:18 +0100)]
Add debug switch to netdomjoin.

Guenther

16 years agoMinor cosmetic cleanup for netdomjoin-gui.
Günther Deschner [Fri, 4 Jan 2008 14:08:28 +0000 (15:08 +0100)]
Minor cosmetic cleanup for netdomjoin-gui.

Guenther

16 years agoFix crash bug in regdb_close() when called with no ref count.
Günther Deschner [Fri, 4 Jan 2008 11:57:49 +0000 (12:57 +0100)]
Fix crash bug in regdb_close() when called with no ref count.

Michael, please check.

Guenther

16 years agoFix some error strings in netdomjoin-gui.
Günther Deschner [Fri, 4 Jan 2008 10:54:38 +0000 (11:54 +0100)]
Fix some error strings in netdomjoin-gui.

Guenther

16 years agoRobustness fix for libnet join when unjoining.
Günther Deschner [Fri, 4 Jan 2008 10:21:53 +0000 (11:21 +0100)]
Robustness fix for libnet join when unjoining.

Guenther

16 years agoAdd ads_get_joinable_ous().
Günther Deschner [Thu, 3 Jan 2008 16:28:09 +0000 (17:28 +0100)]
Add ads_get_joinable_ous().

Guenther

16 years agoUse different error code for libnet_conf initialization failure.
Günther Deschner [Thu, 3 Jan 2008 15:46:26 +0000 (16:46 +0100)]
Use different error code for libnet_conf initialization failure.

Guenther

16 years agoMinor libnetapi join cosmetic cleanup.
Günther Deschner [Thu, 3 Jan 2008 15:41:38 +0000 (16:41 +0100)]
Minor libnetapi join cosmetic cleanup.

Guenther

16 years agoAdd some more join related werror codes.
Günther Deschner [Thu, 3 Jan 2008 15:40:04 +0000 (16:40 +0100)]
Add some more join related werror codes.

Guenther

16 years agoMake libnet_conf handle opening/initialization of the registry.
Michael Adam [Thu, 3 Jan 2008 14:33:09 +0000 (15:33 +0100)]
Make libnet_conf handle opening/initialization of the registry.

Open state is currently tracked by a global variable
to avoid double initialization.

Later, this can possibly be replaced by a conf-context
created by an initialization function and passed around
to the other api functions.

Michael

16 years agoAdd a comment header and do some slight reformatting.
Michael Adam [Thu, 3 Jan 2008 13:34:31 +0000 (14:34 +0100)]
Add a comment header and do some slight reformatting.

Michael

16 years agoUse GLOBAL_NAME constant.
Michael Adam [Thu, 3 Jan 2008 13:17:42 +0000 (14:17 +0100)]
Use GLOBAL_NAME constant.

Michael

16 years agoRename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam [Thu, 3 Jan 2008 13:15:05 +0000 (14:15 +0100)]
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().

Now all functions are converted to the consistent naming scheme.

Michael

16 years agoRename libnet_smbconf_delparm() to libnet_conf_delete_parameter().
Michael Adam [Thu, 3 Jan 2008 13:11:20 +0000 (14:11 +0100)]
Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().

Michael

16 years agoRename libnet_smbconf_getparm() to libnet_conf_get_parameter().
Michael Adam [Thu, 3 Jan 2008 13:08:45 +0000 (14:08 +0100)]
Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().

Michael

16 years agoRename libnet_smbconf_setparm() to libnet_conf_set_parameter().
Michael Adam [Thu, 3 Jan 2008 13:06:09 +0000 (14:06 +0100)]
Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().

Michael

16 years agoRename libnet_smbconf_delshare() to libnet_conf_delete_share().
Michael Adam [Thu, 3 Jan 2008 13:01:50 +0000 (14:01 +0100)]
Rename libnet_smbconf_delshare() to libnet_conf_delete_share().

Michael

16 years agoRename libnet_smbconf_getshare() to libnet_conf_get_share().
Michael Adam [Thu, 3 Jan 2008 12:59:14 +0000 (13:59 +0100)]
Rename libnet_smbconf_getshare() to libnet_conf_get_share().

Michael

16 years agoRename libnet_smbconf_create_share() to libnet_conf_create_share().
Michael Adam [Thu, 3 Jan 2008 12:55:43 +0000 (13:55 +0100)]
Rename libnet_smbconf_create_share() to libnet_conf_create_share().

Michael

16 years agoRename libnet_smbconf_share_exists() to libnet_conf_share_exists().
Michael Adam [Thu, 3 Jan 2008 12:54:31 +0000 (13:54 +0100)]
Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().

Michael

16 years agoRename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().
Michael Adam [Thu, 3 Jan 2008 12:53:04 +0000 (13:53 +0100)]
Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().

Michael

16 years agoRename libnet_smbconf_get_config() to libnet_conf_get_config().
Michael Adam [Thu, 3 Jan 2008 12:50:55 +0000 (13:50 +0100)]
Rename libnet_smbconf_get_config() to libnet_conf_get_config().

Michael

16 years agoRename libnet_smbconf_drop() to libnet_conf_drop().
Michael Adam [Thu, 3 Jan 2008 12:48:56 +0000 (13:48 +0100)]
Rename libnet_smbconf_drop() to libnet_conf_drop().

Michael

16 years agoRename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().
Michael Adam [Thu, 3 Jan 2008 12:46:45 +0000 (13:46 +0100)]
Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().

Now all internal helper functions are converted to the consistent
naming scheme.

Michael

16 years agoRename libnet_smbconf_format_registry_value() to libnet_conf_format_registry_value().
Michael Adam [Thu, 3 Jan 2008 12:45:14 +0000 (13:45 +0100)]
Rename libnet_smbconf_format_registry_value() to libnet_conf_format_registry_value().

Michael

16 years agoRename libnet_smbconf_reg_set_value() to libnet_conf_reg_set_value().
Michael Adam [Thu, 3 Jan 2008 12:43:34 +0000 (13:43 +0100)]
Rename libnet_smbconf_reg_set_value() to libnet_conf_reg_set_value().

Michael

16 years agoRename libnet_smbconf_reg_create_service_key() to libnet_conf_reg_create_service_key().
Michael Adam [Thu, 3 Jan 2008 12:42:40 +0000 (13:42 +0100)]
Rename libnet_smbconf_reg_create_service_key() to libnet_conf_reg_create_service_key().

Michael

16 years agoRename libnet_smbconf_value_exists() to libnet_conf_value_exists().
Michael Adam [Thu, 3 Jan 2008 12:40:40 +0000 (13:40 +0100)]
Rename libnet_smbconf_value_exists() to libnet_conf_value_exists().

Michael

16 years agoRename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_open_base_key().
Michael Adam [Thu, 3 Jan 2008 12:38:55 +0000 (13:38 +0100)]
Rename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_open_base_key().

Michael

16 years agoRename libnet_smbconf_reg_open_service_key() to libnet_conf_reg_open_service_key().
Michael Adam [Thu, 3 Jan 2008 12:36:25 +0000 (13:36 +0100)]
Rename libnet_smbconf_reg_open_service_key() to libnet_conf_reg_open_service_key().

Michael

16 years agoRename libnet_smbconf_reg_open_path() to libnet_conf_reg_open_path().
Michael Adam [Thu, 3 Jan 2008 12:33:10 +0000 (13:33 +0100)]
Rename libnet_smbconf_reg_open_path() to libnet_conf_reg_open_path().

Michael

16 years agoRename libnet_smbconf_add_string_to_array() to libnet_conf_add_string_to_array().
Michael Adam [Thu, 3 Jan 2008 12:31:23 +0000 (13:31 +0100)]
Rename libnet_smbconf_add_string_to_array() to libnet_conf_add_string_to_array().

This is the start of making nomenclature more consistent
(functions in libnet_conf.c should be called libnet_conf_*,
not libnet_smbconf_* ...

Michael

16 years agoHappy new year again.
Michael Adam [Thu, 3 Jan 2008 11:08:49 +0000 (12:08 +0100)]
Happy new year again.

Michael

16 years agoUse -g instead of -gstabs as many have reported gdb problems with -gstabs.
Günther Deschner [Thu, 3 Jan 2008 12:40:42 +0000 (13:40 +0100)]
Use -g instead of -gstabs as many have reported gdb problems with -gstabs.

Guenther

16 years agoLet DsGetDCName figure out whether domain_name is a flat_name when unjoining.
Günther Deschner [Thu, 3 Jan 2008 12:36:56 +0000 (13:36 +0100)]
Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.

Guenther

16 years agoFix configure output for libnetapi.
Günther Deschner [Thu, 3 Jan 2008 12:34:40 +0000 (13:34 +0100)]
Fix configure output for libnetapi.

Guenther

16 years agoIn libnetjoin don't mix admin password with machine account pwd.
Günther Deschner [Thu, 3 Jan 2008 12:17:15 +0000 (13:17 +0100)]
In libnetjoin don't mix admin password with machine account pwd.

Guenther

16 years agoIgnore generated pkgconfig files.
Günther Deschner [Thu, 3 Jan 2008 11:13:20 +0000 (12:13 +0100)]
Ignore generated pkgconfig files.

Guenther

16 years agoSome coding convention pedantism.
Günther Deschner [Thu, 3 Jan 2008 11:10:27 +0000 (12:10 +0100)]
Some coding convention pedantism.

Guenther

16 years agoReturn existsing cache_tree if it has already been initialized.
Michael Adam [Thu, 3 Jan 2008 11:07:02 +0000 (12:07 +0100)]
Return existsing cache_tree if it has already been initialized.

So reghook_cache_init() does not leak memory when called more
than once.
Also, fix the return value while we are at it.

Michael

16 years agoRename libnet_smbconf_reg_setvalue_internal() to libnet_smbconf_reg_set_value().
Michael Adam [Thu, 3 Jan 2008 10:35:21 +0000 (11:35 +0100)]
Rename libnet_smbconf_reg_setvalue_internal() to libnet_smbconf_reg_set_value().

Michael

16 years agoFix a comment.
Michael Adam [Thu, 3 Jan 2008 10:33:17 +0000 (11:33 +0100)]
Fix a comment.

Michael

16 years agoRename libnet_smbconf_reg_createkey_internal to libnet_smbconf_reg_create_service_key.
Michael Adam [Thu, 3 Jan 2008 10:32:00 +0000 (11:32 +0100)]
Rename libnet_smbconf_reg_createkey_internal to libnet_smbconf_reg_create_service_key.

Michael

16 years agoAdd libnet_conf API function libnet_smbconf_create_share().
Michael Adam [Thu, 3 Jan 2008 10:30:14 +0000 (11:30 +0100)]
Add libnet_conf API function libnet_smbconf_create_share().

And make libnet_smbconf_setparm() return error if the share
does not already exist. Adapt net_conf_addshare to this new
situation.

Michael

16 years agoRemove unused vars.
Günther Deschner [Thu, 3 Jan 2008 09:39:19 +0000 (10:39 +0100)]
Remove unused vars.

Guenther

16 years agoTrivial simplification
Volker Lendecke [Thu, 3 Jan 2008 09:24:45 +0000 (10:24 +0100)]
Trivial simplification

... things you come across when you review code

16 years agoAdd comments
Volker Lendecke [Thu, 3 Jan 2008 09:24:11 +0000 (10:24 +0100)]
Add comments

Jeremy was able to use this correctly without comments, so the code can't be
*that* bad :-)

16 years agoFix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>
Jeremy Allison [Thu, 3 Jan 2008 02:20:23 +0000 (18:20 -0800)]
Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>
Failure to change password in ldap is mapped to NT_STATUS_UNSUCCESSFUL unconditionally.
Jeremy.

16 years agoConvert the little caches in util_sock.c to use
Jeremy Allison [Thu, 3 Jan 2008 01:37:39 +0000 (17:37 -0800)]
Convert the little caches in util_sock.c to use
the singleton memcache. Vl please check (passes
make valgrindtest).
Jeremy.

16 years agoDon't leak: Use a temporary context for the admin token and free it.
Michael Adam [Thu, 3 Jan 2008 00:26:31 +0000 (01:26 +0100)]
Don't leak: Use a temporary context for the admin token and free it.

Michael

16 years agoUse libnet_smbconf_reg_open_path() in libnet_smbconf_drop().
Michael Adam [Thu, 3 Jan 2008 00:12:23 +0000 (01:12 +0100)]
Use libnet_smbconf_reg_open_path() in libnet_smbconf_drop().

Replaces creation of token and direct use of reg_open_path.

Michael

16 years agoAbstract opening of registry path out of libnet_smbconf_reg_open_service_key().
Michael Adam [Thu, 3 Jan 2008 00:07:30 +0000 (01:07 +0100)]
Abstract opening of registry path out of libnet_smbconf_reg_open_service_key().

Creates new function libnet_smbconf_reg_open_path().
Use libnet_smbconf_reg_open_path() directly in libnet_smbconf_reg_open_basekey().
Return error in libnet_smbconf_reg_open_service_key() when NULL
servicename is given.

Michael

16 years agoAdd debug output in error path.
Michael Adam [Wed, 2 Jan 2008 23:53:34 +0000 (00:53 +0100)]
Add debug output in error path.

Michael

16 years agoFix setting of error code in error path.
Michael Adam [Wed, 2 Jan 2008 23:52:55 +0000 (00:52 +0100)]
Fix setting of error code in error path.

Michael

16 years agoUse a better parameter name.
Michael Adam [Wed, 2 Jan 2008 23:51:36 +0000 (00:51 +0100)]
Use a better parameter name.

Michael

16 years agoRename libnet_smbconf_reg_open_path() to libnet_smbconf_reg_open_service_key().
Michael Adam [Wed, 2 Jan 2008 23:49:53 +0000 (00:49 +0100)]
Rename libnet_smbconf_reg_open_path() to libnet_smbconf_reg_open_service_key().

Michael

16 years agoHey, it is 2008 now.
Michael Adam [Wed, 2 Jan 2008 23:44:47 +0000 (00:44 +0100)]
Hey, it is 2008 now.

:-)

Michael

16 years agoChoose a more apropriate parameter name.
Michael Adam [Wed, 2 Jan 2008 23:43:29 +0000 (00:43 +0100)]
Choose a more apropriate parameter name.

Michael

16 years agoRename libnet_smbconf_reg_open_basepath() to libnet_smbconf_reg_open_basekey().
Michael Adam [Wed, 2 Jan 2008 23:35:09 +0000 (00:35 +0100)]
Rename libnet_smbconf_reg_open_basepath() to libnet_smbconf_reg_open_basekey().

Michael

16 years agoFix some C++ warnings (patch was Volker's) - implicit case from void* to char*
Gerald (Jerry) Carter [Wed, 2 Jan 2008 23:34:41 +0000 (17:34 -0600)]
Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*

16 years agoMerge branch 'work/v3-2-test' into v3-2-test
Gerald (Jerry) Carter [Wed, 2 Jan 2008 23:15:10 +0000 (17:15 -0600)]
Merge branch 'work/v3-2-test' into v3-2-test

16 years agouse C99 bool return types (true & false).
Gerald (Jerry) Carter [Wed, 2 Jan 2008 20:54:25 +0000 (14:54 -0600)]
use C99 bool return types (true & false).

16 years agoMake sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter [Wed, 2 Jan 2008 20:50:59 +0000 (14:50 -0600)]
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.

Follows existing convention that all returned memory should be freed with
wbcFreeMemory() and not directly with free().  Noticed by Volker.  Txs.

16 years agoAttempt to fix bug #3617. Mix of patches from Volker and
Jeremy Allison [Wed, 2 Jan 2008 19:56:07 +0000 (11:56 -0800)]
Attempt to fix bug #3617. Mix of patches from Volker and
myself. Use standard dlinklist macros.
Jeremy.

16 years agoUse the proper boolean constants.
Michael Adam [Wed, 2 Jan 2008 16:08:28 +0000 (17:08 +0100)]
Use the proper boolean constants.

Michael

16 years agoFix libnetapi (resolve dependency on libwbclient).
Günther Deschner [Wed, 2 Jan 2008 12:50:31 +0000 (13:50 +0100)]
Fix libnetapi (resolve dependency on libwbclient).

Guenther

16 years agoFix libsmbclient (resolve dependency on libwbclient).
Günther Deschner [Wed, 2 Jan 2008 12:50:13 +0000 (13:50 +0100)]
Fix libsmbclient (resolve dependency on libwbclient).

Guenther

16 years agoMake libsmbsharemodes.so work again (fix unresolved tdb symbols).
Günther Deschner [Wed, 2 Jan 2008 12:48:54 +0000 (13:48 +0100)]
Make libsmbsharemodes.so work again (fix unresolved tdb symbols).

Guenther

16 years agoConvert call_trans2open to create_file()
Volker Lendecke [Sat, 8 Dec 2007 11:29:09 +0000 (12:29 +0100)]
Convert call_trans2open to create_file()

16 years agoConvert reply_mknew to create_file
Volker Lendecke [Sat, 8 Dec 2007 11:05:41 +0000 (12:05 +0100)]
Convert reply_mknew to create_file

16 years agoConvert reply_open_and_X to create_file
Volker Lendecke [Fri, 7 Dec 2007 13:23:10 +0000 (14:23 +0100)]
Convert reply_open_and_X to create_file

16 years agoConvert reply_open to create_file
Volker Lendecke [Fri, 7 Dec 2007 13:19:07 +0000 (14:19 +0100)]
Convert reply_open to create_file

16 years agoAdd test_shlibs to Makefile.
Günther Deschner [Wed, 2 Jan 2008 12:22:19 +0000 (13:22 +0100)]
Add test_shlibs to Makefile.

Guenther

16 years agoHappy new year !
Günther Deschner [Wed, 2 Jan 2008 11:55:53 +0000 (12:55 +0100)]
Happy new year !

Guenther

16 years agoUse NULL instead of 0
Volker Lendecke [Tue, 1 Jan 2008 11:55:29 +0000 (12:55 +0100)]
Use NULL instead of 0

"struct security_descriptor" has pointers, not integers inside

16 years agoMake the last two helper functions in libnet_conf.c static.
Michael Adam [Mon, 31 Dec 2007 02:57:45 +0000 (03:57 +0100)]
Make the last two helper functions in libnet_conf.c static.

Now the registry backend is completely hidden from the API.

Michael