summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter13-46/+38
(This used to be commit 50d74ce0488a9bd0980cdc6d523a210f6238ef74)
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ↵Jelmer Vernooij31-368/+309
descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it. (This used to be commit b41c52b9db5fc4a553b20a7a5a051a4afced9366)
2007-10-10r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set.Jelmer Vernooij1-3/+5
(This used to be commit 72b51c889124f0b0da22b4c9b04e0276f9cbfbc7)
2007-10-10r18742: this function returns WERRORStefan Metzmacher1-3/+3
gix the build on RedHat 7.0 metze (This used to be commit d6f5a0cc7a7833f36288ec6201da6b4422b22c97)
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter9-364/+322
* Remove the old wkssvc server, client, & parsing code. * Update srv_wkssvc_nt.c with stubs for the remaining stubs (This used to be commit 0cb79ee13fd78b515a48b2c72d91596ed21e41a8)
2007-10-10r18732: Fix build warning as pointed out by Volker.Günther Deschner1-7/+3
Guenther (This used to be commit fccaff37132de499002b9be484055a4fbf722d0d)
2007-10-10r18731: fix the build on aixStefan Metzmacher1-0/+5
metze (This used to be commit ff88592426b851295604717b4fe52290504fc543)
2007-10-10r18730: readd missing files (one more)Gerald Carter1-0/+78
(This used to be commit 8e0b801c8be3f040a2a928e0b966279741a5d303)
2007-10-10r18729: readd missing filesGerald Carter2-0/+246
(This used to be commit a2d61ca85c470be63c96a10a422a6b44e60f9b52)
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter6-315/+40
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)
2007-10-10r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a ↵Gerald Carter1-2/+1
dummy placeholder (This used to be commit 92903ab926f0822fb76df58cc65fcd5d44a94f2b)
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter9-364/+315
code. Removed first rpc_parse/*.c file. w00t! (This used to be commit bb9b7a058d72569bee5683856661ac063c281c9f)
2007-10-10r18724: Fixup time(0) -> time(NULL)Jim McDonough1-2/+2
(This used to be commit 6b17af0769ab0d04ec01cc83ed6e7fad822b00b1)
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough3-47/+52
calculated based on the last change time, policies, and acb flags. Next step will be to not bother storing them. Right now I'm just trying to get them reported correctly. (This used to be commit fd5761c9e52cbf8f1f7e45e71693598b27ecbf57)
2007-10-10r18719: Compile fix from Peter Somogyi.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 867eeaafceaebde030a1d1e2fa39950b898b1846)
2007-10-10r18718: Change a few out parameter to ref pointers and regenerateGerald Carter3-76/+42
(This used to be commit 91a48e9baaf210cf64a324e205a4786482ac4ebb)
2007-10-10r18717: remove old defines in preference of the flags in librpc/gen_ndr/srvsvc.hGerald Carter3-39/+5
(This used to be commit 080c51dd8046cb19cca90035efe73529a3f6970b)
2007-10-10r18714: fix the build after replaceing rpccli_reg_abort_shutdown()Gerald Carter1-1/+2
(This used to be commit 403b0cf1ecd682efc034053e4e2a40aeee08d5ba)
2007-10-10r18713: Autogenerate srvsvc and svcctl interfacesJelmer Vernooij16-68/+37580
(This used to be commit a8aa312b7e597c4fc922a6d1783d5b6d43bceecb)
2007-10-10r18712: Forgot to remove cmd_reg.o from MakefileGerald Carter1-1/+1
(This used to be commit 9030c46e33e78581e303ed3c5bd952a65b54b87a)
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter6-1104/+3
* rpccli_reg_abort_shutdown() * rpccli_reg_flush_key() Remove the cmd_reg.c from rpcclient since the entire file was unused (This used to be commit c4788f0c1398feb098f131aa5c4d0398d7489527)
2007-10-10r18710: Prevent that our offline cache can get outdated after a password change.Günther Deschner1-1/+8
Guenther (This used to be commit 8006cf962b4a33278414fcdf07bf94d739cb4aab)
2007-10-10r18709: add some useful function from samba4Stefan Metzmacher1-0/+25
metze (This used to be commit f7a93b6acb705256c2aa4fe6475b89223af30491)
2007-10-10r18707: Fix the build when you have libnscd installed (which apparently no hostGünther Deschner4-29/+53
on the buildfarm has). Guenther (This used to be commit b0bb364df0efe140780328d90ae55bb823e6b10d)
2007-10-10r18705: not all compilers like thisStefan Metzmacher1-2/+2
metze (This used to be commit 2ec4bc0f5299f295525f306279ddb136e0b19ee1)
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner12-26/+68
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 (This used to be commit 7db6ce295afbedfada7b207ad56566d2195a0d21)
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)