1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

17526 Commits

Author SHA1 Message Date
Günther Deschner
7db6ce295a r18703: Fix the annoying effect that happens when nscd is running:
We usually do not get the results from user/group script modifications
immediately. A lot of users do add nscd restart/refresh commands into
their scripts to workaround that while we could flush the nscd caches
directly using libnscd.

Guenther
2007-10-10 12:00:49 -05:00
Jim McDonough
f3ff074046 r18702: re-enable non-decimal specification of rid 2007-10-10 12:00:49 -05:00
Stefan Metzmacher
31e3cc8c6f r18701: this tests are in libreplace
metze
2007-10-10 12:00:49 -05:00
Stefan Metzmacher
07dafa266a r18700: nicer order of the tests
metze
2007-10-10 12:00:48 -05:00
Stefan Metzmacher
12a0daa34d r18699: bail out if the compiler doesn't know about C99 struct initializers
as we currently have them in the samba3 tree.

Lets see what the build-farm says to this.

metze
2007-10-10 12:00:48 -05:00
Stefan Metzmacher
31b83ff4bd r18698: this stuff isn't needed anymore
metze
2007-10-10 12:00:48 -05:00
Jelmer Vernooij
3295122173 r18695: Zero initialize ref ptrs as well. 2007-10-10 12:00:48 -05:00
Gerald Carter
5af1d3a425 r18694: prevent -O and -g from being set at the same time (by default) 2007-10-10 12:00:48 -05:00
Jelmer Vernooij
503d1a27d5 r18692: Dump debug data when DEBUGLEVEL >= 10 2007-10-10 12:00:48 -05:00
Jelmer Vernooij
87d3430537 r18690: Regenerate RPC files after pidl changes. 2007-10-10 12:00:47 -05:00
Jelmer Vernooij
b970f05b9b r18688: get rid of the now obsolete keepref attribute 2007-10-10 12:00:47 -05:00
Stefan Metzmacher
aa8222c6a7 r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4
to hopefully fix the build on HPUX and Tru64

metze
2007-10-10 12:00:47 -05:00
Gerald Carter
4cea9bfca1 r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() call
to ensure it finds the Unix user.
2007-10-10 12:00:47 -05:00
Günther Deschner
ffec64730b r18681: Although we have commandline completion in rpcclient, just also allow
"debug" to be set instead of "debuglevel" - just for convenience.

Guenther
2007-10-10 12:00:47 -05:00
Günther Deschner
41c79ee5ac r18680: Fix last struct uuids (in uncommented code).
Guenther
2007-10-10 12:00:47 -05:00
Günther Deschner
b42bd2bf9b r18679: Fix the build.
Guenther
2007-10-10 12:00:46 -05:00
Günther Deschner
e1e9b57ce2 r18678: Fix the build. (never commit before breakfeast).
Guenther
2007-10-10 12:00:46 -05:00
Günther Deschner
bd546edc48 r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.
Guenther
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
65013a8d9e r18673: define the macros even if we don't define bool ourself
metze
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
6c101d2068 r18672: fix the build on Tru64
metze
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
5a589bb16c r18671: try to fix the build on solaris 10 and maybe some other hosts
we need to define 'BOOL_DEFINED' to make sure it didn't get redefined
by <rpcsvc/yp_prot.h>

metze
2007-10-10 12:00:46 -05:00
Günther Deschner
2fc63fb8f7 r18670: Fix memleaks.
Guenther
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
6b53ed8fdc r18669: fix the samba3 build...
we need to move the iconv configure checks to libreplace...

metze
2007-10-10 12:00:45 -05:00
Volker Lendecke
8c60e71229 r18667: Two C++ warnings 2007-10-10 12:00:45 -05:00
Gerald Carter
ac5561103c r18666: checking in generated netlogon files 2007-10-10 12:00:45 -05:00
Volker Lendecke
157b2c0c26 r18665: Remove two type-punned warnings 2007-10-10 12:00:45 -05:00
Stefan Metzmacher
054728e071 r18664: this stuff is included from libreplace
metze
2007-10-10 12:00:45 -05:00
Jeremy Allison
e568271af2 r18663: Fix one more uuid -> GUID.
Jeremy.
2007-10-10 12:00:44 -05:00
Stefan Metzmacher
f51a200f67 r18662: print out the failing command for dynconfig.o too
metze
2007-10-10 12:00:44 -05:00
Volker Lendecke
6004b8025d r18661: C++ warnings 2007-10-10 11:52:20 -05:00
Jim McDonough
f8ea2069d4 r18660: Fix build, one uuid->GUID was missed. 2007-10-10 11:52:20 -05:00
Stefan Metzmacher
ce6a0723ff r18659: restore BOOL, sorry:-)
libreplace only provides 'bool' not BOOL

metze
2007-10-10 11:52:20 -05:00
Jelmer Vernooij
5de76767e8 r18654: Rename "struct uuid" => "struct GUID" for consistency. 2007-10-10 11:52:19 -05:00
Stefan Metzmacher
1dd0ed6134 r18653: this stuff is in libreplace...
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
9f3599a7ca r18652: libreplace has replacements for strndup and strnlen
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
e3b88fb655 r18651: this comment is wrong, was cut'n'paste...
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
ee11275183 r18650: this isn't needed twice in include/includes.h
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
dd76f4f5f3 r18649: the PRINTF_ATTRIUTE() macro is provided by libreplace
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
cbc3f09263 r18648: this is provided by libreplace
metze
2007-10-10 11:52:18 -05:00
Stefan Metzmacher
ab58cd1056 r18647: print out the failing cammand, this is very usefull for the build farm
metze
2007-10-10 11:52:18 -05:00
Stefan Metzmacher
d4d9b7e026 r18646: now we can have the socket_wrapper.c completely in sync with samba4
metze
2007-10-10 11:52:18 -05:00
Stefan Metzmacher
596cbe73dd r18644: bring in libreplace in lib/replace
metze
2007-10-10 11:52:03 -05:00
Volker Lendecke
bd17517796 r18643: Fix a 64-bit warning 2007-10-10 11:52:03 -05:00
Gerald Carter
9c67dd36c6 r18642: convert [out] parameters to pointers in Spooler IDL 2007-10-10 11:52:03 -05:00
Gerald Carter
1dbfb25d0a r18641: Checking in the wkssvc files after updating the [out]
pointers.  Waiting on on srvsvc files before it can actually compile.
2007-10-10 11:52:03 -05:00
Stefan Metzmacher
9c0e5b29f1 r18640: move to socket_wrapper to lib/socket_wrapper/
and sync it with samba4

metze
2007-10-10 11:52:03 -05:00
Volker Lendecke
fa53ad6571 r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talking
SASL/Steve/Andrew I can't right now ask why the aio.h is needed for the
timespec test.

Might have to revert that soon.

Volker
2007-10-10 11:52:02 -05:00
Jelmer Vernooij
609224565f r18632: Make C++ compilers happy. 2007-10-10 11:52:01 -05:00
Gerald Carter
6cb7b6226d r18623: starting on eventlog IDL 2007-10-10 11:52:01 -05:00
Günther Deschner
49d07d0cf9 r18622: Fix at least the python bindings *build*, I'm sure there is much more to
do so that they actually work again.

Guenther
2007-10-10 11:52:01 -05:00