summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18702: re-enable non-decimal specification of ridJim McDonough1-2/+2
(This used to be commit f3ff07404650e4b9846367ba981764b1a879bca9)
2007-10-10r18701: this tests are in libreplaceStefan Metzmacher1-19/+1
metze (This used to be commit 31e3cc8c6f10a3d1ea8f357c26c80fe47ab276dc)
2007-10-10r18700: nicer order of the testsStefan Metzmacher1-5/+5
metze (This used to be commit 07dafa266a80b87d521cacfcae65e8fb797e0eb2)
2007-10-10r18699: bail out if the compiler doesn't know about C99 struct initializersStefan Metzmacher1-1/+1
as we currently have them in the samba3 tree. Lets see what the build-farm says to this. metze (This used to be commit 12a0daa34d51b34a469f7d64f370069b73c0aba9)
2007-10-10r18698: this stuff isn't needed anymoreStefan Metzmacher3-218/+1
metze (This used to be commit 31b83ff4bd568a393eaa6260366ece7501df1985)
2007-10-10r18697: Make sure that adssearch.pl does notGünther Deschner1-3/+3
* chase referrals * use paged search control when using the LDAP change notify control for monitoring changes. Guenther (This used to be commit d6849a83c01ee444931ffaa34c77b5fb7f4c8a5c)
2007-10-10r18695: Zero initialize ref ptrs as well.Jelmer Vernooij8-110/+110
(This used to be commit 3295122173b0794880e68ea60f51d41b9b170ff4)
2007-10-10r18694: prevent -O and -g from being set at the same time (by default)Gerald Carter1-6/+8
(This used to be commit 5af1d3a425e99a49d7ff6bee4dad024e0f82509b)
2007-10-10r18692: Dump debug data when DEBUGLEVEL >= 10Jelmer Vernooij18-0/+3640
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij17-1495/+1605
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18688: get rid of the now obsolete keepref attributeJelmer Vernooij13-26/+13
(This used to be commit b970f05b9b06762ed11bef0e765717bd2b36d760)
2007-10-10r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4Stefan Metzmacher2-26/+35
to hopefully fix the build on HPUX and Tru64 metze (This used to be commit aa8222c6a709a1538862878b89a17b893600b7e8)
2007-10-10r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() callGerald Carter1-1/+1
to ensure it finds the Unix user. (This used to be commit 4cea9bfca1b84db31fae6f7a05ff3247a23fd409)
2007-10-10r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner1-0/+1
"debug" to be set instead of "debuglevel" - just for convenience. Guenther (This used to be commit ffec64730b04076264045841ccfd0ed7fce43c2f)
2007-10-10r18680: Fix last struct uuids (in uncommented code).Günther Deschner1-3/+3
Guenther (This used to be commit 41c79ee5accb13f73d1f65b303d723ca2ff49933)
2007-10-10r18679: Fix the build.Günther Deschner1-1/+1
Guenther (This used to be commit b42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7)
2007-10-10r18678: Fix the build. (never commit before breakfeast).Günther Deschner1-1/+1
Guenther (This used to be commit e1e9b57ce24c9825a8904697918818df7e83b50b)
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner4-2/+194
Guenther (This used to be commit bd546edc482d42c6d783f474eeffa8a8086efd83)
2007-10-10r18673: define the macros even if we don't define bool ourselfStefan Metzmacher1-2/+10
metze (This used to be commit 65013a8d9e678c44cecae07967b7a001b796faf1)
2007-10-10r18672: fix the build on Tru64Stefan Metzmacher1-1/+8
metze (This used to be commit 6c101d206812fe24233409e0757cad52638e685a)
2007-10-10r18671: try to fix the build on solaris 10 and maybe some other hostsStefan Metzmacher1-0/+1
we need to define 'BOOL_DEFINED' to make sure it didn't get redefined by <rpcsvc/yp_prot.h> metze (This used to be commit 5a589bb16c2bb3da75874bd190384eabd39eb972)
2007-10-10r18670: Fix memleaks.Günther Deschner1-0/+2
Guenther (This used to be commit 2fc63fb8f7927ea61c565801b4c6308d3a4afcd1)
2007-10-10r18669: fix the samba3 build...Stefan Metzmacher1-2/+5
we need to move the iconv configure checks to libreplace... metze (This used to be commit 6b53ed8fdc2a4c0b3b24e22ada90d14d60cc93fb)
2007-10-10r18667: Two C++ warningsVolker Lendecke2-2/+2
(This used to be commit 8c60e71229cd577f3b17345c5824363dd202eba9)
2007-10-10r18666: checking in generated netlogon filesGerald Carter9-39/+18538
(This used to be commit ac5561103caccac7d14fddbdc9a0fa972be45c6f)
2007-10-10r18665: Remove two type-punned warningsVolker Lendecke2-4/+6
(This used to be commit 157b2c0c262dc9b9ae2a8a3133479e66e6c8db07)
2007-10-10r18664: this stuff is included from libreplaceStefan Metzmacher1-296/+0
metze (This used to be commit 054728e071f7e1943376f0d7a5655683dc3422b9)
2007-10-10r18663: Fix one more uuid -> GUID.Jeremy Allison2-2/+2
Jeremy. (This used to be commit e568271af2b5c20cff70b72b8ab4b1b704122b40)
2007-10-10r18662: print out the failing command for dynconfig.o tooStefan Metzmacher1-1/+4
metze (This used to be commit f51a200f6730c6c760348adc12612587b1e79df9)
2007-10-10r18661: C++ warningsVolker Lendecke1-2/+2
(This used to be commit 6004b8025de3207f5af2d62087ec13c5e444fec7)
2007-10-10r18660: Fix build, one uuid->GUID was missed.Jim McDonough1-1/+1
(This used to be commit f8ea2069d444a6630b61828999605a3ed011db02)
2007-10-10r18659: restore BOOL, sorry:-)Stefan Metzmacher1-0/+5
libreplace only provides 'bool' not BOOL metze (This used to be commit ce6a0723ff116fc1867705c3d0b520c36cba5a6e)
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij17-60/+53
(This used to be commit 5de76767e857e9d159ea46e2ded612ccd6d6bf19)
2007-10-10r18653: this stuff is in libreplace...Stefan Metzmacher1-103/+0
metze (This used to be commit 1dd0ed613410e8b8db44396eeb4627a17f23db34)
2007-10-10r18652: libreplace has replacements for strndup and strnlenStefan Metzmacher1-43/+0
metze (This used to be commit 9f3599a7ca636dd21c150873f395abde153ee6fd)
2007-10-10r18651: this comment is wrong, was cut'n'paste...Stefan Metzmacher1-4/+0
metze (This used to be commit e3b88fb65567f19964a4ef68267a64de14132e52)
2007-10-10r18650: this isn't needed twice in include/includes.hStefan Metzmacher1-9/+0
metze (This used to be commit ee1127518347690e8baea1b5010ccada0ba29890)
2007-10-10r18649: the PRINTF_ATTRIUTE() macro is provided by libreplaceStefan Metzmacher2-12/+1
metze (This used to be commit dd76f4f5f374ec4822abbf1a09d26287926b92ce)
2007-10-10r18648: this is provided by libreplaceStefan Metzmacher1-4/+0
metze (This used to be commit cbc3f0926375b92b40c4f550296cf90453288f49)
2007-10-10r18647: print out the failing cammand, this is very usefull for the build farmStefan Metzmacher1-12/+18
metze (This used to be commit ab58cd10568305e1059b4259ecba860025b691e3)
2007-10-10r18646: now we can have the socket_wrapper.c completely in sync with samba4Stefan Metzmacher1-2/+1
metze (This used to be commit d4d9b7e02614e30ab410a26654db3ca66ffe06e6)
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher55-629/+8132
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
2007-10-10r18643: Fix a 64-bit warningVolker Lendecke1-1/+1
(This used to be commit bd175177960f39ef70d73d09e304299e03372bd6)
2007-10-10r18642: convert [out] parameters to pointers in Spooler IDLGerald Carter1-61/+62
(This used to be commit 9c67dd36c633bf367322385f6d43ca8bbdecaa70)
2007-10-10r18641: Checking in the wkssvc files after updating the [out]Gerald Carter8-6/+7757
pointers. Waiting on on srvsvc files before it can actually compile. (This used to be commit 1dbfb25d0a8a6e75af17ac8efff82bbe28d47094)
2007-10-10r18640: move to socket_wrapper to lib/socket_wrapper/Stefan Metzmacher6-100/+229
and sync it with samba4 metze (This used to be commit 9c0e5b29f1451a90605cce7e1e032e5516b6970d)
2007-10-10r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talkingVolker Lendecke1-3/+0
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 (This used to be commit fa53ad6571c08e49c3fbe61d9be081c06633e408)
2007-10-10r18632: Make C++ compilers happy.Jelmer Vernooij1-12/+11
(This used to be commit 609224565f728b7fe44f070ad0013af7a6e59267)
2007-10-10r18623: starting on eventlog IDLGerald Carter11-18/+3801
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
2007-10-10r18622: Fix at least the python bindings *build*, I'm sure there is much more toGünther Deschner1-2/+2
do so that they actually work again. Guenther (This used to be commit 49d07d0cf9f8735f53d40dd094a0b17b4573e2b2)