Günther Deschner
efffbc9036
r18935: Make "netshareenum" work again. There is most probably a better way to
...
do this... Any pointers?
Guenther
(This used to be commit 1f09e54fec
)
2007-10-10 12:14:48 -05:00
Gerald Carter
c67b555874
r18934: fix a segv in CreateKey()
...
(This used to be commit 92f22f67ed
)
2007-10-10 12:14:48 -05:00
Gerald Carter
855d12e567
r18932: In RegEnumvalue() and RegQueryValue(), the output buffer
...
size must match the real value of the data.
(This used to be commit e11108024a
)
2007-10-10 12:14:48 -05:00
Gerald Carter
49c73b5734
r18931: * Fix the IDL for QueryInfoKey. teh Classname in an
...
in,out ref pointer
* Clarify variable names in EnumValue IDL
* Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe()
(This used to be commit f520a9d0fb
)
2007-10-10 12:14:48 -05:00
Gerald Carter
5935ea9da1
r18929: * Clarify QueryValue IDL and regenerate code
...
* Fix server _winreg_Query_Value() implementation so that
usrmgr.exe starts now
(This used to be commit 435d7bfc37
)
2007-10-10 12:14:47 -05:00
Günther Deschner
16fecf7875
r18928: Some more const for iniparser.
...
Guenther
(This used to be commit ac3de529b3
)
2007-10-10 12:14:47 -05:00
Gerald Carter
b0e29c79e7
r18927: Fix build. *please* compile the code at least once before checking it in.
...
(This used to be commit 4e464a2c35
)
2007-10-10 12:14:47 -05:00
Günther Deschner
9d931a8421
r18926: Add some useful macros.
...
Guenther
(This used to be commit 9be5cb27e4
)
2007-10-10 12:14:47 -05:00
Günther Deschner
f1c2398723
r18924: Minor cleanup.
...
Guenther
(This used to be commit 143a48927b
)
2007-10-10 12:14:47 -05:00
Günther Deschner
f7633eca18
r18923: Fix more memleaks.
...
Guenther
(This used to be commit ecb632a153
)
2007-10-10 12:14:47 -05:00
Günther Deschner
bf6962b5e8
r18922: Apply some const.
...
Guenther
(This used to be commit d87994788b
)
2007-10-10 12:14:47 -05:00
Günther Deschner
bd2f02e696
r18921: Fix some c++ warnings.
...
Guenther
(This used to be commit b1bc7fd347
)
2007-10-10 12:14:46 -05:00
Stefan Metzmacher
52d45a51d3
r18920: merge socket_wrapper changes from samba4
...
metze
(This used to be commit b36d47c698
)
2007-10-10 12:14:46 -05:00
Gerald Carter
bbaa0b178d
r18919: * Get the new rpccli_winreg_XXXX() functions into the tree
...
There some broken functionality here that I'm still working on.
* remove unneeded parsing routines
(This used to be commit cbfe1a4b49
)
2007-10-10 12:14:46 -05:00
Andrew Tridgell
cda3a18f23
r18912: we don't need the special case for comments now in the
...
This also fixes comments in group mappings, as the code accidentially
put in "ntName" in the comment field :-)
(This used to be commit 7f1f5d6056
)
2007-10-10 12:14:46 -05:00
Andrew Tridgell
45c0a4874b
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
...
string is zero length. This allows callers to not have to worry about
creating an invalid ldap attribute.
See extensive discussion on samba-technical list :-)
(This used to be commit 9e66df05a4
)
2007-10-10 12:14:45 -05:00
Jeremy Allison
28800c54dc
r18907: W00t. My original fix was correct after all :-).
...
Re-checking it in.
Fix bug #4095 - username composed into domain\user
twice in spnego path.
Jeremy.
(This used to be commit 0c77046751
)
2007-10-10 12:14:45 -05:00
Gerald Carter
2a04cff7a9
r18906: Fix 'make clean' to deal with new lib/ldb/ directory structure.
...
(This used to be commit 9b43d7c63a
)
2007-10-10 12:14:45 -05:00
Gerald Carter
1254bdc86d
r18905: I'm not really proud of this but I don't want to maintain
...
2 separate CPPFLAGS variables. So just cleanup the SAMBA_CPPFLAGS
for out of tree builds. This has been tested locally and works.
Maybe metze can find a better way tomorrow.
(This used to be commit 8aa681df99
)
2007-10-10 12:14:45 -05:00
Gerald Carter
e2a5072b96
r18904: * Revert previous fix for building out of tree and
...
add a better one which fixes the network interface detection
breakage (caused by the previous commit).
(This used to be commit 7e908acdef
)
2007-10-10 12:14:45 -05:00
Günther Deschner
dd992469dd
r18902: Also dump mS-DS-CreatorSID.
...
Guenther
(This used to be commit e7cae9bbae
)
2007-10-10 12:14:44 -05:00
Stefan Metzmacher
ed724f9047
r18901: try to fix the samba3 build without having ldap
...
vl: you were a few seconds faster than me...:-)
metze
(This used to be commit 63e5727471
)
2007-10-10 12:14:44 -05:00
Volker Lendecke
b70ee55a7c
r18900: Next attempt to fix the Solaris build. Not sure about whether to merge this
...
one. Tridge? Metze?
Volker
(This used to be commit d0eef2f6e8
)
2007-10-10 12:14:44 -05:00
Gerald Carter
22a21fdf04
r18899: remove check for root when running configure since it does not appear to be used anymore
...
(This used to be commit da17fb41db
)
2007-10-10 12:14:44 -05:00
Jeremy Allison
fec9850644
r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.
...
Ensure we initialize values for smb_io_notify_info_data_strings to
fix crash.
Jeremy.
(This used to be commit ceefb8dd3c
)
2007-10-10 12:14:44 -05:00
Jeremy Allison
f1964048a5
r18897: Fix valgrind bug found by Volker.
...
Jeremy.
(This used to be commit db458d3e8b
)
2007-10-10 12:14:43 -05:00
Gerald Carter
2cb15a9516
r18896: * Fix out of tree builds after libreplace merge
...
* Remove unused -D define in Makefile
(This used to be commit 3c9632bedc
)
2007-10-10 12:14:43 -05:00
Stefan Metzmacher
75064ae95e
r18895: AIX need to call pidl with --uint-enums as the compiler doesn't
...
like negative values in the generated code.
I'm not sure how we can solve that in samba3 as the generated code is commited
Maybe we need to alsways pass --uint-enums
metze
(This used to be commit 9468dcc5d5
)
2007-10-10 12:14:43 -05:00
Volker Lendecke
868daf42b2
r18893: Attempt to fix the Solaris build
...
(This used to be commit db838f49a0
)
2007-10-10 12:14:43 -05:00
Volker Lendecke
22a23881c7
r18892: Copy over the Samba4 valgrind suppressions
...
(This used to be commit 6d7e3f3983
)
2007-10-10 12:14:42 -05:00
Volker Lendecke
147fc86a94
r18891: Fix "double const" warning from host opi
...
(This used to be commit 47c19811ae
)
2007-10-10 12:14:42 -05:00
Volker Lendecke
ba68916c9a
r18889: Add some const. What's the policy here? Should I do this in Samba4 as well?
...
Volker
(This used to be commit fd020a1998
)
2007-10-10 12:14:41 -05:00
Volker Lendecke
10a8d62e96
r18888: Fix a 64-bit warning
...
(This used to be commit 94b53f2f2a
)
2007-10-10 12:14:41 -05:00
Volker Lendecke
170ee35a66
r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off on that
...
one that there's no point yet to run this in the build farm.
Volker
(This used to be commit bbd9f0bb6f
)
2007-10-10 12:14:41 -05:00
Günther Deschner
82bf0da9d3
r18879: Fix crash for "net ads gpo list".
...
Guenther
(This used to be commit 7df5808d8b
)
2007-10-10 12:14:41 -05:00
Volker Lendecke
611b5d29fc
r18878: With the recent checkins for me Samba3 compiles again with the NTSTATUS/WERROR
...
checks enabled. I'll look at the build farm in a couple of hours and fix it if
not.
Volker
(This used to be commit 58583aa943
)
2007-10-10 12:14:41 -05:00
Volker Lendecke
e1fa2ea721
r18877: More WERROR/NTSTATUS bugs
...
(This used to be commit 88a928a233
)
2007-10-10 12:14:40 -05:00
Volker Lendecke
2c94123e86
r18876: Fix smbclient -L
...
(This used to be commit a03fb81a9d
)
2007-10-10 12:14:40 -05:00
Volker Lendecke
6f3c6a46f9
r18875: The comment field can be empty
...
(This used to be commit 6d5d7bf4bb
)
2007-10-10 12:14:40 -05:00
Volker Lendecke
323b724ce9
r18874: Fix some NTSTATUS/WERROR mixups
...
(This used to be commit ecac9b5959
)
2007-10-10 12:14:40 -05:00
Günther Deschner
35b1d063e1
r18871: Fix copy/paste mixup.
...
Guenther
(This used to be commit 2a605a0b17
)
2007-10-10 12:14:40 -05:00
Andrew Tridgell
7c5f1f28db
r18870: - enable the ldb ldap backend properly based on configure tests for
...
ldap
- use ldb_global_init() instead of the backend specific
ldb_tdb_init().
(This used to be commit a6c53e5861
)
2007-10-10 12:14:40 -05:00
Andrew Tridgell
78f2900a16
r18869: two build fixes for systems without ldap
...
the first is to not enable the ldap ldb backend just yet. This will
need configure tests to conditionally include. We should be able to
use the m4 files from lib/ldb/
The 2nd is to fix libads/gpo.o not to publicly prototype a function
that needs ldap.h
(This used to be commit 1cf17edc14
)
2007-10-10 12:14:39 -05:00
Andrew Tridgell
3cf367f0e7
r18868: just in case there is a disaster (with our code? never ...) use a
...
rename to group_mapping.tdb.upgraded rather than an unlink when
upgrading. So if we absolutely have to go back to the tdb, we can
change mapping_ldb.o to mapping_tdb.o in Makefile.in and recover
peoples group mappings.
We could go one step futher and make the backend configurable. Any
opinions on that?
(This used to be commit 203fc0b03c
)
2007-10-10 12:14:39 -05:00
Andrew Tridgell
8761f5dcc4
r18867: change the group mapping code to use ldb instead of tdb
...
See the discussion of this on the samba-technical list
(This used to be commit 4ad1436cea
)
2007-10-10 12:14:39 -05:00
Andrew Tridgell
3e2c696e45
r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
...
code. Yay!
This first commit copies lib/ldb/ from Samba4. A huge congratulations
should go to Simo on this - he has put an enormous amount of work into
ldb, and it's great to see it go into the Samba3 tree.
(This used to be commit bbedf2e343
)
2007-10-10 12:14:36 -05:00
Andrew Tridgell
0c3194816b
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
...
still doesn't compile with immediate structures and the
NTSTATUS/WERROR separation, as there are still several places where
the two error types are mixed up. I haven't fixed those as they
require decisions about the rpcclient code that I really don't want to
get into (the error handling there is a mess)
So samba3 compiles now, but only becaise HAVE_IMMEDIATE_STRUCTURES is
not used (look for HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
(This used to be commit 8438a6a7d4
)
2007-10-10 12:01:06 -05:00
Andrew Tridgell
64d4ff5dcc
r18864: merge lib/replace changes from samba4
...
(This used to be commit 6d5f507136
)
2007-10-10 12:01:06 -05:00
Andrew Tridgell
af4f43db8d
r18863: the test for immediate structures has moved to lib/replace/
...
(This used to be commit 46d8433a4f
)
2007-10-10 12:01:06 -05:00
Andrew Tridgell
96f2a97e01
r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the code
...
can no longer handle it (at least with gcc 4.1.2). Disable it until
investigated and fixed properly.
(This used to be commit c8670b33b4
)
2007-10-10 12:01:06 -05:00